diff --git a/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md b/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md index 2bc6f0e8ca7d..fdee8d06bc55 100644 --- a/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md +++ b/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md @@ -1,5 +1,26 @@ # Release History +## 8.0.0 (2022-06-13) + +**Features** + + - Added operation VolumesOperations.begin_finalize_relocation + - Added operation VolumesOperations.begin_relocate + - Added operation VolumesOperations.begin_reset_cifs_password + - Added operation VolumesOperations.begin_revert_relocation + - Added operation VolumesOperations.list_replications + - Added operation group VolumeQuotaRulesOperations + - Model ProxyResource has a new parameter system_data + - Model Resource has a new parameter system_data + - Model Volume has a new parameter encrypted + - Model Volume has a new parameter zones + - Model VolumeGroupVolumeProperties has a new parameter encrypted + +**Breaking changes** + + - Model VolumeGroup no longer has parameter tags + - Model VolumeGroupDetails no longer has parameter tags + ## 7.0.0 (2022-03-15) **Features** diff --git a/sdk/netapp/azure-mgmt-netapp/MANIFEST.in b/sdk/netapp/azure-mgmt-netapp/MANIFEST.in index 2c31e8da0cb1..4257299b7d65 100644 --- a/sdk/netapp/azure-mgmt-netapp/MANIFEST.in +++ b/sdk/netapp/azure-mgmt-netapp/MANIFEST.in @@ -4,3 +4,4 @@ include *.md include azure/__init__.py include azure/mgmt/__init__.py include LICENSE +include azure/mgmt/netapp/py.typed diff --git a/sdk/netapp/azure-mgmt-netapp/_meta.json b/sdk/netapp/azure-mgmt-netapp/_meta.json index b7fa00fc86a2..59cc7018d0fc 100644 --- a/sdk/netapp/azure-mgmt-netapp/_meta.json +++ b/sdk/netapp/azure-mgmt-netapp/_meta.json @@ -1,11 +1,11 @@ { "autorest": "3.7.2", "use": [ - "@autorest/python@5.12.0", + "@autorest/python@5.13.0", "@autorest/modelerfour@4.19.3" ], - "commit": "25a8355d4094595edf9b58b13e8c95b0b0c9c50c", + "commit": "9a6b5748f6ba9eeb2684497551226036c9d1da6b", "repository_url": "https://github.com/Azure/azure-rest-api-specs", - "autorest_command": "autorest specification/netapp/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/python@5.12.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2", + "autorest_command": "autorest specification/netapp/resource-manager/readme.md --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --use=@autorest/python@5.13.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2", "readme": "specification/netapp/resource-manager/readme.md" } \ No newline at end of file diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_configuration.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_configuration.py index f641660ee740..ec9713173f34 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_configuration.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_configuration.py @@ -19,7 +19,7 @@ from azure.core.credentials import TokenCredential -class NetAppManagementClientConfiguration(Configuration): +class NetAppManagementClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes """Configuration for NetAppManagementClient. Note that all parameters used to create this instance are saved as instance @@ -27,8 +27,12 @@ class NetAppManagementClientConfiguration(Configuration): :param credential: Credential needed for the client to connect to Azure. :type credential: ~azure.core.credentials.TokenCredential - :param subscription_id: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + :param subscription_id: Subscription credentials which uniquely identify Microsoft Azure + subscription. The subscription ID forms part of the URI for every service call. :type subscription_id: str + :keyword api_version: Api Version. Default value is "2022-01-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str """ def __init__( @@ -38,6 +42,8 @@ def __init__( **kwargs: Any ) -> None: super(NetAppManagementClientConfiguration, self).__init__(**kwargs) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + if credential is None: raise ValueError("Parameter 'credential' must not be None.") if subscription_id is None: @@ -45,7 +51,7 @@ def __init__( self.credential = credential self.subscription_id = subscription_id - self.api_version = "2021-10-01" + self.api_version = api_version self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'mgmt-netapp/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_metadata.json b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_metadata.json deleted file mode 100644 index 9cf1df5116b1..000000000000 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_metadata.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "chosen_version": "2021-10-01", - "total_api_version_list": ["2021-10-01"], - "client": { - "name": "NetAppManagementClient", - "filename": "_net_app_management_client", - "description": "Microsoft NetApp Files Azure Resource Provider specification.", - "host_value": "\"https://management.azure.com\"", - "parameterized_host_template": null, - "azure_arm": true, - "has_lro_operations": true, - "client_side_validation": false, - "sync_imports": "{\"typing\": {\"azurecore\": {\"azure.core.credentials\": [\"TokenCredential\"]}}, \"regular\": {\"azurecore\": {\"azure.profiles\": [\"KnownProfiles\", \"ProfileDefinition\"], \"azure.profiles.multiapiclient\": [\"MultiApiClientMixin\"], \"msrest\": [\"Deserializer\", \"Serializer\"], \"azure.mgmt.core\": [\"ARMPipelineClient\"]}, \"local\": {\"._configuration\": [\"NetAppManagementClientConfiguration\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Optional\"]}}}", - "async_imports": "{\"typing\": {\"azurecore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"], \"azure.core.credentials\": [\"TokenCredential\"]}}, \"regular\": {\"azurecore\": {\"azure.profiles\": [\"KnownProfiles\", \"ProfileDefinition\"], \"azure.profiles.multiapiclient\": [\"MultiApiClientMixin\"], \"msrest\": [\"Deserializer\", \"Serializer\"], \"azure.mgmt.core\": [\"AsyncARMPipelineClient\"]}, \"local\": {\"._configuration\": [\"NetAppManagementClientConfiguration\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Optional\"]}}}" - }, - "global_parameters": { - "sync": { - "credential": { - "signature": "credential, # type: \"TokenCredential\"", - "description": "Credential needed for the client to connect to Azure.", - "docstring_type": "~azure.core.credentials.TokenCredential", - "required": true - }, - "subscription_id": { - "signature": "subscription_id, # type: str", - "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.", - "docstring_type": "str", - "required": true - } - }, - "async": { - "credential": { - "signature": "credential: \"AsyncTokenCredential\",", - "description": "Credential needed for the client to connect to Azure.", - "docstring_type": "~azure.core.credentials_async.AsyncTokenCredential", - "required": true - }, - "subscription_id": { - "signature": "subscription_id: str,", - "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.", - "docstring_type": "str", - "required": true - } - }, - "constant": { - }, - "call": "credential, subscription_id", - "service_client_specific": { - "sync": { - "api_version": { - "signature": "api_version=None, # type: Optional[str]", - "description": "API version to use if no profile is provided, or if missing in profile.", - "docstring_type": "str", - "required": false - }, - "base_url": { - "signature": "base_url=\"https://management.azure.com\", # type: str", - "description": "Service URL", - "docstring_type": "str", - "required": false - }, - "profile": { - "signature": "profile=KnownProfiles.default, # type: KnownProfiles", - "description": "A profile definition, from KnownProfiles to dict.", - "docstring_type": "azure.profiles.KnownProfiles", - "required": false - } - }, - "async": { - "api_version": { - "signature": "api_version: Optional[str] = None,", - "description": "API version to use if no profile is provided, or if missing in profile.", - "docstring_type": "str", - "required": false - }, - "base_url": { - "signature": "base_url: str = \"https://management.azure.com\",", - "description": "Service URL", - "docstring_type": "str", - "required": false - }, - "profile": { - "signature": "profile: KnownProfiles = KnownProfiles.default,", - "description": "A profile definition, from KnownProfiles to dict.", - "docstring_type": "azure.profiles.KnownProfiles", - "required": false - } - } - } - }, - "config": { - "credential": true, - "credential_scopes": ["https://management.azure.com/.default"], - "credential_call_sync": "ARMChallengeAuthenticationPolicy(self.credential, *self.credential_scopes, **kwargs)", - "credential_call_async": "AsyncARMChallengeAuthenticationPolicy(self.credential, *self.credential_scopes, **kwargs)", - "sync_imports": "{\"regular\": {\"azurecore\": {\"azure.core.configuration\": [\"Configuration\"], \"azure.core.pipeline\": [\"policies\"], \"azure.mgmt.core.policies\": [\"ARMChallengeAuthenticationPolicy\", \"ARMHttpLoggingPolicy\"]}, \"local\": {\"._version\": [\"VERSION\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\"]}}, \"typing\": {\"azurecore\": {\"azure.core.credentials\": [\"TokenCredential\"]}}}", - "async_imports": "{\"regular\": {\"azurecore\": {\"azure.core.configuration\": [\"Configuration\"], \"azure.core.pipeline\": [\"policies\"], \"azure.mgmt.core.policies\": [\"ARMHttpLoggingPolicy\", \"AsyncARMChallengeAuthenticationPolicy\"]}, \"local\": {\".._version\": [\"VERSION\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\"]}}, \"typing\": {\"azurecore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"]}}}" - }, - "operation_groups": { - "operations": "Operations", - "net_app_resource": "NetAppResourceOperations", - "net_app_resource_quota_limits": "NetAppResourceQuotaLimitsOperations", - "accounts": "AccountsOperations", - "pools": "PoolsOperations", - "volumes": "VolumesOperations", - "snapshots": "SnapshotsOperations", - "snapshot_policies": "SnapshotPoliciesOperations", - "backups": "BackupsOperations", - "account_backups": "AccountBackupsOperations", - "backup_policies": "BackupPoliciesOperations", - "vaults": "VaultsOperations", - "volume_groups": "VolumeGroupsOperations", - "subvolumes": "SubvolumesOperations" - } -} \ No newline at end of file diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_net_app_management_client.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_net_app_management_client.py index aa2fcdaaf8ae..f91a1fdaf8c9 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_net_app_management_client.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_net_app_management_client.py @@ -7,21 +7,22 @@ # -------------------------------------------------------------------------- from copy import deepcopy -from typing import Any, Optional, TYPE_CHECKING +from typing import Any, TYPE_CHECKING + +from msrest import Deserializer, Serializer from azure.core.rest import HttpRequest, HttpResponse from azure.mgmt.core import ARMPipelineClient -from msrest import Deserializer, Serializer from . import models from ._configuration import NetAppManagementClientConfiguration -from .operations import AccountBackupsOperations, AccountsOperations, BackupPoliciesOperations, BackupsOperations, NetAppResourceOperations, NetAppResourceQuotaLimitsOperations, Operations, PoolsOperations, SnapshotPoliciesOperations, SnapshotsOperations, SubvolumesOperations, VaultsOperations, VolumeGroupsOperations, VolumesOperations +from .operations import AccountBackupsOperations, AccountsOperations, BackupPoliciesOperations, BackupsOperations, NetAppResourceOperations, NetAppResourceQuotaLimitsOperations, Operations, PoolsOperations, SnapshotPoliciesOperations, SnapshotsOperations, SubvolumesOperations, VaultsOperations, VolumeGroupsOperations, VolumeQuotaRulesOperations, VolumesOperations if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports from azure.core.credentials import TokenCredential -class NetAppManagementClient: +class NetAppManagementClient: # pylint: disable=too-many-instance-attributes """Microsoft NetApp Files Azure Resource Provider specification. :ivar operations: Operations operations @@ -47,6 +48,8 @@ class NetAppManagementClient: :vartype account_backups: azure.mgmt.netapp.operations.AccountBackupsOperations :ivar backup_policies: BackupPoliciesOperations operations :vartype backup_policies: azure.mgmt.netapp.operations.BackupPoliciesOperations + :ivar volume_quota_rules: VolumeQuotaRulesOperations operations + :vartype volume_quota_rules: azure.mgmt.netapp.operations.VolumeQuotaRulesOperations :ivar vaults: VaultsOperations operations :vartype vaults: azure.mgmt.netapp.operations.VaultsOperations :ivar volume_groups: VolumeGroupsOperations operations @@ -58,8 +61,11 @@ class NetAppManagementClient: :param subscription_id: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. :type subscription_id: str - :param base_url: Service URL. Default value is 'https://management.azure.com'. + :param base_url: Service URL. Default value is "https://management.azure.com". :type base_url: str + :keyword api_version: Api Version. Default value is "2022-01-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. """ @@ -89,6 +95,7 @@ def __init__( self.backups = BackupsOperations(self._client, self._config, self._serialize, self._deserialize) self.account_backups = AccountBackupsOperations(self._client, self._config, self._serialize, self._deserialize) self.backup_policies = BackupPoliciesOperations(self._client, self._config, self._serialize, self._deserialize) + self.volume_quota_rules = VolumeQuotaRulesOperations(self._client, self._config, self._serialize, self._deserialize) self.vaults = VaultsOperations(self._client, self._config, self._serialize, self._deserialize) self.volume_groups = VolumeGroupsOperations(self._client, self._config, self._serialize, self._deserialize) self.subvolumes = SubvolumesOperations(self._client, self._config, self._serialize, self._deserialize) @@ -96,7 +103,7 @@ def __init__( def _send_request( self, - request, # type: HttpRequest + request: HttpRequest, **kwargs: Any ) -> HttpResponse: """Runs the network request through the client's chained policies. diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_version.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_version.py index 364f3c906cf9..142a0420b39b 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_version.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "7.0.0" +VERSION = "8.0.0" diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_configuration.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_configuration.py index 037ccb42cda7..9636b410a50f 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_configuration.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_configuration.py @@ -19,7 +19,7 @@ from azure.core.credentials_async import AsyncTokenCredential -class NetAppManagementClientConfiguration(Configuration): +class NetAppManagementClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes """Configuration for NetAppManagementClient. Note that all parameters used to create this instance are saved as instance @@ -27,8 +27,12 @@ class NetAppManagementClientConfiguration(Configuration): :param credential: Credential needed for the client to connect to Azure. :type credential: ~azure.core.credentials_async.AsyncTokenCredential - :param subscription_id: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + :param subscription_id: Subscription credentials which uniquely identify Microsoft Azure + subscription. The subscription ID forms part of the URI for every service call. :type subscription_id: str + :keyword api_version: Api Version. Default value is "2022-01-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str """ def __init__( @@ -38,6 +42,8 @@ def __init__( **kwargs: Any ) -> None: super(NetAppManagementClientConfiguration, self).__init__(**kwargs) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + if credential is None: raise ValueError("Parameter 'credential' must not be None.") if subscription_id is None: @@ -45,7 +51,7 @@ def __init__( self.credential = credential self.subscription_id = subscription_id - self.api_version = "2021-10-01" + self.api_version = api_version self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'mgmt-netapp/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_net_app_management_client.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_net_app_management_client.py index c4639d602d3d..01d9a3079116 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_net_app_management_client.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_net_app_management_client.py @@ -7,21 +7,22 @@ # -------------------------------------------------------------------------- from copy import deepcopy -from typing import Any, Awaitable, Optional, TYPE_CHECKING +from typing import Any, Awaitable, TYPE_CHECKING + +from msrest import Deserializer, Serializer from azure.core.rest import AsyncHttpResponse, HttpRequest from azure.mgmt.core import AsyncARMPipelineClient -from msrest import Deserializer, Serializer from .. import models from ._configuration import NetAppManagementClientConfiguration -from .operations import AccountBackupsOperations, AccountsOperations, BackupPoliciesOperations, BackupsOperations, NetAppResourceOperations, NetAppResourceQuotaLimitsOperations, Operations, PoolsOperations, SnapshotPoliciesOperations, SnapshotsOperations, SubvolumesOperations, VaultsOperations, VolumeGroupsOperations, VolumesOperations +from .operations import AccountBackupsOperations, AccountsOperations, BackupPoliciesOperations, BackupsOperations, NetAppResourceOperations, NetAppResourceQuotaLimitsOperations, Operations, PoolsOperations, SnapshotPoliciesOperations, SnapshotsOperations, SubvolumesOperations, VaultsOperations, VolumeGroupsOperations, VolumeQuotaRulesOperations, VolumesOperations if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports from azure.core.credentials_async import AsyncTokenCredential -class NetAppManagementClient: +class NetAppManagementClient: # pylint: disable=too-many-instance-attributes """Microsoft NetApp Files Azure Resource Provider specification. :ivar operations: Operations operations @@ -47,6 +48,8 @@ class NetAppManagementClient: :vartype account_backups: azure.mgmt.netapp.aio.operations.AccountBackupsOperations :ivar backup_policies: BackupPoliciesOperations operations :vartype backup_policies: azure.mgmt.netapp.aio.operations.BackupPoliciesOperations + :ivar volume_quota_rules: VolumeQuotaRulesOperations operations + :vartype volume_quota_rules: azure.mgmt.netapp.aio.operations.VolumeQuotaRulesOperations :ivar vaults: VaultsOperations operations :vartype vaults: azure.mgmt.netapp.aio.operations.VaultsOperations :ivar volume_groups: VolumeGroupsOperations operations @@ -58,8 +61,11 @@ class NetAppManagementClient: :param subscription_id: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. :type subscription_id: str - :param base_url: Service URL. Default value is 'https://management.azure.com'. + :param base_url: Service URL. Default value is "https://management.azure.com". :type base_url: str + :keyword api_version: Api Version. Default value is "2022-01-01". Note that overriding this + default value may result in unsupported behavior. + :paramtype api_version: str :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. """ @@ -89,6 +95,7 @@ def __init__( self.backups = BackupsOperations(self._client, self._config, self._serialize, self._deserialize) self.account_backups = AccountBackupsOperations(self._client, self._config, self._serialize, self._deserialize) self.backup_policies = BackupPoliciesOperations(self._client, self._config, self._serialize, self._deserialize) + self.volume_quota_rules = VolumeQuotaRulesOperations(self._client, self._config, self._serialize, self._deserialize) self.vaults = VaultsOperations(self._client, self._config, self._serialize, self._deserialize) self.volume_groups = VolumeGroupsOperations(self._client, self._config, self._serialize, self._deserialize) self.subvolumes = SubvolumesOperations(self._client, self._config, self._serialize, self._deserialize) diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/__init__.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/__init__.py index 8e72a6f60883..7b804194eeb5 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/__init__.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/__init__.py @@ -17,6 +17,7 @@ from ._backups_operations import BackupsOperations from ._account_backups_operations import AccountBackupsOperations from ._backup_policies_operations import BackupPoliciesOperations +from ._volume_quota_rules_operations import VolumeQuotaRulesOperations from ._vaults_operations import VaultsOperations from ._volume_groups_operations import VolumeGroupsOperations from ._subvolumes_operations import SubvolumesOperations @@ -33,6 +34,7 @@ 'BackupsOperations', 'AccountBackupsOperations', 'BackupPoliciesOperations', + 'VolumeQuotaRulesOperations', 'VaultsOperations', 'VolumeGroupsOperations', 'SubvolumesOperations', diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_account_backups_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_account_backups_operations.py index 634cd432bdb1..9fd4a19b645e 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_account_backups_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_account_backups_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -68,6 +67,8 @@ def list( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.BackupsList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.BackupsList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -80,6 +81,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -91,6 +93,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -108,7 +111,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -121,7 +128,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups"} # type: ignore @distributed_trace_async async def get( @@ -152,18 +159,25 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, backup_name=backup_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -177,10 +191,10 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}"} # type: ignore - async def _delete_initial( + async def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -193,18 +207,25 @@ async def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, backup_name=backup_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -214,11 +235,11 @@ async def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}"} # type: ignore @distributed_trace_async - async def begin_delete( + async def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -247,7 +268,8 @@ async def begin_delete( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -259,6 +281,7 @@ async def begin_delete( resource_group_name=resource_group_name, account_name=account_name, backup_name=backup_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -279,7 +302,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_accounts_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_accounts_operations.py index e03d5d08354a..826d7b803bcb 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_accounts_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_accounts_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -62,6 +61,8 @@ def list_by_subscription( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.NetAppAccountList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.NetAppAccountList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -72,6 +73,7 @@ def prepare_request(next_link=None): request = build_list_by_subscription_request( subscription_id=self._config.subscription_id, + api_version=api_version, template_url=self.list_by_subscription.metadata['url'], ) request = _convert_request(request) @@ -81,6 +83,7 @@ def prepare_request(next_link=None): request = build_list_by_subscription_request( subscription_id=self._config.subscription_id, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -98,7 +101,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -111,7 +118,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list_by_subscription.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts'} # type: ignore + list_by_subscription.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts"} # type: ignore @distributed_trace def list( @@ -130,6 +137,8 @@ def list( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.NetAppAccountList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.NetAppAccountList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -141,6 +150,7 @@ def prepare_request(next_link=None): request = build_list_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -151,6 +161,7 @@ def prepare_request(next_link=None): request = build_list_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -168,7 +179,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -181,7 +196,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts"} # type: ignore @distributed_trace_async async def get( @@ -209,17 +224,24 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -233,7 +255,7 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore async def _create_or_update_initial( @@ -249,6 +271,7 @@ async def _create_or_update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'NetAppAccount') @@ -257,6 +280,7 @@ async def _create_or_update_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_or_update_initial.metadata['url'], @@ -264,7 +288,11 @@ async def _create_or_update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201]: @@ -282,7 +310,7 @@ async def _create_or_update_initial( return deserialized - _create_or_update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + _create_or_update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore @distributed_trace_async @@ -316,8 +344,9 @@ async def begin_create_or_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.NetAppAccount] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.NetAppAccount"] lro_delay = kwargs.pop( 'polling_interval', @@ -329,6 +358,7 @@ async def begin_create_or_update( resource_group_name=resource_group_name, account_name=account_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -353,12 +383,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + begin_create_or_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore - async def _delete_initial( + async def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -370,17 +399,24 @@ async def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [202, 204]: @@ -390,11 +426,11 @@ async def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore @distributed_trace_async - async def begin_delete( + async def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -420,7 +456,8 @@ async def begin_delete( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -431,6 +468,7 @@ async def begin_delete( raw_result = await self._delete_initial( resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -451,10 +489,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore async def _update_initial( self, @@ -469,6 +506,7 @@ async def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'NetAppAccountPatch') @@ -477,6 +515,7 @@ async def _update_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -484,7 +523,11 @@ async def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -502,7 +545,7 @@ async def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore @distributed_trace_async @@ -536,8 +579,9 @@ async def begin_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.NetAppAccount] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.NetAppAccount"] lro_delay = kwargs.pop( 'polling_interval', @@ -549,6 +593,7 @@ async def begin_update( resource_group_name=resource_group_name, account_name=account_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -573,7 +618,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_backup_policies_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_backup_policies_operations.py index f076f3683cdb..385759ce6688 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_backup_policies_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_backup_policies_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -68,6 +67,8 @@ def list( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.BackupPoliciesList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.BackupPoliciesList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -80,6 +81,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -91,6 +93,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -108,7 +111,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -121,7 +128,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies"} # type: ignore @distributed_trace_async async def get( @@ -152,18 +159,25 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, backup_policy_name=backup_policy_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -177,7 +191,7 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore async def _create_initial( @@ -194,6 +208,7 @@ async def _create_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'BackupPolicy') @@ -203,6 +218,7 @@ async def _create_initial( resource_group_name=resource_group_name, account_name=account_name, backup_policy_name=backup_policy_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_initial.metadata['url'], @@ -210,7 +226,11 @@ async def _create_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201, 202]: @@ -229,7 +249,7 @@ async def _create_initial( return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore @distributed_trace_async @@ -266,8 +286,9 @@ async def begin_create( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.BackupPolicy] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.BackupPolicy"] lro_delay = kwargs.pop( 'polling_interval', @@ -280,6 +301,7 @@ async def begin_create( account_name=account_name, backup_policy_name=backup_policy_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -304,10 +326,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore async def _update_initial( self, @@ -323,6 +344,7 @@ async def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'BackupPolicyPatch') @@ -332,6 +354,7 @@ async def _update_initial( resource_group_name=resource_group_name, account_name=account_name, backup_policy_name=backup_policy_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -339,7 +362,11 @@ async def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -357,7 +384,7 @@ async def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore @distributed_trace_async @@ -394,8 +421,9 @@ async def begin_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.BackupPolicy] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.BackupPolicy"] lro_delay = kwargs.pop( 'polling_interval', @@ -408,6 +436,7 @@ async def begin_update( account_name=account_name, backup_policy_name=backup_policy_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -432,12 +461,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore - async def _delete_initial( + async def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -450,18 +478,25 @@ async def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, backup_policy_name=backup_policy_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -471,11 +506,11 @@ async def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore @distributed_trace_async - async def begin_delete( + async def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -504,7 +539,8 @@ async def begin_delete( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -516,6 +552,7 @@ async def begin_delete( resource_group_name=resource_group_name, account_name=account_name, backup_policy_name=backup_policy_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -536,7 +573,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_backups_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_backups_operations.py index 647240531128..5204b6bee8eb 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_backups_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_backups_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -80,6 +79,8 @@ async def get_status( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_status_request( subscription_id=self._config.subscription_id, @@ -87,12 +88,17 @@ async def get_status( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.get_status.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -106,7 +112,7 @@ async def get_status( return deserialized - get_status.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backupStatus'} # type: ignore + get_status.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backupStatus"} # type: ignore @distributed_trace_async @@ -141,6 +147,8 @@ async def get_volume_restore_status( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_volume_restore_status_request( subscription_id=self._config.subscription_id, @@ -148,12 +156,17 @@ async def get_volume_restore_status( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.get_volume_restore_status.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -167,7 +180,7 @@ async def get_volume_restore_status( return deserialized - get_volume_restore_status.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/restoreStatus'} # type: ignore + get_volume_restore_status.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/restoreStatus"} # type: ignore @distributed_trace @@ -196,6 +209,8 @@ def list( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.BackupsList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.BackupsList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -210,6 +225,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -223,6 +239,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -240,7 +257,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -253,7 +274,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups"} # type: ignore @distributed_trace_async async def get( @@ -290,6 +311,8 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, @@ -298,12 +321,17 @@ async def get( pool_name=pool_name, volume_name=volume_name, backup_name=backup_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -317,7 +345,7 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore async def _create_initial( @@ -336,6 +364,7 @@ async def _create_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'Backup') @@ -347,6 +376,7 @@ async def _create_initial( pool_name=pool_name, volume_name=volume_name, backup_name=backup_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_initial.metadata['url'], @@ -354,7 +384,11 @@ async def _create_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201, 202]: @@ -373,7 +407,7 @@ async def _create_initial( return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore @distributed_trace_async @@ -416,8 +450,9 @@ async def begin_create( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.Backup] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Backup"] lro_delay = kwargs.pop( 'polling_interval', @@ -432,6 +467,7 @@ async def begin_create( volume_name=volume_name, backup_name=backup_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -456,10 +492,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore async def _update_initial( self, @@ -477,6 +512,7 @@ async def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] if body is not None: @@ -491,6 +527,7 @@ async def _update_initial( pool_name=pool_name, volume_name=volume_name, backup_name=backup_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -498,7 +535,11 @@ async def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -516,7 +557,7 @@ async def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore @distributed_trace_async @@ -544,7 +585,7 @@ async def begin_update( :type volume_name: str :param backup_name: The name of the backup. :type backup_name: str - :param body: Backup object supplied in the body of the operation. + :param body: Backup object supplied in the body of the operation. Default value is None. :type body: ~azure.mgmt.netapp.models.BackupPatch :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. @@ -559,8 +600,9 @@ async def begin_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.Backup] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Backup"] lro_delay = kwargs.pop( 'polling_interval', @@ -575,6 +617,7 @@ async def begin_update( volume_name=volume_name, backup_name=backup_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -599,12 +642,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore - async def _delete_initial( + async def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -619,6 +661,8 @@ async def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, @@ -627,12 +671,17 @@ async def _delete_initial( pool_name=pool_name, volume_name=volume_name, backup_name=backup_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -642,11 +691,11 @@ async def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore @distributed_trace_async - async def begin_delete( + async def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -681,7 +730,8 @@ async def begin_delete( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -695,6 +745,7 @@ async def begin_delete( pool_name=pool_name, volume_name=volume_name, backup_name=backup_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -715,7 +766,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_net_app_resource_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_net_app_resource_operations.py index 36ac75667cb8..46db59160dcd 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_net_app_resource_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_net_app_resource_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Optional, TypeVar, Union from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.pipeline import PipelineResponse @@ -76,6 +75,7 @@ async def check_name_availability( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _body = _models.ResourceNameAvailabilityRequest(name=name, type=type, resource_group=resource_group) @@ -84,6 +84,7 @@ async def check_name_availability( request = build_check_name_availability_request( subscription_id=self._config.subscription_id, location=location, + api_version=api_version, content_type=content_type, json=_json, template_url=self.check_name_availability.metadata['url'], @@ -91,7 +92,11 @@ async def check_name_availability( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -105,7 +110,7 @@ async def check_name_availability( return deserialized - check_name_availability.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability'} # type: ignore + check_name_availability.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability"} # type: ignore @distributed_trace_async @@ -138,6 +143,7 @@ async def check_file_path_availability( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _body = _models.FilePathAvailabilityRequest(name=name, subnet_id=subnet_id) @@ -146,6 +152,7 @@ async def check_file_path_availability( request = build_check_file_path_availability_request( subscription_id=self._config.subscription_id, location=location, + api_version=api_version, content_type=content_type, json=_json, template_url=self.check_file_path_availability.metadata['url'], @@ -153,7 +160,11 @@ async def check_file_path_availability( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -167,7 +178,7 @@ async def check_file_path_availability( return deserialized - check_file_path_availability.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability'} # type: ignore + check_file_path_availability.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability"} # type: ignore @distributed_trace_async @@ -202,6 +213,7 @@ async def check_quota_availability( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _body = _models.QuotaAvailabilityRequest(name=name, type=type, resource_group=resource_group) @@ -210,6 +222,7 @@ async def check_quota_availability( request = build_check_quota_availability_request( subscription_id=self._config.subscription_id, location=location, + api_version=api_version, content_type=content_type, json=_json, template_url=self.check_quota_availability.metadata['url'], @@ -217,7 +230,11 @@ async def check_quota_availability( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -231,5 +248,5 @@ async def check_quota_availability( return deserialized - check_quota_availability.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability'} # type: ignore + check_quota_availability.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_net_app_resource_quota_limits_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_net_app_resource_quota_limits_operations.py index 93bfa8cd92e1..a7b2efaaaaab 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_net_app_resource_quota_limits_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_net_app_resource_quota_limits_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -65,6 +64,8 @@ def list( ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.SubscriptionQuotaItemList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.SubscriptionQuotaItemList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -76,6 +77,7 @@ def prepare_request(next_link=None): request = build_list_request( subscription_id=self._config.subscription_id, location=location, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -86,6 +88,7 @@ def prepare_request(next_link=None): request = build_list_request( subscription_id=self._config.subscription_id, location=location, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -103,7 +106,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -116,7 +123,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits"} # type: ignore @distributed_trace_async async def get( @@ -144,17 +151,24 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, location=location, quota_limit_name=quota_limit_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -168,5 +182,5 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_operations.py index 7df352f9fcd2..86a2e738b2e9 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -15,7 +14,6 @@ from azure.core.pipeline.transport import AsyncHttpResponse from azure.core.rest import HttpRequest from azure.core.tracing.decorator import distributed_trace -from azure.core.tracing.decorator_async import distributed_trace_async from azure.mgmt.core.exceptions import ARMErrorFormat from ... import models as _models @@ -60,6 +58,8 @@ def list( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.OperationListResult] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.OperationListResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -69,6 +69,7 @@ def prepare_request(next_link=None): if not next_link: request = build_list_request( + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -77,6 +78,7 @@ def prepare_request(next_link=None): else: request = build_list_request( + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -94,7 +96,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -107,4 +113,4 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/providers/Microsoft.NetApp/operations'} # type: ignore + list.metadata = {'url': "/providers/Microsoft.NetApp/operations"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_pools_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_pools_operations.py index f546f0ca83b6..69571cbb5326 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_pools_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_pools_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -68,6 +67,8 @@ def list( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.CapacityPoolList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.CapacityPoolList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -80,6 +81,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -91,6 +93,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -108,7 +111,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -121,7 +128,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools"} # type: ignore @distributed_trace_async async def get( @@ -152,18 +159,25 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -177,7 +191,7 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore async def _create_or_update_initial( @@ -194,6 +208,7 @@ async def _create_or_update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'CapacityPool') @@ -203,6 +218,7 @@ async def _create_or_update_initial( resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_or_update_initial.metadata['url'], @@ -210,7 +226,11 @@ async def _create_or_update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201]: @@ -228,7 +248,7 @@ async def _create_or_update_initial( return deserialized - _create_or_update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + _create_or_update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore @distributed_trace_async @@ -265,8 +285,9 @@ async def begin_create_or_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.CapacityPool] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.CapacityPool"] lro_delay = kwargs.pop( 'polling_interval', @@ -279,6 +300,7 @@ async def begin_create_or_update( account_name=account_name, pool_name=pool_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -303,10 +325,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + begin_create_or_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore async def _update_initial( self, @@ -322,6 +343,7 @@ async def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'CapacityPoolPatch') @@ -331,6 +353,7 @@ async def _update_initial( resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -338,7 +361,11 @@ async def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -354,7 +381,7 @@ async def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore @distributed_trace_async @@ -391,8 +418,9 @@ async def begin_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.CapacityPool] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.CapacityPool"] lro_delay = kwargs.pop( 'polling_interval', @@ -405,6 +433,7 @@ async def begin_update( account_name=account_name, pool_name=pool_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -429,12 +458,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore - async def _delete_initial( + async def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -447,18 +475,25 @@ async def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [202, 204]: @@ -468,11 +503,11 @@ async def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore @distributed_trace_async - async def begin_delete( + async def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -501,7 +536,8 @@ async def begin_delete( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -513,6 +549,7 @@ async def begin_delete( resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -533,7 +570,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_snapshot_policies_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_snapshot_policies_operations.py index 7f137d1c004a..db7fbd12008c 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_snapshot_policies_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_snapshot_policies_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -67,6 +66,8 @@ def list( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.SnapshotPoliciesList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.SnapshotPoliciesList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -79,6 +80,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -90,6 +92,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -107,7 +110,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -120,7 +127,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies"} # type: ignore @distributed_trace_async async def get( @@ -149,18 +156,25 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -174,7 +188,7 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore @distributed_trace_async @@ -207,6 +221,7 @@ async def create( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'SnapshotPolicy') @@ -216,6 +231,7 @@ async def create( resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self.create.metadata['url'], @@ -223,7 +239,11 @@ async def create( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201]: @@ -241,7 +261,7 @@ async def create( return deserialized - create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore async def _update_initial( @@ -258,6 +278,7 @@ async def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'SnapshotPolicyPatch') @@ -267,6 +288,7 @@ async def _update_initial( resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -274,7 +296,11 @@ async def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -292,7 +318,7 @@ async def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore @distributed_trace_async @@ -327,8 +353,9 @@ async def begin_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.SnapshotPolicy] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.SnapshotPolicy"] lro_delay = kwargs.pop( 'polling_interval', @@ -341,6 +368,7 @@ async def begin_update( account_name=account_name, snapshot_policy_name=snapshot_policy_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -365,12 +393,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore - async def _delete_initial( + async def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -383,18 +410,25 @@ async def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -404,11 +438,11 @@ async def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore @distributed_trace_async - async def begin_delete( + async def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -435,7 +469,8 @@ async def begin_delete( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -447,6 +482,7 @@ async def begin_delete( resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -467,10 +503,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore @distributed_trace_async async def list_volumes( @@ -501,18 +536,25 @@ async def list_volumes( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_list_volumes_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, template_url=self.list_volumes.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -526,5 +568,5 @@ async def list_volumes( return deserialized - list_volumes.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}/volumes'} # type: ignore + list_volumes.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}/volumes"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_snapshots_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_snapshots_operations.py index 00484d9f1160..feaec4e741d3 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_snapshots_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_snapshots_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -74,6 +73,8 @@ def list( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.SnapshotsList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.SnapshotsList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -88,6 +89,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -101,6 +103,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -118,7 +121,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -131,7 +138,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots"} # type: ignore @distributed_trace_async async def get( @@ -168,6 +175,8 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, @@ -176,12 +185,17 @@ async def get( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -195,7 +209,7 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore async def _create_initial( @@ -214,6 +228,7 @@ async def _create_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'Snapshot') @@ -225,6 +240,7 @@ async def _create_initial( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_initial.metadata['url'], @@ -232,7 +248,11 @@ async def _create_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [201, 202]: @@ -248,7 +268,7 @@ async def _create_initial( return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore @distributed_trace_async @@ -291,8 +311,9 @@ async def begin_create( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.Snapshot] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Snapshot"] lro_delay = kwargs.pop( 'polling_interval', @@ -307,6 +328,7 @@ async def begin_create( volume_name=volume_name, snapshot_name=snapshot_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -331,10 +353,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore async def _update_initial( self, @@ -352,6 +373,7 @@ async def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'object') @@ -363,6 +385,7 @@ async def _update_initial( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -370,7 +393,11 @@ async def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -386,7 +413,7 @@ async def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore @distributed_trace_async @@ -429,8 +456,9 @@ async def begin_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.Snapshot] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Snapshot"] lro_delay = kwargs.pop( 'polling_interval', @@ -445,6 +473,7 @@ async def begin_update( volume_name=volume_name, snapshot_name=snapshot_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -469,12 +498,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore - async def _delete_initial( + async def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -489,6 +517,8 @@ async def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, @@ -497,12 +527,17 @@ async def _delete_initial( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -512,11 +547,11 @@ async def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore @distributed_trace_async - async def begin_delete( + async def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -551,7 +586,8 @@ async def begin_delete( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -565,6 +601,7 @@ async def begin_delete( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -585,12 +622,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore - async def _restore_files_initial( + async def _restore_files_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -606,6 +642,7 @@ async def _restore_files_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'SnapshotRestoreFiles') @@ -617,6 +654,7 @@ async def _restore_files_initial( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._restore_files_initial.metadata['url'], @@ -624,7 +662,11 @@ async def _restore_files_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -634,11 +676,11 @@ async def _restore_files_initial( if cls: return cls(pipeline_response, None, {}) - _restore_files_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}/restoreFiles'} # type: ignore + _restore_files_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}/restoreFiles"} # type: ignore @distributed_trace_async - async def begin_restore_files( + async def begin_restore_files( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -676,8 +718,9 @@ async def begin_restore_files( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -692,6 +735,7 @@ async def begin_restore_files( volume_name=volume_name, snapshot_name=snapshot_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -713,7 +757,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_restore_files.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}/restoreFiles'} # type: ignore + begin_restore_files.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}/restoreFiles"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_subvolumes_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_subvolumes_operations.py index bcc31207a63f..69a43906ad00 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_subvolumes_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_subvolumes_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -74,6 +73,8 @@ def list_by_volume( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.SubvolumesList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.SubvolumesList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -88,6 +89,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.list_by_volume.metadata['url'], ) request = _convert_request(request) @@ -101,6 +103,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -118,7 +121,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -131,7 +138,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list_by_volume.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes'} # type: ignore + list_by_volume.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes"} # type: ignore @distributed_trace_async async def get( @@ -168,6 +175,8 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, @@ -176,12 +185,17 @@ async def get( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -195,7 +209,7 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore async def _create_initial( @@ -214,6 +228,7 @@ async def _create_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'SubvolumeInfo') @@ -225,6 +240,7 @@ async def _create_initial( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_initial.metadata['url'], @@ -232,7 +248,11 @@ async def _create_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201, 202]: @@ -251,7 +271,7 @@ async def _create_initial( return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore @distributed_trace_async @@ -294,8 +314,9 @@ async def begin_create( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.SubvolumeInfo] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.SubvolumeInfo"] lro_delay = kwargs.pop( 'polling_interval', @@ -310,6 +331,7 @@ async def begin_create( volume_name=volume_name, subvolume_name=subvolume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -334,10 +356,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore async def _update_initial( self, @@ -355,6 +376,7 @@ async def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'SubvolumePatchRequest') @@ -366,6 +388,7 @@ async def _update_initial( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -373,7 +396,11 @@ async def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -389,7 +416,7 @@ async def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore @distributed_trace_async @@ -432,8 +459,9 @@ async def begin_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.SubvolumeInfo] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.SubvolumeInfo"] lro_delay = kwargs.pop( 'polling_interval', @@ -448,6 +476,7 @@ async def begin_update( volume_name=volume_name, subvolume_name=subvolume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -472,12 +501,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore - async def _delete_initial( + async def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -492,6 +520,8 @@ async def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, @@ -500,12 +530,17 @@ async def _delete_initial( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -515,11 +550,11 @@ async def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore @distributed_trace_async - async def begin_delete( + async def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -554,7 +589,8 @@ async def begin_delete( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -568,6 +604,7 @@ async def begin_delete( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -588,10 +625,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore async def _get_metadata_initial( self, @@ -608,6 +644,8 @@ async def _get_metadata_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_metadata_request_initial( subscription_id=self._config.subscription_id, @@ -616,12 +654,17 @@ async def _get_metadata_initial( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, template_url=self._get_metadata_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -637,7 +680,7 @@ async def _get_metadata_initial( return deserialized - _get_metadata_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata'} # type: ignore + _get_metadata_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata"} # type: ignore @distributed_trace_async @@ -677,7 +720,8 @@ async def begin_get_metadata( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.SubvolumeModel] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.SubvolumeModel"] lro_delay = kwargs.pop( 'polling_interval', @@ -691,6 +735,7 @@ async def begin_get_metadata( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -714,7 +759,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_get_metadata.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata'} # type: ignore + begin_get_metadata.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_vaults_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_vaults_operations.py index c2af63b89715..bab2770dbd8a 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_vaults_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_vaults_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -15,7 +14,6 @@ from azure.core.pipeline.transport import AsyncHttpResponse from azure.core.rest import HttpRequest from azure.core.tracing.decorator import distributed_trace -from azure.core.tracing.decorator_async import distributed_trace_async from azure.mgmt.core.exceptions import ARMErrorFormat from ... import models as _models @@ -66,6 +64,8 @@ def list( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.VaultList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.VaultList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -78,6 +78,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -89,6 +90,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -106,7 +108,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -119,4 +125,4 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/vaults'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/vaults"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volume_groups_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volume_groups_operations.py index 1b114eea1925..f761019d2fda 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volume_groups_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volume_groups_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -68,6 +67,8 @@ def list_by_net_app_account( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.VolumeGroupList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeGroupList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -80,6 +81,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list_by_net_app_account.metadata['url'], ) request = _convert_request(request) @@ -91,6 +93,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -108,7 +111,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -121,7 +128,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list_by_net_app_account.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups'} # type: ignore + list_by_net_app_account.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups"} # type: ignore @distributed_trace_async async def get( @@ -152,18 +159,25 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, volume_group_name=volume_group_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -177,7 +191,7 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}"} # type: ignore async def _create_initial( @@ -194,6 +208,7 @@ async def _create_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'VolumeGroupDetails') @@ -203,6 +218,7 @@ async def _create_initial( resource_group_name=resource_group_name, account_name=account_name, volume_group_name=volume_group_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_initial.metadata['url'], @@ -210,7 +226,11 @@ async def _create_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [201]: @@ -224,7 +244,7 @@ async def _create_initial( return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}'} # type: ignore + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}"} # type: ignore @distributed_trace_async @@ -263,8 +283,9 @@ async def begin_create( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.VolumeGroupDetails] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeGroupDetails"] lro_delay = kwargs.pop( 'polling_interval', @@ -277,6 +298,7 @@ async def begin_create( account_name=account_name, volume_group_name=volume_group_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -301,12 +323,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}'} # type: ignore + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}"} # type: ignore - async def _delete_initial( + async def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -319,18 +340,25 @@ async def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, volume_group_name=volume_group_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -340,11 +368,11 @@ async def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}"} # type: ignore @distributed_trace_async - async def begin_delete( + async def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -373,7 +401,8 @@ async def begin_delete( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -385,6 +414,7 @@ async def begin_delete( resource_group_name=resource_group_name, account_name=account_name, volume_group_name=volume_group_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -405,7 +435,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volume_quota_rules_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volume_quota_rules_operations.py new file mode 100644 index 000000000000..14e799013ad8 --- /dev/null +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volume_quota_rules_operations.py @@ -0,0 +1,630 @@ +# pylint: disable=too-many-lines +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.core.tracing.decorator_async import distributed_trace_async +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling + +from ... import models as _models +from ..._vendor import _convert_request +from ...operations._volume_quota_rules_operations import build_create_request_initial, build_delete_request_initial, build_get_request, build_list_by_volume_request, build_update_request_initial +T = TypeVar('T') +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + +class VolumeQuotaRulesOperations: + """VolumeQuotaRulesOperations async operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.netapp.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer) -> None: + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + @distributed_trace + def list_by_volume( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> AsyncIterable["_models.VolumeQuotaRulesList"]: + """Get all quota rules for a volume. + + List all quota rules associated with the volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either VolumeQuotaRulesList or the result of + cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.VolumeQuotaRulesList] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeQuotaRulesList"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_volume_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self.list_by_volume.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + + request = build_list_by_volume_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=next_link, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("VolumeQuotaRulesList", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + + return AsyncItemPaged( + get_next, extract_data + ) + list_by_volume.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules"} # type: ignore + + @distributed_trace_async + async def get( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + **kwargs: Any + ) -> "_models.VolumeQuotaRule": + """Describe a quota rule. + + Get details of the specified quota rule. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :param volume_quota_rule_name: The name of volume quota rule. + :type volume_quota_rule_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: VolumeQuotaRule, or the result of cls(response) + :rtype: ~azure.mgmt.netapp.models.VolumeQuotaRule + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeQuotaRule"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_get_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + api_version=api_version, + template_url=self.get.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + + async def _create_initial( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + body: "_models.VolumeQuotaRule", + **kwargs: Any + ) -> "_models.VolumeQuotaRule": + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeQuotaRule"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(body, 'VolumeQuotaRule') + + request = build_create_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + api_version=api_version, + content_type=content_type, + json=_json, + template_url=self._create_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + + @distributed_trace_async + async def begin_create( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + body: "_models.VolumeQuotaRule", + **kwargs: Any + ) -> AsyncLROPoller["_models.VolumeQuotaRule"]: + """Create a quota rule. + + Create the specified quota rule within the given volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :param volume_quota_rule_name: The name of volume quota rule. + :type volume_quota_rule_name: str + :param body: Quota rule object supplied in the body of the operation. + :type body: ~azure.mgmt.netapp.models.VolumeQuotaRule + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a personal + polling strategy. + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either VolumeQuotaRule or the result of + cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.VolumeQuotaRule] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeQuotaRule"] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._create_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + body=body, + api_version=api_version, + content_type=content_type, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + response = pipeline_response.http_response + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + + if polling is True: polling_method = AsyncARMPolling(lro_delay, lro_options={'final-state-via': 'location'}, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + async def _update_initial( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + body: "_models.VolumeQuotaRulePatch", + **kwargs: Any + ) -> Optional["_models.VolumeQuotaRule"]: + cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.VolumeQuotaRule"]] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(body, 'VolumeQuotaRulePatch') + + request = build_update_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + api_version=api_version, + content_type=content_type, + json=_json, + template_url=self._update_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = None + if response.status_code == 200: + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + + @distributed_trace_async + async def begin_update( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + body: "_models.VolumeQuotaRulePatch", + **kwargs: Any + ) -> AsyncLROPoller["_models.VolumeQuotaRule"]: + """Update a quota rule. + + Patch a quota rule. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :param volume_quota_rule_name: The name of volume quota rule. + :type volume_quota_rule_name: str + :param body: Quota rule object supplied in the body of the operation. + :type body: ~azure.mgmt.netapp.models.VolumeQuotaRulePatch + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a personal + polling strategy. + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either VolumeQuotaRule or the result of + cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.VolumeQuotaRule] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeQuotaRule"] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._update_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + body=body, + api_version=api_version, + content_type=content_type, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + response = pipeline_response.http_response + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + + if polling is True: polling_method = AsyncARMPolling(lro_delay, lro_options={'final-state-via': 'location'}, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + async def _delete_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + **kwargs: Any + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_delete_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + api_version=api_version, + template_url=self._delete_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + + @distributed_trace_async + async def begin_delete( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Delete a quota rule. + + Delete quota rule. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :param volume_quota_rule_name: The name of volume quota rule. + :type volume_quota_rule_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a personal + polling strategy. + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._delete_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + api_version=api_version, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + + if polling is True: polling_method = AsyncARMPolling(lro_delay, lro_options={'final-state-via': 'location'}, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volumes_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volumes_operations.py index 89277da68d6a..25b6da9bcd13 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volumes_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/_volumes_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar, Union from azure.core.async_paging import AsyncItemPaged, AsyncList from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error @@ -22,11 +21,11 @@ from ... import models as _models from ..._vendor import _convert_request -from ...operations._volumes_operations import build_authorize_replication_request_initial, build_break_replication_request_initial, build_create_or_update_request_initial, build_delete_replication_request_initial, build_delete_request_initial, build_get_request, build_list_request, build_pool_change_request_initial, build_re_initialize_replication_request_initial, build_replication_status_request, build_resync_replication_request_initial, build_revert_request_initial, build_update_request_initial +from ...operations._volumes_operations import build_authorize_replication_request_initial, build_break_replication_request_initial, build_create_or_update_request_initial, build_delete_replication_request_initial, build_delete_request_initial, build_finalize_relocation_request_initial, build_get_request, build_list_replications_request, build_list_request, build_pool_change_request_initial, build_re_initialize_replication_request_initial, build_relocate_request_initial, build_replication_status_request, build_reset_cifs_password_request_initial, build_resync_replication_request_initial, build_revert_relocation_request_initial, build_revert_request_initial, build_update_request_initial T = TypeVar('T') ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] -class VolumesOperations: +class VolumesOperations: # pylint: disable=too-many-public-methods """VolumesOperations async operations. You should not instantiate this class directly. Instead, you should create a Client instance that @@ -71,6 +70,8 @@ def list( :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.VolumeList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -84,6 +85,7 @@ def prepare_request(next_link=None): resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -96,6 +98,7 @@ def prepare_request(next_link=None): resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -113,7 +116,11 @@ async def extract_data(pipeline_response): async def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -126,7 +133,7 @@ async def get_next(next_link=None): return AsyncItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes"} # type: ignore @distributed_trace_async async def get( @@ -160,6 +167,8 @@ async def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, @@ -167,12 +176,17 @@ async def get( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -186,7 +200,7 @@ async def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore async def _create_or_update_initial( @@ -204,6 +218,7 @@ async def _create_or_update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'Volume') @@ -214,6 +229,7 @@ async def _create_or_update_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_or_update_initial.metadata['url'], @@ -221,7 +237,11 @@ async def _create_or_update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201, 202]: @@ -240,7 +260,7 @@ async def _create_or_update_initial( return deserialized - _create_or_update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + _create_or_update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore @distributed_trace_async @@ -280,8 +300,9 @@ async def begin_create_or_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.Volume] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Volume"] lro_delay = kwargs.pop( 'polling_interval', @@ -295,6 +316,7 @@ async def begin_create_or_update( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -319,10 +341,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + begin_create_or_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore async def _update_initial( self, @@ -339,6 +360,7 @@ async def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'VolumePatch') @@ -349,6 +371,7 @@ async def _update_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -356,7 +379,11 @@ async def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -372,7 +399,7 @@ async def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore @distributed_trace_async @@ -412,8 +439,9 @@ async def begin_update( :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.netapp.models.Volume] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Volume"] lro_delay = kwargs.pop( 'polling_interval', @@ -427,6 +455,7 @@ async def begin_update( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -451,12 +480,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore - async def _delete_initial( + async def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -471,6 +499,8 @@ async def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, @@ -478,13 +508,18 @@ async def _delete_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, force_delete=force_delete, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [202, 204]: @@ -494,11 +529,11 @@ async def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore @distributed_trace_async - async def begin_delete( + async def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -520,7 +555,7 @@ async def begin_delete( :param volume_name: The name of the volume. :type volume_name: str :param force_delete: An option to force delete the volume. Will cleanup resources connected to - the particular volume. + the particular volume. Default value is None. :type force_delete: bool :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. @@ -534,7 +569,8 @@ async def begin_delete( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -548,6 +584,7 @@ async def begin_delete( pool_name=pool_name, volume_name=volume_name, force_delete=force_delete, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -568,12 +605,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore - async def _revert_initial( + async def _revert_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -588,6 +624,7 @@ async def _revert_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'VolumeRevert') @@ -598,6 +635,7 @@ async def _revert_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._revert_initial.metadata['url'], @@ -605,7 +643,11 @@ async def _revert_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -615,11 +657,11 @@ async def _revert_initial( if cls: return cls(pipeline_response, None, {}) - _revert_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert'} # type: ignore + _revert_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert"} # type: ignore @distributed_trace_async - async def begin_revert( + async def begin_revert( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -654,8 +696,9 @@ async def begin_revert( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -669,6 +712,7 @@ async def begin_revert( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -690,12 +734,129 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_revert.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert"} # type: ignore + + async def _reset_cifs_password_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_reset_cifs_password_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self._reset_cifs_password_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _reset_cifs_password_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resetCifsPassword"} # type: ignore + + + @distributed_trace_async + async def begin_reset_cifs_password( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Reset cifs password. + + Reset cifs password from volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a personal + polling strategy. + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._reset_cifs_password_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) - begin_revert.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert'} # type: ignore - async def _break_replication_initial( + if polling is True: polling_method = AsyncARMPolling(lro_delay, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_reset_cifs_password.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resetCifsPassword"} # type: ignore + + async def _break_replication_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -710,6 +871,7 @@ async def _break_replication_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] if body is not None: @@ -723,6 +885,7 @@ async def _break_replication_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._break_replication_initial.metadata['url'], @@ -730,7 +893,11 @@ async def _break_replication_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -740,11 +907,11 @@ async def _break_replication_initial( if cls: return cls(pipeline_response, None, {}) - _break_replication_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication'} # type: ignore + _break_replication_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication"} # type: ignore @distributed_trace_async - async def begin_break_replication( + async def begin_break_replication( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -765,7 +932,7 @@ async def begin_break_replication( :type pool_name: str :param volume_name: The name of the volume. :type volume_name: str - :param body: Optional body to force break the replication. + :param body: Optional body to force break the replication. Default value is None. :type body: ~azure.mgmt.netapp.models.BreakReplicationRequest :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. @@ -779,8 +946,9 @@ async def begin_break_replication( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -794,6 +962,7 @@ async def begin_break_replication( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -815,10 +984,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_break_replication.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication'} # type: ignore + begin_break_replication.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication"} # type: ignore @distributed_trace_async async def replication_status( @@ -852,6 +1020,8 @@ async def replication_status( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_replication_status_request( subscription_id=self._config.subscription_id, @@ -859,12 +1029,17 @@ async def replication_status( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.replication_status.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -878,10 +1053,103 @@ async def replication_status( return deserialized - replication_status.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/replicationStatus'} # type: ignore + replication_status.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/replicationStatus"} # type: ignore + + + @distributed_trace + def list_replications( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> AsyncIterable["_models.ListReplications"]: + """List replications for volume. + + List all replications for a specified volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either ListReplications or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.netapp.models.ListReplications] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + cls = kwargs.pop('cls', None) # type: ClsType["_models.ListReplications"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + def prepare_request(next_link=None): + if not next_link: + + request = build_list_replications_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self.list_replications.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + + request = build_list_replications_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=next_link, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize("ListReplications", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return None, AsyncList(list_of_elem) + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + + return AsyncItemPaged( + get_next, extract_data + ) + list_replications.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/listReplications"} # type: ignore - async def _resync_replication_initial( + async def _resync_replication_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -895,6 +1163,8 @@ async def _resync_replication_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_resync_replication_request_initial( subscription_id=self._config.subscription_id, @@ -902,12 +1172,17 @@ async def _resync_replication_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self._resync_replication_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -917,11 +1192,11 @@ async def _resync_replication_initial( if cls: return cls(pipeline_response, None, {}) - _resync_replication_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication'} # type: ignore + _resync_replication_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication"} # type: ignore @distributed_trace_async - async def begin_resync_replication( + async def begin_resync_replication( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -954,7 +1229,8 @@ async def begin_resync_replication( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -967,6 +1243,7 @@ async def begin_resync_replication( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -987,12 +1264,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_resync_replication.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication'} # type: ignore + begin_resync_replication.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication"} # type: ignore - async def _delete_replication_initial( + async def _delete_replication_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1006,6 +1282,8 @@ async def _delete_replication_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_replication_request_initial( subscription_id=self._config.subscription_id, @@ -1013,12 +1291,17 @@ async def _delete_replication_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self._delete_replication_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1028,11 +1311,11 @@ async def _delete_replication_initial( if cls: return cls(pipeline_response, None, {}) - _delete_replication_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication'} # type: ignore + _delete_replication_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication"} # type: ignore @distributed_trace_async - async def begin_delete_replication( + async def begin_delete_replication( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1065,7 +1348,8 @@ async def begin_delete_replication( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1078,6 +1362,7 @@ async def begin_delete_replication( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -1098,12 +1383,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete_replication.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication'} # type: ignore + begin_delete_replication.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication"} # type: ignore - async def _authorize_replication_initial( + async def _authorize_replication_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1118,6 +1402,7 @@ async def _authorize_replication_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'AuthorizeRequest') @@ -1128,6 +1413,7 @@ async def _authorize_replication_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._authorize_replication_initial.metadata['url'], @@ -1135,7 +1421,11 @@ async def _authorize_replication_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1145,11 +1435,11 @@ async def _authorize_replication_initial( if cls: return cls(pipeline_response, None, {}) - _authorize_replication_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication'} # type: ignore + _authorize_replication_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication"} # type: ignore @distributed_trace_async - async def begin_authorize_replication( + async def begin_authorize_replication( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1184,8 +1474,9 @@ async def begin_authorize_replication( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1199,6 +1490,7 @@ async def begin_authorize_replication( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -1220,12 +1512,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_authorize_replication.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication'} # type: ignore + begin_authorize_replication.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication"} # type: ignore - async def _re_initialize_replication_initial( + async def _re_initialize_replication_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1239,6 +1530,8 @@ async def _re_initialize_replication_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_re_initialize_replication_request_initial( subscription_id=self._config.subscription_id, @@ -1246,12 +1539,17 @@ async def _re_initialize_replication_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self._re_initialize_replication_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1261,11 +1559,11 @@ async def _re_initialize_replication_initial( if cls: return cls(pipeline_response, None, {}) - _re_initialize_replication_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication'} # type: ignore + _re_initialize_replication_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication"} # type: ignore @distributed_trace_async - async def begin_re_initialize_replication( + async def begin_re_initialize_replication( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1297,7 +1595,8 @@ async def begin_re_initialize_replication( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1310,6 +1609,7 @@ async def begin_re_initialize_replication( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -1330,12 +1630,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_re_initialize_replication.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication'} # type: ignore + begin_re_initialize_replication.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication"} # type: ignore - async def _pool_change_initial( + async def _pool_change_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1350,6 +1649,7 @@ async def _pool_change_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'PoolChangeRequest') @@ -1360,6 +1660,7 @@ async def _pool_change_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._pool_change_initial.metadata['url'], @@ -1367,7 +1668,11 @@ async def _pool_change_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1377,11 +1682,11 @@ async def _pool_change_initial( if cls: return cls(pipeline_response, None, {}) - _pool_change_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange'} # type: ignore + _pool_change_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange"} # type: ignore @distributed_trace_async - async def begin_pool_change( + async def begin_pool_change( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1416,8 +1721,9 @@ async def begin_pool_change( :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.AsyncPollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1431,6 +1737,7 @@ async def begin_pool_change( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -1452,7 +1759,361 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_pool_change.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange"} # type: ignore + + async def _relocate_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_relocate_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self._relocate_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _relocate_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/relocate"} # type: ignore + + + @distributed_trace_async + async def begin_relocate( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Relocate volume. + + Relocates volume to a new stamp. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a personal + polling strategy. + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._relocate_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + + if polling is True: polling_method = AsyncARMPolling(lro_delay, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_relocate.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/relocate"} # type: ignore + + async def _finalize_relocation_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_finalize_relocation_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self._finalize_relocation_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _finalize_relocation_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/finalizeRelocation"} # type: ignore + + + @distributed_trace_async + async def begin_finalize_relocation( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Finalize volume relocation. + + Finalizes the relocation of the volume and cleans up the old volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a personal + polling strategy. + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._finalize_relocation_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + + if polling is True: polling_method = AsyncARMPolling(lro_delay, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_finalize_relocation.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/finalizeRelocation"} # type: ignore + + async def _revert_relocation_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_revert_relocation_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self._revert_relocation_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = await self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _revert_relocation_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revertRelocation"} # type: ignore + + + @distributed_trace_async + async def begin_revert_relocation( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> AsyncLROPoller[None]: + """Revert volume relocation. + + Reverts the volume relocation process, cleans up the new volume and starts using the + former-existing volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for + this operation to not poll, or pass in your own initialized polling object for a personal + polling strategy. + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._revert_relocation_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + + if polling is True: polling_method = AsyncARMPolling(lro_delay, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_pool_change.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange'} # type: ignore + begin_revert_relocation.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revertRelocation"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/__init__.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/__init__.py index c1875ba4618c..90b0480a014c 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/__init__.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/__init__.py @@ -29,6 +29,7 @@ from ._models_py3 import FilePathAvailabilityRequest from ._models_py3 import HourlySchedule from ._models_py3 import LdapSearchScopeOpt +from ._models_py3 import ListReplications from ._models_py3 import LogSpecification from ._models_py3 import MetricSpecification from ._models_py3 import MonthlySchedule @@ -44,6 +45,7 @@ from ._models_py3 import PoolChangeRequest from ._models_py3 import ProxyResource from ._models_py3 import QuotaAvailabilityRequest +from ._models_py3 import Replication from ._models_py3 import ReplicationObject from ._models_py3 import ReplicationStatus from ._models_py3 import Resource @@ -66,6 +68,7 @@ from ._models_py3 import SubvolumePatchRequest from ._models_py3 import SubvolumesList from ._models_py3 import SystemData +from ._models_py3 import TrackedResource from ._models_py3 import Vault from ._models_py3 import VaultList from ._models_py3 import Volume @@ -82,6 +85,10 @@ from ._models_py3 import VolumePatchPropertiesExportPolicy from ._models_py3 import VolumePropertiesDataProtection from ._models_py3 import VolumePropertiesExportPolicy +from ._models_py3 import VolumeQuotaRule +from ._models_py3 import VolumeQuotaRulePatch +from ._models_py3 import VolumeQuotaRulesList +from ._models_py3 import VolumeRelocationProperties from ._models_py3 import VolumeRevert from ._models_py3 import VolumeSnapshotProperties from ._models_py3 import WeeklySchedule @@ -97,17 +104,20 @@ ChownMode, CreatedByType, EnableSubvolumes, + EncryptionKeySource, EncryptionType, EndpointType, InAvailabilityReasonType, MetricAggregationType, MirrorState, NetworkFeatures, + ProvisioningState, QosType, RelationshipStatus, ReplicationSchedule, SecurityStyle, ServiceLevel, + Type, VolumeStorageToNetworkProximity, ) @@ -135,6 +145,7 @@ 'FilePathAvailabilityRequest', 'HourlySchedule', 'LdapSearchScopeOpt', + 'ListReplications', 'LogSpecification', 'MetricSpecification', 'MonthlySchedule', @@ -150,6 +161,7 @@ 'PoolChangeRequest', 'ProxyResource', 'QuotaAvailabilityRequest', + 'Replication', 'ReplicationObject', 'ReplicationStatus', 'Resource', @@ -172,6 +184,7 @@ 'SubvolumePatchRequest', 'SubvolumesList', 'SystemData', + 'TrackedResource', 'Vault', 'VaultList', 'Volume', @@ -188,6 +201,10 @@ 'VolumePatchPropertiesExportPolicy', 'VolumePropertiesDataProtection', 'VolumePropertiesExportPolicy', + 'VolumeQuotaRule', + 'VolumeQuotaRulePatch', + 'VolumeQuotaRulesList', + 'VolumeRelocationProperties', 'VolumeRevert', 'VolumeSnapshotProperties', 'WeeklySchedule', @@ -200,16 +217,19 @@ 'ChownMode', 'CreatedByType', 'EnableSubvolumes', + 'EncryptionKeySource', 'EncryptionType', 'EndpointType', 'InAvailabilityReasonType', 'MetricAggregationType', 'MirrorState', 'NetworkFeatures', + 'ProvisioningState', 'QosType', 'RelationshipStatus', 'ReplicationSchedule', 'SecurityStyle', 'ServiceLevel', + 'Type', 'VolumeStorageToNetworkProximity', ] diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/_models_py3.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/_models_py3.py index e3e98c936770..2f215e1e7fb8 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/_models_py3.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/_models_py3.py @@ -477,27 +477,134 @@ def __init__( self.value = value -class BackupPolicy(msrest.serialization.Model): - """Backup policy information. +class Resource(msrest.serialization.Model): + """Common fields that are returned in the response for all Azure Resource Manager resources. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.netapp.models.SystemData + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + 'system_data': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'system_data': {'key': 'systemData', 'type': 'SystemData'}, + } + + def __init__( + self, + **kwargs + ): + """ + """ + super(Resource, self).__init__(**kwargs) + self.id = None + self.name = None + self.type = None + self.system_data = None + + +class TrackedResource(Resource): + """The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. - :ivar location: Required. Resource location. - :vartype location: str - :ivar id: Resource Id. + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: Resource name. + :ivar name: The name of the resource. :vartype name: str - :ivar etag: A unique read-only string that changes whenever the resource is updated. - :vartype etag: str - :ivar type: Resource type. + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.netapp.models.SystemData :ivar tags: A set of tags. Resource tags. :vartype tags: dict[str, str] - :ivar system_data: The system meta data relating to this resource. + :ivar location: Required. The geo-location where the resource lives. + :vartype location: str + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + 'system_data': {'readonly': True}, + 'location': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'system_data': {'key': 'systemData', 'type': 'SystemData'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + 'location': {'key': 'location', 'type': 'str'}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + **kwargs + ): + """ + :keyword tags: A set of tags. Resource tags. + :paramtype tags: dict[str, str] + :keyword location: Required. The geo-location where the resource lives. + :paramtype location: str + """ + super(TrackedResource, self).__init__(**kwargs) + self.tags = tags + self.location = location + + +class BackupPolicy(TrackedResource): + """Backup policy information. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to Azure. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. :vartype system_data: ~azure.mgmt.netapp.models.SystemData + :ivar tags: A set of tags. Resource tags. + :vartype tags: dict[str, str] + :ivar location: Required. The geo-location where the resource lives. + :vartype location: str + :ivar etag: A unique read-only string that changes whenever the resource is updated. + :vartype etag: str :ivar backup_policy_id: Backup Policy Resource ID. :vartype backup_policy_id: str :ivar provisioning_state: Azure lifecycle management. @@ -517,12 +624,12 @@ class BackupPolicy(msrest.serialization.Model): """ _validation = { - 'location': {'required': True}, 'id': {'readonly': True}, 'name': {'readonly': True}, - 'etag': {'readonly': True}, 'type': {'readonly': True}, 'system_data': {'readonly': True}, + 'location': {'required': True}, + 'etag': {'readonly': True}, 'backup_policy_id': {'readonly': True}, 'provisioning_state': {'readonly': True}, 'volumes_assigned': {'readonly': True}, @@ -530,13 +637,13 @@ class BackupPolicy(msrest.serialization.Model): } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, - 'etag': {'key': 'etag', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'system_data': {'key': 'systemData', 'type': 'SystemData'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + 'location': {'key': 'location', 'type': 'str'}, + 'etag': {'key': 'etag', 'type': 'str'}, 'backup_policy_id': {'key': 'properties.backupPolicyId', 'type': 'str'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'daily_backups_to_keep': {'key': 'properties.dailyBackupsToKeep', 'type': 'int'}, @@ -559,10 +666,10 @@ def __init__( **kwargs ): """ - :keyword location: Required. Resource location. - :paramtype location: str :keyword tags: A set of tags. Resource tags. :paramtype tags: dict[str, str] + :keyword location: Required. The geo-location where the resource lives. + :paramtype location: str :keyword daily_backups_to_keep: Daily backups count to keep. :paramtype daily_backups_to_keep: int :keyword weekly_backups_to_keep: Weekly backups count to keep. @@ -572,14 +679,8 @@ def __init__( :keyword enabled: The property to decide policy is enabled or not. :paramtype enabled: bool """ - super(BackupPolicy, self).__init__(**kwargs) - self.location = location - self.id = None - self.name = None + super(BackupPolicy, self).__init__(tags=tags, location=location, **kwargs) self.etag = None - self.type = None - self.tags = tags - self.system_data = None self.backup_policy_id = None self.provisioning_state = None self.daily_backups_to_keep = daily_backups_to_keep @@ -906,27 +1007,30 @@ def __init__( self.force_break_replication = force_break_replication -class CapacityPool(msrest.serialization.Model): +class CapacityPool(TrackedResource): """Capacity pool resource. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. - :ivar location: Required. Resource location. - :vartype location: str - :ivar id: Resource Id. + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: Resource name. + :ivar name: The name of the resource. :vartype name: str - :ivar etag: A unique read-only string that changes whenever the resource is updated. - :vartype etag: str - :ivar type: Resource type. + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.netapp.models.SystemData :ivar tags: A set of tags. Resource tags. :vartype tags: dict[str, str] - :ivar system_data: The system meta data relating to this resource. - :vartype system_data: ~azure.mgmt.netapp.models.SystemData + :ivar location: Required. The geo-location where the resource lives. + :vartype location: str + :ivar etag: A unique read-only string that changes whenever the resource is updated. + :vartype etag: str :ivar pool_id: UUID v4 used to identify the Pool. :vartype pool_id: str :ivar size: Required. Provisioned size of the pool (in bytes). Allowed values are in 1TiB @@ -952,12 +1056,12 @@ class CapacityPool(msrest.serialization.Model): """ _validation = { - 'location': {'required': True}, 'id': {'readonly': True}, 'name': {'readonly': True}, - 'etag': {'readonly': True}, 'type': {'readonly': True}, 'system_data': {'readonly': True}, + 'location': {'required': True}, + 'etag': {'readonly': True}, 'pool_id': {'readonly': True, 'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, 'size': {'required': True}, 'service_level': {'required': True}, @@ -967,13 +1071,13 @@ class CapacityPool(msrest.serialization.Model): } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, - 'etag': {'key': 'etag', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'system_data': {'key': 'systemData', 'type': 'SystemData'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + 'location': {'key': 'location', 'type': 'str'}, + 'etag': {'key': 'etag', 'type': 'str'}, 'pool_id': {'key': 'properties.poolId', 'type': 'str'}, 'size': {'key': 'properties.size', 'type': 'long'}, 'service_level': {'key': 'properties.serviceLevel', 'type': 'str'}, @@ -998,10 +1102,10 @@ def __init__( **kwargs ): """ - :keyword location: Required. Resource location. - :paramtype location: str :keyword tags: A set of tags. Resource tags. :paramtype tags: dict[str, str] + :keyword location: Required. The geo-location where the resource lives. + :paramtype location: str :keyword size: Required. Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiply of 4398046511104). :paramtype size: long @@ -1017,14 +1121,8 @@ def __init__( Possible values include: "Single", "Double". Default value: "Single". :paramtype encryption_type: str or ~azure.mgmt.netapp.models.EncryptionType """ - super(CapacityPool, self).__init__(**kwargs) - self.location = location - self.id = None - self.name = None + super(CapacityPool, self).__init__(tags=tags, location=location, **kwargs) self.etag = None - self.type = None - self.tags = tags - self.system_data = None self.pool_id = None self.size = size self.service_level = service_level @@ -1573,6 +1671,31 @@ def __init__( self.group_membership_filter = group_membership_filter +class ListReplications(msrest.serialization.Model): + """List Replications. + + :ivar value: A list of replications. + :vartype value: list[~azure.mgmt.netapp.models.Replication] + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[Replication]'}, + } + + def __init__( + self, + *, + value: Optional[List["Replication"]] = None, + **kwargs + ): + """ + :keyword value: A list of replications. + :paramtype value: list[~azure.mgmt.netapp.models.Replication] + """ + super(ListReplications, self).__init__(**kwargs) + self.value = value + + class LogSpecification(msrest.serialization.Model): """Log Definition of a single resource metric. @@ -1923,27 +2046,30 @@ def __init__( self.smb_server_fqdn = smb_server_fqdn -class NetAppAccount(msrest.serialization.Model): +class NetAppAccount(TrackedResource): """NetApp account resource. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. - :ivar location: Required. Resource location. - :vartype location: str - :ivar id: Resource Id. + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: Resource name. + :ivar name: The name of the resource. :vartype name: str - :ivar etag: A unique read-only string that changes whenever the resource is updated. - :vartype etag: str - :ivar type: Resource type. + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.netapp.models.SystemData :ivar tags: A set of tags. Resource tags. :vartype tags: dict[str, str] - :ivar system_data: The system meta data relating to this resource. - :vartype system_data: ~azure.mgmt.netapp.models.SystemData + :ivar location: Required. The geo-location where the resource lives. + :vartype location: str + :ivar etag: A unique read-only string that changes whenever the resource is updated. + :vartype etag: str :ivar provisioning_state: Azure lifecycle management. :vartype provisioning_state: str :ivar active_directories: Active Directories. @@ -1953,23 +2079,23 @@ class NetAppAccount(msrest.serialization.Model): """ _validation = { - 'location': {'required': True}, 'id': {'readonly': True}, 'name': {'readonly': True}, - 'etag': {'readonly': True}, 'type': {'readonly': True}, 'system_data': {'readonly': True}, + 'location': {'required': True}, + 'etag': {'readonly': True}, 'provisioning_state': {'readonly': True}, } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, - 'etag': {'key': 'etag', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'system_data': {'key': 'systemData', 'type': 'SystemData'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + 'location': {'key': 'location', 'type': 'str'}, + 'etag': {'key': 'etag', 'type': 'str'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'active_directories': {'key': 'properties.activeDirectories', 'type': '[ActiveDirectory]'}, 'encryption': {'key': 'properties.encryption', 'type': 'AccountEncryption'}, @@ -1985,23 +2111,17 @@ def __init__( **kwargs ): """ - :keyword location: Required. Resource location. - :paramtype location: str :keyword tags: A set of tags. Resource tags. :paramtype tags: dict[str, str] + :keyword location: Required. The geo-location where the resource lives. + :paramtype location: str :keyword active_directories: Active Directories. :paramtype active_directories: list[~azure.mgmt.netapp.models.ActiveDirectory] :keyword encryption: Encryption settings. :paramtype encryption: ~azure.mgmt.netapp.models.AccountEncryption """ - super(NetAppAccount, self).__init__(**kwargs) - self.location = location - self.id = None - self.name = None + super(NetAppAccount, self).__init__(tags=tags, location=location, **kwargs) self.etag = None - self.type = None - self.tags = tags - self.system_data = None self.provisioning_state = None self.active_directories = active_directories self.encryption = encryption @@ -2301,45 +2421,6 @@ def __init__( self.new_pool_resource_id = new_pool_resource_id -class Resource(msrest.serialization.Model): - """Common fields that are returned in the response for all Azure Resource Manager resources. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar id: Fully qualified resource ID for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - :vartype id: str - :ivar name: The name of the resource. - :vartype name: str - :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or - "Microsoft.Storage/storageAccounts". - :vartype type: str - """ - - _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'type': {'readonly': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - """ - """ - super(Resource, self).__init__(**kwargs) - self.id = None - self.name = None - self.type = None - - class ProxyResource(Resource): """The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location. @@ -2353,18 +2434,23 @@ class ProxyResource(Resource): :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.netapp.models.SystemData """ _validation = { 'id': {'readonly': True}, 'name': {'readonly': True}, 'type': {'readonly': True}, + 'system_data': {'readonly': True}, } _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, + 'system_data': {'key': 'systemData', 'type': 'SystemData'}, } def __init__( @@ -2429,6 +2515,62 @@ def __init__( self.resource_group = resource_group +class Replication(msrest.serialization.Model): + """Replication properties. + + All required parameters must be populated in order to send to Azure. + + :ivar endpoint_type: Indicates whether the local volume is the source or destination for the + Volume Replication. Possible values include: "src", "dst". + :vartype endpoint_type: str or ~azure.mgmt.netapp.models.EndpointType + :ivar replication_schedule: Schedule. Possible values include: "_10minutely", "hourly", + "daily". + :vartype replication_schedule: str or ~azure.mgmt.netapp.models.ReplicationSchedule + :ivar remote_volume_resource_id: Required. The resource ID of the remote volume. + :vartype remote_volume_resource_id: str + :ivar remote_volume_region: The remote region for the other end of the Volume Replication. + :vartype remote_volume_region: str + """ + + _validation = { + 'remote_volume_resource_id': {'required': True}, + } + + _attribute_map = { + 'endpoint_type': {'key': 'endpointType', 'type': 'str'}, + 'replication_schedule': {'key': 'replicationSchedule', 'type': 'str'}, + 'remote_volume_resource_id': {'key': 'remoteVolumeResourceId', 'type': 'str'}, + 'remote_volume_region': {'key': 'remoteVolumeRegion', 'type': 'str'}, + } + + def __init__( + self, + *, + remote_volume_resource_id: str, + endpoint_type: Optional[Union[str, "EndpointType"]] = None, + replication_schedule: Optional[Union[str, "ReplicationSchedule"]] = None, + remote_volume_region: Optional[str] = None, + **kwargs + ): + """ + :keyword endpoint_type: Indicates whether the local volume is the source or destination for the + Volume Replication. Possible values include: "src", "dst". + :paramtype endpoint_type: str or ~azure.mgmt.netapp.models.EndpointType + :keyword replication_schedule: Schedule. Possible values include: "_10minutely", "hourly", + "daily". + :paramtype replication_schedule: str or ~azure.mgmt.netapp.models.ReplicationSchedule + :keyword remote_volume_resource_id: Required. The resource ID of the remote volume. + :paramtype remote_volume_resource_id: str + :keyword remote_volume_region: The remote region for the other end of the Volume Replication. + :paramtype remote_volume_region: str + """ + super(Replication, self).__init__(**kwargs) + self.endpoint_type = endpoint_type + self.replication_schedule = replication_schedule + self.remote_volume_resource_id = remote_volume_resource_id + self.remote_volume_region = remote_volume_region + + class ReplicationObject(msrest.serialization.Model): """Replication properties. @@ -2816,27 +2958,30 @@ def __init__( self.value = value -class SnapshotPolicy(msrest.serialization.Model): +class SnapshotPolicy(TrackedResource): """Snapshot policy information. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. - :ivar location: Required. Resource location. - :vartype location: str - :ivar id: Resource Id. + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: Resource name. + :ivar name: The name of the resource. :vartype name: str - :ivar etag: A unique read-only string that changes whenever the resource is updated. - :vartype etag: str - :ivar type: Resource type. + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.netapp.models.SystemData :ivar tags: A set of tags. Resource tags. :vartype tags: dict[str, str] - :ivar system_data: The system meta data relating to this resource. - :vartype system_data: ~azure.mgmt.netapp.models.SystemData + :ivar location: Required. The geo-location where the resource lives. + :vartype location: str + :ivar etag: A unique read-only string that changes whenever the resource is updated. + :vartype etag: str :ivar hourly_schedule: Schedule for hourly snapshots. :vartype hourly_schedule: ~azure.mgmt.netapp.models.HourlySchedule :ivar daily_schedule: Schedule for daily snapshots. @@ -2852,23 +2997,23 @@ class SnapshotPolicy(msrest.serialization.Model): """ _validation = { - 'location': {'required': True}, 'id': {'readonly': True}, 'name': {'readonly': True}, - 'etag': {'readonly': True}, 'type': {'readonly': True}, 'system_data': {'readonly': True}, + 'location': {'required': True}, + 'etag': {'readonly': True}, 'provisioning_state': {'readonly': True}, } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, - 'etag': {'key': 'etag', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'system_data': {'key': 'systemData', 'type': 'SystemData'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + 'location': {'key': 'location', 'type': 'str'}, + 'etag': {'key': 'etag', 'type': 'str'}, 'hourly_schedule': {'key': 'properties.hourlySchedule', 'type': 'HourlySchedule'}, 'daily_schedule': {'key': 'properties.dailySchedule', 'type': 'DailySchedule'}, 'weekly_schedule': {'key': 'properties.weeklySchedule', 'type': 'WeeklySchedule'}, @@ -2890,10 +3035,10 @@ def __init__( **kwargs ): """ - :keyword location: Required. Resource location. - :paramtype location: str :keyword tags: A set of tags. Resource tags. :paramtype tags: dict[str, str] + :keyword location: Required. The geo-location where the resource lives. + :paramtype location: str :keyword hourly_schedule: Schedule for hourly snapshots. :paramtype hourly_schedule: ~azure.mgmt.netapp.models.HourlySchedule :keyword daily_schedule: Schedule for daily snapshots. @@ -2905,14 +3050,8 @@ def __init__( :keyword enabled: The property to decide policy is enabled or not. :paramtype enabled: bool """ - super(SnapshotPolicy, self).__init__(**kwargs) - self.location = location - self.id = None - self.name = None + super(SnapshotPolicy, self).__init__(tags=tags, location=location, **kwargs) self.etag = None - self.type = None - self.tags = tags - self.system_data = None self.hourly_schedule = hourly_schedule self.daily_schedule = daily_schedule self.weekly_schedule = weekly_schedule @@ -3206,7 +3345,8 @@ class SubscriptionQuotaItem(ProxyResource): :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". :vartype type: str - :ivar system_data: The system meta data relating to this resource. + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. :vartype system_data: ~azure.mgmt.netapp.models.SystemData :ivar current: The current quota value. :vartype current: int @@ -3239,7 +3379,6 @@ def __init__( """ """ super(SubscriptionQuotaItem, self).__init__(**kwargs) - self.system_data = None self.current = None self.default = None @@ -3282,7 +3421,8 @@ class SubvolumeInfo(ProxyResource): :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". :vartype type: str - :ivar system_data: The system meta data relating to this resource. + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. :vartype system_data: ~azure.mgmt.netapp.models.SystemData :ivar path: Path to the subvolume. :vartype path: str @@ -3330,7 +3470,6 @@ def __init__( :paramtype parent_path: str """ super(SubvolumeInfo, self).__init__(**kwargs) - self.system_data = None self.path = path self.size = size self.parent_path = parent_path @@ -3653,27 +3792,32 @@ def __init__( self.value = value -class Volume(msrest.serialization.Model): +class Volume(TrackedResource): """Volume resource. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. - :ivar location: Required. Resource location. - :vartype location: str - :ivar id: Resource Id. + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: Resource name. + :ivar name: The name of the resource. :vartype name: str - :ivar etag: A unique read-only string that changes whenever the resource is updated. - :vartype etag: str - :ivar type: Resource type. + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.netapp.models.SystemData :ivar tags: A set of tags. Resource tags. :vartype tags: dict[str, str] - :ivar system_data: The system meta data relating to this resource. - :vartype system_data: ~azure.mgmt.netapp.models.SystemData + :ivar location: Required. The geo-location where the resource lives. + :vartype location: str + :ivar etag: A unique read-only string that changes whenever the resource is updated. + :vartype etag: str + :ivar zones: Availability Zone. + :vartype zones: list[str] :ivar file_system_id: Unique FileSystem Identifier. :vartype file_system_id: str :ivar creation_token: Required. A unique file path for the volume. Used when creating mount @@ -3739,8 +3883,10 @@ class Volume(msrest.serialization.Model): :ivar throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume. :vartype throughput_mibps: float - :ivar encryption_key_source: Encryption Key Source. Possible values are: 'Microsoft.NetApp'. - :vartype encryption_key_source: str + :ivar encryption_key_source: Source of key used to encrypt data in volume. Possible values + (case-insensitive) are: 'Microsoft.NetApp'. Possible values include: "Microsoft.NetApp". + Default value: "Microsoft.NetApp". + :vartype encryption_key_source: str or ~azure.mgmt.netapp.models.EncryptionKeySource :ivar ldap_enabled: Specifies whether LDAP is enabled or not for a given NFS volume. :vartype ldap_enabled: bool :ivar cool_access: Specifies whether Cool Access(tiering) is enabled for the volume. @@ -3786,6 +3932,9 @@ class Volume(msrest.serialization.Model): :ivar volume_spec_name: Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log. :vartype volume_spec_name: str + :ivar encrypted: Specifies if the volume is encrypted or not. Only available on volumes created + or updated after 2022-01-01. + :vartype encrypted: bool :ivar placement_rules: Application specific placement rules for the particular volume. :vartype placement_rules: list[~azure.mgmt.netapp.models.PlacementKeyValuePairs] :ivar enable_subvolumes: Flag indicating whether subvolume operations are enabled on the @@ -3794,12 +3943,12 @@ class Volume(msrest.serialization.Model): """ _validation = { - 'location': {'required': True}, 'id': {'readonly': True}, 'name': {'readonly': True}, - 'etag': {'readonly': True}, 'type': {'readonly': True}, 'system_data': {'readonly': True}, + 'location': {'required': True}, + 'etag': {'readonly': True}, 'file_system_id': {'readonly': True, 'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, 'creation_token': {'required': True, 'max_length': 80, 'min_length': 1, 'pattern': r'^[a-zA-Z][a-zA-Z0-9\-]{0,79}$'}, 'usage_threshold': {'required': True, 'maximum': 109951162777600, 'minimum': 107374182400}, @@ -3817,16 +3966,18 @@ class Volume(msrest.serialization.Model): 'maximum_number_of_files': {'readonly': True}, 'volume_group_name': {'readonly': True}, 't2_network': {'readonly': True}, + 'encrypted': {'readonly': True}, } _attribute_map = { - 'location': {'key': 'location', 'type': 'str'}, 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, - 'etag': {'key': 'etag', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'system_data': {'key': 'systemData', 'type': 'SystemData'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + 'location': {'key': 'location', 'type': 'str'}, + 'etag': {'key': 'etag', 'type': 'str'}, + 'zones': {'key': 'zones', 'type': '[str]'}, 'file_system_id': {'key': 'properties.fileSystemId', 'type': 'str'}, 'creation_token': {'key': 'properties.creationToken', 'type': 'str'}, 'service_level': {'key': 'properties.serviceLevel', 'type': 'str'}, @@ -3867,6 +4018,7 @@ class Volume(msrest.serialization.Model): 'proximity_placement_group': {'key': 'properties.proximityPlacementGroup', 'type': 'str'}, 't2_network': {'key': 'properties.t2Network', 'type': 'str'}, 'volume_spec_name': {'key': 'properties.volumeSpecName', 'type': 'str'}, + 'encrypted': {'key': 'properties.encrypted', 'type': 'bool'}, 'placement_rules': {'key': 'properties.placementRules', 'type': '[PlacementKeyValuePairs]'}, 'enable_subvolumes': {'key': 'properties.enableSubvolumes', 'type': 'str'}, } @@ -3879,6 +4031,7 @@ def __init__( usage_threshold: int = 107374182400, subnet_id: str, tags: Optional[Dict[str, str]] = None, + zones: Optional[List[str]] = None, service_level: Optional[Union[str, "ServiceLevel"]] = "Premium", export_policy: Optional["VolumePropertiesExportPolicy"] = None, protocol_types: Optional[List[str]] = None, @@ -3893,8 +4046,8 @@ def __init__( security_style: Optional[Union[str, "SecurityStyle"]] = "unix", smb_encryption: Optional[bool] = False, smb_continuously_available: Optional[bool] = False, - throughput_mibps: Optional[float] = 0, - encryption_key_source: Optional[str] = None, + throughput_mibps: Optional[float] = None, + encryption_key_source: Optional[Union[str, "EncryptionKeySource"]] = "Microsoft.NetApp", ldap_enabled: Optional[bool] = False, cool_access: Optional[bool] = False, coolness_period: Optional[int] = None, @@ -3911,10 +4064,12 @@ def __init__( **kwargs ): """ - :keyword location: Required. Resource location. - :paramtype location: str :keyword tags: A set of tags. Resource tags. :paramtype tags: dict[str, str] + :keyword location: Required. The geo-location where the resource lives. + :paramtype location: str + :keyword zones: Availability Zone. + :paramtype zones: list[str] :keyword creation_token: Required. A unique file path for the volume. Used when creating mount targets. :paramtype creation_token: str @@ -3965,8 +4120,10 @@ def __init__( :keyword throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume. :paramtype throughput_mibps: float - :keyword encryption_key_source: Encryption Key Source. Possible values are: 'Microsoft.NetApp'. - :paramtype encryption_key_source: str + :keyword encryption_key_source: Source of key used to encrypt data in volume. Possible values + (case-insensitive) are: 'Microsoft.NetApp'. Possible values include: "Microsoft.NetApp". + Default value: "Microsoft.NetApp". + :paramtype encryption_key_source: str or ~azure.mgmt.netapp.models.EncryptionKeySource :keyword ldap_enabled: Specifies whether LDAP is enabled or not for a given NFS volume. :paramtype ldap_enabled: bool :keyword cool_access: Specifies whether Cool Access(tiering) is enabled for the volume. @@ -4007,14 +4164,9 @@ def __init__( volume. Possible values include: "Enabled", "Disabled". Default value: "Disabled". :paramtype enable_subvolumes: str or ~azure.mgmt.netapp.models.EnableSubvolumes """ - super(Volume, self).__init__(**kwargs) - self.location = location - self.id = None - self.name = None + super(Volume, self).__init__(tags=tags, location=location, **kwargs) self.etag = None - self.type = None - self.tags = tags - self.system_data = None + self.zones = zones self.file_system_id = None self.creation_token = creation_token self.service_level = service_level @@ -4055,6 +4207,7 @@ def __init__( self.proximity_placement_group = proximity_placement_group self.t2_network = None self.volume_spec_name = volume_spec_name + self.encrypted = None self.placement_rules = placement_rules self.enable_subvolumes = enable_subvolumes @@ -4157,8 +4310,6 @@ class VolumeGroup(msrest.serialization.Model): :vartype name: str :ivar type: Resource type. :vartype type: str - :ivar tags: A set of tags. Resource tags. - :vartype tags: dict[str, str] :ivar provisioning_state: Azure lifecycle management. :vartype provisioning_state: str :ivar group_meta_data: Volume group details. @@ -4177,7 +4328,6 @@ class VolumeGroup(msrest.serialization.Model): 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'group_meta_data': {'key': 'properties.groupMetaData', 'type': 'VolumeGroupMetaData'}, } @@ -4186,15 +4336,12 @@ def __init__( self, *, location: Optional[str] = None, - tags: Optional[Dict[str, str]] = None, group_meta_data: Optional["VolumeGroupMetaData"] = None, **kwargs ): """ :keyword location: Resource location. :paramtype location: str - :keyword tags: A set of tags. Resource tags. - :paramtype tags: dict[str, str] :keyword group_meta_data: Volume group details. :paramtype group_meta_data: ~azure.mgmt.netapp.models.VolumeGroupMetaData """ @@ -4203,7 +4350,6 @@ def __init__( self.id = None self.name = None self.type = None - self.tags = tags self.provisioning_state = None self.group_meta_data = group_meta_data @@ -4221,8 +4367,6 @@ class VolumeGroupDetails(msrest.serialization.Model): :vartype name: str :ivar type: Resource type. :vartype type: str - :ivar tags: A set of tags. Resource tags. - :vartype tags: dict[str, str] :ivar provisioning_state: Azure lifecycle management. :vartype provisioning_state: str :ivar group_meta_data: Volume group details. @@ -4243,7 +4387,6 @@ class VolumeGroupDetails(msrest.serialization.Model): 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, - 'tags': {'key': 'tags', 'type': '{str}'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'group_meta_data': {'key': 'properties.groupMetaData', 'type': 'VolumeGroupMetaData'}, 'volumes': {'key': 'properties.volumes', 'type': '[VolumeGroupVolumeProperties]'}, @@ -4253,7 +4396,6 @@ def __init__( self, *, location: Optional[str] = None, - tags: Optional[Dict[str, str]] = None, group_meta_data: Optional["VolumeGroupMetaData"] = None, volumes: Optional[List["VolumeGroupVolumeProperties"]] = None, **kwargs @@ -4261,8 +4403,6 @@ def __init__( """ :keyword location: Resource location. :paramtype location: str - :keyword tags: A set of tags. Resource tags. - :paramtype tags: dict[str, str] :keyword group_meta_data: Volume group details. :paramtype group_meta_data: ~azure.mgmt.netapp.models.VolumeGroupMetaData :keyword volumes: List of volumes from group. @@ -4273,7 +4413,6 @@ def __init__( self.id = None self.name = None self.type = None - self.tags = tags self.provisioning_state = None self.group_meta_data = group_meta_data self.volumes = volumes @@ -4449,8 +4588,10 @@ class VolumeGroupVolumeProperties(msrest.serialization.Model): :ivar throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume. :vartype throughput_mibps: float - :ivar encryption_key_source: Encryption Key Source. Possible values are: 'Microsoft.NetApp'. - :vartype encryption_key_source: str + :ivar encryption_key_source: Source of key used to encrypt data in volume. Possible values + (case-insensitive) are: 'Microsoft.NetApp'. Possible values include: "Microsoft.NetApp". + Default value: "Microsoft.NetApp". + :vartype encryption_key_source: str or ~azure.mgmt.netapp.models.EncryptionKeySource :ivar ldap_enabled: Specifies whether LDAP is enabled or not for a given NFS volume. :vartype ldap_enabled: bool :ivar cool_access: Specifies whether Cool Access(tiering) is enabled for the volume. @@ -4496,6 +4637,9 @@ class VolumeGroupVolumeProperties(msrest.serialization.Model): :ivar volume_spec_name: Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log. :vartype volume_spec_name: str + :ivar encrypted: Specifies if the volume is encrypted or not. Only available on volumes created + or updated after 2022-01-01. + :vartype encrypted: bool :ivar placement_rules: Application specific placement rules for the particular volume. :vartype placement_rules: list[~azure.mgmt.netapp.models.PlacementKeyValuePairs] :ivar enable_subvolumes: Flag indicating whether subvolume operations are enabled on the @@ -4523,6 +4667,7 @@ class VolumeGroupVolumeProperties(msrest.serialization.Model): 'maximum_number_of_files': {'readonly': True}, 'volume_group_name': {'readonly': True}, 't2_network': {'readonly': True}, + 'encrypted': {'readonly': True}, } _attribute_map = { @@ -4570,6 +4715,7 @@ class VolumeGroupVolumeProperties(msrest.serialization.Model): 'proximity_placement_group': {'key': 'properties.proximityPlacementGroup', 'type': 'str'}, 't2_network': {'key': 'properties.t2Network', 'type': 'str'}, 'volume_spec_name': {'key': 'properties.volumeSpecName', 'type': 'str'}, + 'encrypted': {'key': 'properties.encrypted', 'type': 'bool'}, 'placement_rules': {'key': 'properties.placementRules', 'type': '[PlacementKeyValuePairs]'}, 'enable_subvolumes': {'key': 'properties.enableSubvolumes', 'type': 'str'}, } @@ -4596,8 +4742,8 @@ def __init__( security_style: Optional[Union[str, "SecurityStyle"]] = "unix", smb_encryption: Optional[bool] = False, smb_continuously_available: Optional[bool] = False, - throughput_mibps: Optional[float] = 0, - encryption_key_source: Optional[str] = None, + throughput_mibps: Optional[float] = None, + encryption_key_source: Optional[Union[str, "EncryptionKeySource"]] = "Microsoft.NetApp", ldap_enabled: Optional[bool] = False, cool_access: Optional[bool] = False, coolness_period: Optional[int] = None, @@ -4668,8 +4814,10 @@ def __init__( :keyword throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume. :paramtype throughput_mibps: float - :keyword encryption_key_source: Encryption Key Source. Possible values are: 'Microsoft.NetApp'. - :paramtype encryption_key_source: str + :keyword encryption_key_source: Source of key used to encrypt data in volume. Possible values + (case-insensitive) are: 'Microsoft.NetApp'. Possible values include: "Microsoft.NetApp". + Default value: "Microsoft.NetApp". + :paramtype encryption_key_source: str or ~azure.mgmt.netapp.models.EncryptionKeySource :keyword ldap_enabled: Specifies whether LDAP is enabled or not for a given NFS volume. :paramtype ldap_enabled: bool :keyword cool_access: Specifies whether Cool Access(tiering) is enabled for the volume. @@ -4755,6 +4903,7 @@ def __init__( self.proximity_placement_group = proximity_placement_group self.t2_network = None self.volume_spec_name = volume_spec_name + self.encrypted = None self.placement_rules = placement_rules self.enable_subvolumes = enable_subvolumes @@ -4871,7 +5020,7 @@ def __init__( service_level: Optional[Union[str, "ServiceLevel"]] = "Premium", usage_threshold: Optional[int] = 107374182400, export_policy: Optional["VolumePatchPropertiesExportPolicy"] = None, - throughput_mibps: Optional[float] = 0, + throughput_mibps: Optional[float] = None, data_protection: Optional["VolumePatchPropertiesDataProtection"] = None, is_default_quota_enabled: Optional[bool] = False, default_user_quota_in_ki_bs: Optional[int] = 0, @@ -5053,6 +5202,219 @@ def __init__( self.rules = rules +class VolumeQuotaRule(TrackedResource): + """Quota Rule of a Volume. + + Variables are only populated by the server, and will be ignored when sending a request. + + All required parameters must be populated in order to send to Azure. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + :ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy + information. + :vartype system_data: ~azure.mgmt.netapp.models.SystemData + :ivar tags: A set of tags. Resource tags. + :vartype tags: dict[str, str] + :ivar location: Required. The geo-location where the resource lives. + :vartype location: str + :ivar provisioning_state: Gets the status of the VolumeQuotaRule at the time the operation was + called. Possible values include: "Accepted", "Creating", "Patching", "Deleting", "Moving", + "Failed", "Succeeded". + :vartype provisioning_state: str or ~azure.mgmt.netapp.models.ProvisioningState + :ivar quota_size_in_ki_bs: Size of quota. + :vartype quota_size_in_ki_bs: long + :ivar quota_type: Type of quota. Possible values include: "DefaultUserQuota", + "DefaultGroupQuota", "IndividualUserQuota", "IndividualGroupQuota". + :vartype quota_type: str or ~azure.mgmt.netapp.models.Type + :ivar quota_target: UserID/GroupID/SID based on the quota target type. UserID and groupID can + be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by + running :code:``. + :vartype quota_target: str + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + 'system_data': {'readonly': True}, + 'location': {'required': True}, + 'provisioning_state': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'system_data': {'key': 'systemData', 'type': 'SystemData'}, + 'tags': {'key': 'tags', 'type': '{str}'}, + 'location': {'key': 'location', 'type': 'str'}, + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'quota_size_in_ki_bs': {'key': 'properties.quotaSizeInKiBs', 'type': 'long'}, + 'quota_type': {'key': 'properties.quotaType', 'type': 'str'}, + 'quota_target': {'key': 'properties.quotaTarget', 'type': 'str'}, + } + + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + quota_size_in_ki_bs: Optional[int] = None, + quota_type: Optional[Union[str, "Type"]] = None, + quota_target: Optional[str] = None, + **kwargs + ): + """ + :keyword tags: A set of tags. Resource tags. + :paramtype tags: dict[str, str] + :keyword location: Required. The geo-location where the resource lives. + :paramtype location: str + :keyword quota_size_in_ki_bs: Size of quota. + :paramtype quota_size_in_ki_bs: long + :keyword quota_type: Type of quota. Possible values include: "DefaultUserQuota", + "DefaultGroupQuota", "IndividualUserQuota", "IndividualGroupQuota". + :paramtype quota_type: str or ~azure.mgmt.netapp.models.Type + :keyword quota_target: UserID/GroupID/SID based on the quota target type. UserID and groupID + can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by + running :code:``. + :paramtype quota_target: str + """ + super(VolumeQuotaRule, self).__init__(tags=tags, location=location, **kwargs) + self.provisioning_state = None + self.quota_size_in_ki_bs = quota_size_in_ki_bs + self.quota_type = quota_type + self.quota_target = quota_target + + +class VolumeQuotaRulePatch(msrest.serialization.Model): + """Patchable Quota Rule of a Volume. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar provisioning_state: Gets the status of the VolumeQuotaRule at the time the operation was + called. Possible values include: "Accepted", "Creating", "Patching", "Deleting", "Moving", + "Failed", "Succeeded". + :vartype provisioning_state: str or ~azure.mgmt.netapp.models.ProvisioningState + :ivar quota_size_in_ki_bs: Size of quota. + :vartype quota_size_in_ki_bs: long + :ivar quota_type: Type of quota. Possible values include: "DefaultUserQuota", + "DefaultGroupQuota", "IndividualUserQuota", "IndividualGroupQuota". + :vartype quota_type: str or ~azure.mgmt.netapp.models.Type + :ivar quota_target: UserID/GroupID/SID based on the quota target type. UserID and groupID can + be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by + running :code:``. + :vartype quota_target: str + """ + + _validation = { + 'provisioning_state': {'readonly': True}, + } + + _attribute_map = { + 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'quota_size_in_ki_bs': {'key': 'properties.quotaSizeInKiBs', 'type': 'long'}, + 'quota_type': {'key': 'properties.quotaType', 'type': 'str'}, + 'quota_target': {'key': 'properties.quotaTarget', 'type': 'str'}, + } + + def __init__( + self, + *, + quota_size_in_ki_bs: Optional[int] = None, + quota_type: Optional[Union[str, "Type"]] = None, + quota_target: Optional[str] = None, + **kwargs + ): + """ + :keyword quota_size_in_ki_bs: Size of quota. + :paramtype quota_size_in_ki_bs: long + :keyword quota_type: Type of quota. Possible values include: "DefaultUserQuota", + "DefaultGroupQuota", "IndividualUserQuota", "IndividualGroupQuota". + :paramtype quota_type: str or ~azure.mgmt.netapp.models.Type + :keyword quota_target: UserID/GroupID/SID based on the quota target type. UserID and groupID + can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by + running :code:``. + :paramtype quota_target: str + """ + super(VolumeQuotaRulePatch, self).__init__(**kwargs) + self.provisioning_state = None + self.quota_size_in_ki_bs = quota_size_in_ki_bs + self.quota_type = quota_type + self.quota_target = quota_target + + +class VolumeQuotaRulesList(msrest.serialization.Model): + """List of Volume Quota Rules. + + :ivar value: A list of Volume Quota Rules. + :vartype value: list[~azure.mgmt.netapp.models.VolumeQuotaRule] + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[VolumeQuotaRule]'}, + } + + def __init__( + self, + *, + value: Optional[List["VolumeQuotaRule"]] = None, + **kwargs + ): + """ + :keyword value: A list of Volume Quota Rules. + :paramtype value: list[~azure.mgmt.netapp.models.VolumeQuotaRule] + """ + super(VolumeQuotaRulesList, self).__init__(**kwargs) + self.value = value + + +class VolumeRelocationProperties(msrest.serialization.Model): + """Volume relocation properties. + + :ivar old_volume_id: The id of the old volume that is being relocated. + :vartype old_volume_id: str + :ivar old_bare_metal_tenant_id: The id of the bare metal tenant owned by the existing volume. + :vartype old_bare_metal_tenant_id: str + :ivar relocation_requested: Has relocation been requested for this volume. + :vartype relocation_requested: bool + """ + + _attribute_map = { + 'old_volume_id': {'key': 'oldVolumeId', 'type': 'str'}, + 'old_bare_metal_tenant_id': {'key': 'oldBareMetalTenantId', 'type': 'str'}, + 'relocation_requested': {'key': 'relocationRequested', 'type': 'bool'}, + } + + def __init__( + self, + *, + old_volume_id: Optional[str] = None, + old_bare_metal_tenant_id: Optional[str] = None, + relocation_requested: Optional[bool] = None, + **kwargs + ): + """ + :keyword old_volume_id: The id of the old volume that is being relocated. + :paramtype old_volume_id: str + :keyword old_bare_metal_tenant_id: The id of the bare metal tenant owned by the existing + volume. + :paramtype old_bare_metal_tenant_id: str + :keyword relocation_requested: Has relocation been requested for this volume. + :paramtype relocation_requested: bool + """ + super(VolumeRelocationProperties, self).__init__(**kwargs) + self.old_volume_id = old_volume_id + self.old_bare_metal_tenant_id = old_bare_metal_tenant_id + self.relocation_requested = relocation_requested + + class VolumeRevert(msrest.serialization.Model): """revert a volume to the snapshot. diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/_net_app_management_client_enums.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/_net_app_management_client_enums.py index b9157e8f8b5c..ac510002f50a 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/_net_app_management_client_enums.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/_net_app_management_client_enums.py @@ -95,6 +95,14 @@ class EnableSubvolumes(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): #: subvolumes are not enabled. DISABLED = "Disabled" +class EncryptionKeySource(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): + """Source of key used to encrypt data in volume. Possible values (case-insensitive) are: + 'Microsoft.NetApp' + """ + + #: Microsoft-managed key encryption. + MICROSOFT_NET_APP = "Microsoft.NetApp" + class EncryptionType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): """Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool. @@ -142,6 +150,18 @@ class NetworkFeatures(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): #: Standard network feature. STANDARD = "Standard" +class ProvisioningState(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): + """Gets the status of the VolumeQuotaRule at the time the operation was called. + """ + + ACCEPTED = "Accepted" + CREATING = "Creating" + PATCHING = "Patching" + DELETING = "Deleting" + MOVING = "Moving" + FAILED = "Failed" + SUCCEEDED = "Succeeded" + class QosType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): """The qos type of the pool """ @@ -186,6 +206,19 @@ class ServiceLevel(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): #: Zone redundant storage service level. STANDARD_ZRS = "StandardZRS" +class Type(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): + """Type of quota + """ + + #: Default user quota. + DEFAULT_USER_QUOTA = "DefaultUserQuota" + #: Default group quota. + DEFAULT_GROUP_QUOTA = "DefaultGroupQuota" + #: Individual user quota. + INDIVIDUAL_USER_QUOTA = "IndividualUserQuota" + #: Individual group quota. + INDIVIDUAL_GROUP_QUOTA = "IndividualGroupQuota" + class VolumeStorageToNetworkProximity(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)): """Provides storage to network proximity information for the volume. """ diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/__init__.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/__init__.py index 8e72a6f60883..7b804194eeb5 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/__init__.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/__init__.py @@ -17,6 +17,7 @@ from ._backups_operations import BackupsOperations from ._account_backups_operations import AccountBackupsOperations from ._backup_policies_operations import BackupPoliciesOperations +from ._volume_quota_rules_operations import VolumeQuotaRulesOperations from ._vaults_operations import VaultsOperations from ._volume_groups_operations import VolumeGroupsOperations from ._subvolumes_operations import SubvolumesOperations @@ -33,6 +34,7 @@ 'BackupsOperations', 'AccountBackupsOperations', 'BackupPoliciesOperations', + 'VolumeQuotaRulesOperations', 'VaultsOperations', 'VolumeGroupsOperations', 'SubvolumesOperations', diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_account_backups_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_account_backups_operations.py index 4fe908c4bcc4..34b640f65fca 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_account_backups_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_account_backups_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -18,7 +19,6 @@ from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat from azure.mgmt.core.polling.arm_polling import ARMPolling -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -34,31 +34,32 @@ def build_list_request( account_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), "accountName": _SERIALIZER.url("account_name", account_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -70,10 +71,11 @@ def build_get_request( backup_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -81,21 +83,21 @@ def build_get_request( "backupName": _SERIALIZER.url("backup_name", backup_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -107,9 +109,10 @@ def build_delete_request_initial( backup_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -117,16 +120,16 @@ def build_delete_request_initial( "backupName": _SERIALIZER.url("backup_name", backup_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="DELETE", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -172,6 +175,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.BackupsList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.BackupsList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -184,6 +189,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -195,6 +201,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -212,7 +219,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -225,7 +236,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups"} # type: ignore @distributed_trace def get( @@ -256,18 +267,25 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, backup_name=backup_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -281,10 +299,10 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}"} # type: ignore - def _delete_initial( + def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -297,18 +315,25 @@ def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, backup_name=backup_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -318,11 +343,11 @@ def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}"} # type: ignore @distributed_trace - def begin_delete( + def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -351,7 +376,8 @@ def begin_delete( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -363,6 +389,7 @@ def begin_delete( resource_group_name=resource_group_name, account_name=account_name, backup_name=backup_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -383,7 +410,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_accounts_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_accounts_operations.py index a5ca791e6b28..09cd60007973 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_accounts_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_accounts_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -18,7 +19,6 @@ from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat from azure.mgmt.core.polling.arm_polling import ARMPolling -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -33,29 +33,30 @@ def build_list_by_subscription_request( subscription_id: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts") path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -65,30 +66,31 @@ def build_list_request( resource_group_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -99,31 +101,32 @@ def build_get_request( account_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), "accountName": _SERIALIZER.url("account_name", account_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -137,35 +140,35 @@ def build_create_or_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), "accountName": _SERIALIZER.url("account_name", account_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PUT", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -178,25 +181,26 @@ def build_delete_request_initial( account_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), "accountName": _SERIALIZER.url("account_name", account_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="DELETE", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -210,35 +214,35 @@ def build_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), "accountName": _SERIALIZER.url("account_name", account_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PATCH", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -280,6 +284,8 @@ def list_by_subscription( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.NetAppAccountList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.NetAppAccountList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -290,6 +296,7 @@ def prepare_request(next_link=None): request = build_list_by_subscription_request( subscription_id=self._config.subscription_id, + api_version=api_version, template_url=self.list_by_subscription.metadata['url'], ) request = _convert_request(request) @@ -299,6 +306,7 @@ def prepare_request(next_link=None): request = build_list_by_subscription_request( subscription_id=self._config.subscription_id, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -316,7 +324,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -329,7 +341,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list_by_subscription.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts'} # type: ignore + list_by_subscription.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts"} # type: ignore @distributed_trace def list( @@ -348,6 +360,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.NetAppAccountList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.NetAppAccountList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -359,6 +373,7 @@ def prepare_request(next_link=None): request = build_list_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -369,6 +384,7 @@ def prepare_request(next_link=None): request = build_list_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -386,7 +402,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -399,7 +419,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts"} # type: ignore @distributed_trace def get( @@ -427,17 +447,24 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -451,7 +478,7 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore def _create_or_update_initial( @@ -467,6 +494,7 @@ def _create_or_update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'NetAppAccount') @@ -475,6 +503,7 @@ def _create_or_update_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_or_update_initial.metadata['url'], @@ -482,7 +511,11 @@ def _create_or_update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201]: @@ -500,7 +533,7 @@ def _create_or_update_initial( return deserialized - _create_or_update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + _create_or_update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore @distributed_trace @@ -534,8 +567,9 @@ def begin_create_or_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.NetAppAccount] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.NetAppAccount"] lro_delay = kwargs.pop( 'polling_interval', @@ -547,6 +581,7 @@ def begin_create_or_update( resource_group_name=resource_group_name, account_name=account_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -571,12 +606,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + begin_create_or_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore - def _delete_initial( + def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -588,17 +622,24 @@ def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [202, 204]: @@ -608,11 +649,11 @@ def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore @distributed_trace - def begin_delete( + def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -638,7 +679,8 @@ def begin_delete( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -649,6 +691,7 @@ def begin_delete( raw_result = self._delete_initial( resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -669,10 +712,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore def _update_initial( self, @@ -687,6 +729,7 @@ def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'NetAppAccountPatch') @@ -695,6 +738,7 @@ def _update_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -702,7 +746,11 @@ def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -720,7 +768,7 @@ def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore @distributed_trace @@ -754,8 +802,9 @@ def begin_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.NetAppAccount] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.NetAppAccount"] lro_delay = kwargs.pop( 'polling_interval', @@ -767,6 +816,7 @@ def begin_update( resource_group_name=resource_group_name, account_name=account_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -791,7 +841,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_backup_policies_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_backup_policies_operations.py index 39c117796711..4ce0bf25b826 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_backup_policies_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_backup_policies_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -18,7 +19,6 @@ from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat from azure.mgmt.core.polling.arm_polling import ARMPolling -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -35,31 +35,32 @@ def build_list_request( account_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), "accountName": _SERIALIZER.url("account_name", account_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -71,10 +72,11 @@ def build_get_request( backup_policy_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -82,21 +84,21 @@ def build_get_request( "backupPolicyName": _SERIALIZER.url("backup_policy_name", backup_policy_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -111,12 +113,12 @@ def build_create_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -124,23 +126,23 @@ def build_create_request_initial( "backupPolicyName": _SERIALIZER.url("backup_policy_name", backup_policy_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PUT", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -157,12 +159,12 @@ def build_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -170,23 +172,23 @@ def build_update_request_initial( "backupPolicyName": _SERIALIZER.url("backup_policy_name", backup_policy_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PATCH", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -200,9 +202,10 @@ def build_delete_request_initial( backup_policy_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -210,16 +213,16 @@ def build_delete_request_initial( "backupPolicyName": _SERIALIZER.url("backup_policy_name", backup_policy_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="DELETE", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -265,6 +268,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.BackupPoliciesList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.BackupPoliciesList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -277,6 +282,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -288,6 +294,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -305,7 +312,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -318,7 +329,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies"} # type: ignore @distributed_trace def get( @@ -349,18 +360,25 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, backup_policy_name=backup_policy_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -374,7 +392,7 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore def _create_initial( @@ -391,6 +409,7 @@ def _create_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'BackupPolicy') @@ -400,6 +419,7 @@ def _create_initial( resource_group_name=resource_group_name, account_name=account_name, backup_policy_name=backup_policy_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_initial.metadata['url'], @@ -407,7 +427,11 @@ def _create_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201, 202]: @@ -426,7 +450,7 @@ def _create_initial( return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore @distributed_trace @@ -463,8 +487,9 @@ def begin_create( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.BackupPolicy] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.BackupPolicy"] lro_delay = kwargs.pop( 'polling_interval', @@ -477,6 +502,7 @@ def begin_create( account_name=account_name, backup_policy_name=backup_policy_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -501,10 +527,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore def _update_initial( self, @@ -520,6 +545,7 @@ def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'BackupPolicyPatch') @@ -529,6 +555,7 @@ def _update_initial( resource_group_name=resource_group_name, account_name=account_name, backup_policy_name=backup_policy_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -536,7 +563,11 @@ def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -554,7 +585,7 @@ def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore @distributed_trace @@ -591,8 +622,9 @@ def begin_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.BackupPolicy] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.BackupPolicy"] lro_delay = kwargs.pop( 'polling_interval', @@ -605,6 +637,7 @@ def begin_update( account_name=account_name, backup_policy_name=backup_policy_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -629,12 +662,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore - def _delete_initial( + def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -647,18 +679,25 @@ def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, backup_policy_name=backup_policy_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -668,11 +707,11 @@ def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore @distributed_trace - def begin_delete( + def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -701,7 +740,8 @@ def begin_delete( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -713,6 +753,7 @@ def begin_delete( resource_group_name=resource_group_name, account_name=account_name, backup_policy_name=backup_policy_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -733,7 +774,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_backups_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_backups_operations.py index cc4fff8a0387..793b77c6f405 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_backups_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_backups_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -18,7 +19,6 @@ from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat from azure.mgmt.core.polling.arm_polling import ARMPolling -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -37,10 +37,11 @@ def build_get_status_request( volume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backupStatus') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backupStatus") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -49,21 +50,21 @@ def build_get_status_request( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -76,10 +77,11 @@ def build_get_volume_restore_status_request( volume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/restoreStatus') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/restoreStatus") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -88,21 +90,21 @@ def build_get_volume_restore_status_request( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -115,10 +117,11 @@ def build_list_request( volume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -127,21 +130,21 @@ def build_list_request( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -155,10 +158,11 @@ def build_get_request( backup_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -168,21 +172,21 @@ def build_get_request( "backupName": _SERIALIZER.url("backup_name", backup_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -199,12 +203,12 @@ def build_create_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -214,23 +218,23 @@ def build_create_request_initial( "backupName": _SERIALIZER.url("backup_name", backup_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PUT", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -249,12 +253,12 @@ def build_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -264,23 +268,23 @@ def build_update_request_initial( "backupName": _SERIALIZER.url("backup_name", backup_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PATCH", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -296,9 +300,10 @@ def build_delete_request_initial( backup_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -308,16 +313,16 @@ def build_delete_request_initial( "backupName": _SERIALIZER.url("backup_name", backup_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="DELETE", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -375,6 +380,8 @@ def get_status( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_status_request( subscription_id=self._config.subscription_id, @@ -382,12 +389,17 @@ def get_status( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.get_status.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -401,7 +413,7 @@ def get_status( return deserialized - get_status.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backupStatus'} # type: ignore + get_status.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backupStatus"} # type: ignore @distributed_trace @@ -436,6 +448,8 @@ def get_volume_restore_status( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_volume_restore_status_request( subscription_id=self._config.subscription_id, @@ -443,12 +457,17 @@ def get_volume_restore_status( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.get_volume_restore_status.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -462,7 +481,7 @@ def get_volume_restore_status( return deserialized - get_volume_restore_status.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/restoreStatus'} # type: ignore + get_volume_restore_status.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/restoreStatus"} # type: ignore @distributed_trace @@ -491,6 +510,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.BackupsList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.BackupsList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -505,6 +526,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -518,6 +540,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -535,7 +558,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -548,7 +575,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups"} # type: ignore @distributed_trace def get( @@ -585,6 +612,8 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, @@ -593,12 +622,17 @@ def get( pool_name=pool_name, volume_name=volume_name, backup_name=backup_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -612,7 +646,7 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore def _create_initial( @@ -631,6 +665,7 @@ def _create_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'Backup') @@ -642,6 +677,7 @@ def _create_initial( pool_name=pool_name, volume_name=volume_name, backup_name=backup_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_initial.metadata['url'], @@ -649,7 +685,11 @@ def _create_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201, 202]: @@ -668,7 +708,7 @@ def _create_initial( return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore @distributed_trace @@ -710,8 +750,9 @@ def begin_create( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.Backup] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Backup"] lro_delay = kwargs.pop( 'polling_interval', @@ -726,6 +767,7 @@ def begin_create( volume_name=volume_name, backup_name=backup_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -750,10 +792,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore def _update_initial( self, @@ -771,6 +812,7 @@ def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] if body is not None: @@ -785,6 +827,7 @@ def _update_initial( pool_name=pool_name, volume_name=volume_name, backup_name=backup_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -792,7 +835,11 @@ def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -810,7 +857,7 @@ def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore @distributed_trace @@ -838,7 +885,7 @@ def begin_update( :type volume_name: str :param backup_name: The name of the backup. :type backup_name: str - :param body: Backup object supplied in the body of the operation. + :param body: Backup object supplied in the body of the operation. Default value is None. :type body: ~azure.mgmt.netapp.models.BackupPatch :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. @@ -852,8 +899,9 @@ def begin_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.Backup] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Backup"] lro_delay = kwargs.pop( 'polling_interval', @@ -868,6 +916,7 @@ def begin_update( volume_name=volume_name, backup_name=backup_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -892,12 +941,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore - def _delete_initial( + def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -912,6 +960,8 @@ def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, @@ -920,12 +970,17 @@ def _delete_initial( pool_name=pool_name, volume_name=volume_name, backup_name=backup_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -935,11 +990,11 @@ def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore @distributed_trace - def begin_delete( + def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -974,7 +1029,8 @@ def begin_delete( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -988,6 +1044,7 @@ def begin_delete( pool_name=pool_name, volume_name=volume_name, backup_name=backup_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -1008,7 +1065,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_net_app_resource_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_net_app_resource_operations.py index 049560270363..c6ea0067de85 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_net_app_resource_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_net_app_resource_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.pipeline import PipelineResponse @@ -15,7 +16,6 @@ from azure.core.rest import HttpRequest from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -34,34 +34,34 @@ def build_check_name_availability_request( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "location": _SERIALIZER.url("location", location, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -76,34 +76,34 @@ def build_check_file_path_availability_request( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "location": _SERIALIZER.url("location", location, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -118,34 +118,34 @@ def build_check_quota_availability_request( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "location": _SERIALIZER.url("location", location, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -205,6 +205,7 @@ def check_name_availability( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _body = _models.ResourceNameAvailabilityRequest(name=name, type=type, resource_group=resource_group) @@ -213,6 +214,7 @@ def check_name_availability( request = build_check_name_availability_request( subscription_id=self._config.subscription_id, location=location, + api_version=api_version, content_type=content_type, json=_json, template_url=self.check_name_availability.metadata['url'], @@ -220,7 +222,11 @@ def check_name_availability( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -234,7 +240,7 @@ def check_name_availability( return deserialized - check_name_availability.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability'} # type: ignore + check_name_availability.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability"} # type: ignore @distributed_trace @@ -267,6 +273,7 @@ def check_file_path_availability( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _body = _models.FilePathAvailabilityRequest(name=name, subnet_id=subnet_id) @@ -275,6 +282,7 @@ def check_file_path_availability( request = build_check_file_path_availability_request( subscription_id=self._config.subscription_id, location=location, + api_version=api_version, content_type=content_type, json=_json, template_url=self.check_file_path_availability.metadata['url'], @@ -282,7 +290,11 @@ def check_file_path_availability( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -296,7 +308,7 @@ def check_file_path_availability( return deserialized - check_file_path_availability.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability'} # type: ignore + check_file_path_availability.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability"} # type: ignore @distributed_trace @@ -331,6 +343,7 @@ def check_quota_availability( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _body = _models.QuotaAvailabilityRequest(name=name, type=type, resource_group=resource_group) @@ -339,6 +352,7 @@ def check_quota_availability( request = build_check_quota_availability_request( subscription_id=self._config.subscription_id, location=location, + api_version=api_version, content_type=content_type, json=_json, template_url=self.check_quota_availability.metadata['url'], @@ -346,7 +360,11 @@ def check_quota_availability( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -360,5 +378,5 @@ def check_quota_availability( return deserialized - check_quota_availability.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability'} # type: ignore + check_quota_availability.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_net_app_resource_quota_limits_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_net_app_resource_quota_limits_operations.py index bf5532359663..0be4b03b2d72 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_net_app_resource_quota_limits_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_net_app_resource_quota_limits_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -16,7 +17,6 @@ from azure.core.rest import HttpRequest from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -31,30 +31,31 @@ def build_list_request( location: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "location": _SERIALIZER.url("location", location, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -65,31 +66,32 @@ def build_get_request( quota_limit_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "location": _SERIALIZER.url("location", location, 'str'), "quotaLimitName": _SERIALIZER.url("quota_limit_name", quota_limit_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -133,6 +135,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.SubscriptionQuotaItemList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.SubscriptionQuotaItemList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -144,6 +148,7 @@ def prepare_request(next_link=None): request = build_list_request( subscription_id=self._config.subscription_id, location=location, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -154,6 +159,7 @@ def prepare_request(next_link=None): request = build_list_request( subscription_id=self._config.subscription_id, location=location, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -171,7 +177,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -184,7 +194,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits"} # type: ignore @distributed_trace def get( @@ -212,17 +222,24 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, location=location, quota_limit_name=quota_limit_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -236,5 +253,5 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_operations.py index 4c59e8b85b90..3fe6321cd0cf 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -16,7 +17,6 @@ from azure.core.rest import HttpRequest from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request @@ -29,24 +29,25 @@ def build_list_request( **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/providers/Microsoft.NetApp/operations') + _url = kwargs.pop("template_url", "/providers/Microsoft.NetApp/operations") # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -86,6 +87,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.OperationListResult] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.OperationListResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -95,6 +98,7 @@ def prepare_request(next_link=None): if not next_link: request = build_list_request( + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -103,6 +107,7 @@ def prepare_request(next_link=None): else: request = build_list_request( + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -120,7 +125,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -133,4 +142,4 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/providers/Microsoft.NetApp/operations'} # type: ignore + list.metadata = {'url': "/providers/Microsoft.NetApp/operations"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_pools_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_pools_operations.py index 690af793bb29..6f85628ae7ed 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_pools_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_pools_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -18,7 +19,6 @@ from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat from azure.mgmt.core.polling.arm_polling import ARMPolling -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -35,31 +35,32 @@ def build_list_request( account_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), "accountName": _SERIALIZER.url("account_name", account_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -71,10 +72,11 @@ def build_get_request( pool_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -82,21 +84,21 @@ def build_get_request( "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -111,12 +113,12 @@ def build_create_or_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -124,23 +126,23 @@ def build_create_or_update_request_initial( "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PUT", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -157,12 +159,12 @@ def build_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -170,23 +172,23 @@ def build_update_request_initial( "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PATCH", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -200,9 +202,10 @@ def build_delete_request_initial( pool_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -210,16 +213,16 @@ def build_delete_request_initial( "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="DELETE", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -265,6 +268,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.CapacityPoolList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.CapacityPoolList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -277,6 +282,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -288,6 +294,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -305,7 +312,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -318,7 +329,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools"} # type: ignore @distributed_trace def get( @@ -349,18 +360,25 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -374,7 +392,7 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore def _create_or_update_initial( @@ -391,6 +409,7 @@ def _create_or_update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'CapacityPool') @@ -400,6 +419,7 @@ def _create_or_update_initial( resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_or_update_initial.metadata['url'], @@ -407,7 +427,11 @@ def _create_or_update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201]: @@ -425,7 +449,7 @@ def _create_or_update_initial( return deserialized - _create_or_update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + _create_or_update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore @distributed_trace @@ -462,8 +486,9 @@ def begin_create_or_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.CapacityPool] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.CapacityPool"] lro_delay = kwargs.pop( 'polling_interval', @@ -476,6 +501,7 @@ def begin_create_or_update( account_name=account_name, pool_name=pool_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -500,10 +526,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + begin_create_or_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore def _update_initial( self, @@ -519,6 +544,7 @@ def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'CapacityPoolPatch') @@ -528,6 +554,7 @@ def _update_initial( resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -535,7 +562,11 @@ def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -551,7 +582,7 @@ def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore @distributed_trace @@ -588,8 +619,9 @@ def begin_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.CapacityPool] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.CapacityPool"] lro_delay = kwargs.pop( 'polling_interval', @@ -602,6 +634,7 @@ def begin_update( account_name=account_name, pool_name=pool_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -626,12 +659,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore - def _delete_initial( + def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -644,18 +676,25 @@ def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [202, 204]: @@ -665,11 +704,11 @@ def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore @distributed_trace - def begin_delete( + def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -698,7 +737,8 @@ def begin_delete( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -710,6 +750,7 @@ def begin_delete( resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -730,7 +771,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_snapshot_policies_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_snapshot_policies_operations.py index 637d9af22673..e05e6e93c1cc 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_snapshot_policies_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_snapshot_policies_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -18,7 +19,6 @@ from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat from azure.mgmt.core.polling.arm_polling import ARMPolling -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -35,31 +35,32 @@ def build_list_request( account_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), "accountName": _SERIALIZER.url("account_name", account_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -71,10 +72,11 @@ def build_get_request( snapshot_policy_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -82,21 +84,21 @@ def build_get_request( "snapshotPolicyName": _SERIALIZER.url("snapshot_policy_name", snapshot_policy_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -111,12 +113,12 @@ def build_create_request( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -124,23 +126,23 @@ def build_create_request( "snapshotPolicyName": _SERIALIZER.url("snapshot_policy_name", snapshot_policy_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PUT", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -157,12 +159,12 @@ def build_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -170,23 +172,23 @@ def build_update_request_initial( "snapshotPolicyName": _SERIALIZER.url("snapshot_policy_name", snapshot_policy_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PATCH", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -200,9 +202,10 @@ def build_delete_request_initial( snapshot_policy_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -210,16 +213,16 @@ def build_delete_request_initial( "snapshotPolicyName": _SERIALIZER.url("snapshot_policy_name", snapshot_policy_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="DELETE", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -231,10 +234,11 @@ def build_list_volumes_request( snapshot_policy_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}/volumes') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}/volumes") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -242,21 +246,21 @@ def build_list_volumes_request( "snapshotPolicyName": _SERIALIZER.url("snapshot_policy_name", snapshot_policy_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -301,6 +305,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.SnapshotPoliciesList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.SnapshotPoliciesList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -313,6 +319,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -324,6 +331,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -341,7 +349,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -354,7 +366,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies"} # type: ignore @distributed_trace def get( @@ -383,18 +395,25 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -408,7 +427,7 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore @distributed_trace @@ -441,6 +460,7 @@ def create( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'SnapshotPolicy') @@ -450,6 +470,7 @@ def create( resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self.create.metadata['url'], @@ -457,7 +478,11 @@ def create( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201]: @@ -475,7 +500,7 @@ def create( return deserialized - create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore def _update_initial( @@ -492,6 +517,7 @@ def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'SnapshotPolicyPatch') @@ -501,6 +527,7 @@ def _update_initial( resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -508,7 +535,11 @@ def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -526,7 +557,7 @@ def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore @distributed_trace @@ -561,8 +592,9 @@ def begin_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.SnapshotPolicy] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.SnapshotPolicy"] lro_delay = kwargs.pop( 'polling_interval', @@ -575,6 +607,7 @@ def begin_update( account_name=account_name, snapshot_policy_name=snapshot_policy_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -599,12 +632,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore - def _delete_initial( + def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -617,18 +649,25 @@ def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -638,11 +677,11 @@ def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore @distributed_trace - def begin_delete( + def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -669,7 +708,8 @@ def begin_delete( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -681,6 +721,7 @@ def begin_delete( resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -701,10 +742,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}"} # type: ignore @distributed_trace def list_volumes( @@ -735,18 +775,25 @@ def list_volumes( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_list_volumes_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, snapshot_policy_name=snapshot_policy_name, + api_version=api_version, template_url=self.list_volumes.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -760,5 +807,5 @@ def list_volumes( return deserialized - list_volumes.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}/volumes'} # type: ignore + list_volumes.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}/volumes"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_snapshots_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_snapshots_operations.py index eb42d413b7ea..04bfb2e1f17a 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_snapshots_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_snapshots_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -18,7 +19,6 @@ from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat from azure.mgmt.core.polling.arm_polling import ARMPolling -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -37,10 +37,11 @@ def build_list_request( volume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -49,21 +50,21 @@ def build_list_request( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -77,10 +78,11 @@ def build_get_request( snapshot_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -90,21 +92,21 @@ def build_get_request( "snapshotName": _SERIALIZER.url("snapshot_name", snapshot_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -121,12 +123,12 @@ def build_create_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -136,23 +138,23 @@ def build_create_request_initial( "snapshotName": _SERIALIZER.url("snapshot_name", snapshot_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PUT", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -171,12 +173,12 @@ def build_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -186,23 +188,23 @@ def build_update_request_initial( "snapshotName": _SERIALIZER.url("snapshot_name", snapshot_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PATCH", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -218,9 +220,10 @@ def build_delete_request_initial( snapshot_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -230,16 +233,16 @@ def build_delete_request_initial( "snapshotName": _SERIALIZER.url("snapshot_name", snapshot_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="DELETE", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -256,11 +259,11 @@ def build_restore_files_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}/restoreFiles') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}/restoreFiles") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -270,22 +273,22 @@ def build_restore_files_request_initial( "snapshotName": _SERIALIZER.url("snapshot_name", snapshot_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -339,6 +342,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.SnapshotsList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.SnapshotsList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -353,6 +358,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -366,6 +372,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -383,7 +390,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -396,7 +407,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots"} # type: ignore @distributed_trace def get( @@ -433,6 +444,8 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, @@ -441,12 +454,17 @@ def get( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -460,7 +478,7 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore def _create_initial( @@ -479,6 +497,7 @@ def _create_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'Snapshot') @@ -490,6 +509,7 @@ def _create_initial( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_initial.metadata['url'], @@ -497,7 +517,11 @@ def _create_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [201, 202]: @@ -513,7 +537,7 @@ def _create_initial( return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore @distributed_trace @@ -555,8 +579,9 @@ def begin_create( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.Snapshot] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Snapshot"] lro_delay = kwargs.pop( 'polling_interval', @@ -571,6 +596,7 @@ def begin_create( volume_name=volume_name, snapshot_name=snapshot_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -595,10 +621,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore def _update_initial( self, @@ -616,6 +641,7 @@ def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'object') @@ -627,6 +653,7 @@ def _update_initial( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -634,7 +661,11 @@ def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -650,7 +681,7 @@ def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore @distributed_trace @@ -692,8 +723,9 @@ def begin_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.Snapshot] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Snapshot"] lro_delay = kwargs.pop( 'polling_interval', @@ -708,6 +740,7 @@ def begin_update( volume_name=volume_name, snapshot_name=snapshot_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -732,12 +765,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore - def _delete_initial( + def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -752,6 +784,8 @@ def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, @@ -760,12 +794,17 @@ def _delete_initial( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -775,11 +814,11 @@ def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore @distributed_trace - def begin_delete( + def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -814,7 +853,8 @@ def begin_delete( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -828,6 +868,7 @@ def begin_delete( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -848,12 +889,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}"} # type: ignore - def _restore_files_initial( + def _restore_files_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -869,6 +909,7 @@ def _restore_files_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'SnapshotRestoreFiles') @@ -880,6 +921,7 @@ def _restore_files_initial( pool_name=pool_name, volume_name=volume_name, snapshot_name=snapshot_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._restore_files_initial.metadata['url'], @@ -887,7 +929,11 @@ def _restore_files_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -897,11 +943,11 @@ def _restore_files_initial( if cls: return cls(pipeline_response, None, {}) - _restore_files_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}/restoreFiles'} # type: ignore + _restore_files_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}/restoreFiles"} # type: ignore @distributed_trace - def begin_restore_files( + def begin_restore_files( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -939,8 +985,9 @@ def begin_restore_files( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -955,6 +1002,7 @@ def begin_restore_files( volume_name=volume_name, snapshot_name=snapshot_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -976,7 +1024,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_restore_files.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}/restoreFiles'} # type: ignore + begin_restore_files.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}/restoreFiles"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_subvolumes_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_subvolumes_operations.py index adc4f3cbfdbe..bcb5ca4bdaa6 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_subvolumes_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_subvolumes_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -18,7 +19,6 @@ from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat from azure.mgmt.core.polling.arm_polling import ARMPolling -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -37,10 +37,11 @@ def build_list_by_volume_request( volume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -49,21 +50,21 @@ def build_list_by_volume_request( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -77,10 +78,11 @@ def build_get_request( subvolume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -90,21 +92,21 @@ def build_get_request( "subvolumeName": _SERIALIZER.url("subvolume_name", subvolume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -121,12 +123,12 @@ def build_create_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -136,23 +138,23 @@ def build_create_request_initial( "subvolumeName": _SERIALIZER.url("subvolume_name", subvolume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PUT", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -171,12 +173,12 @@ def build_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -186,23 +188,23 @@ def build_update_request_initial( "subvolumeName": _SERIALIZER.url("subvolume_name", subvolume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PATCH", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -218,9 +220,10 @@ def build_delete_request_initial( subvolume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -230,16 +233,16 @@ def build_delete_request_initial( "subvolumeName": _SERIALIZER.url("subvolume_name", subvolume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="DELETE", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -253,10 +256,11 @@ def build_get_metadata_request_initial( subvolume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -266,21 +270,21 @@ def build_get_metadata_request_initial( "subvolumeName": _SERIALIZER.url("subvolume_name", subvolume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -332,6 +336,8 @@ def list_by_volume( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.SubvolumesList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.SubvolumesList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -346,6 +352,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.list_by_volume.metadata['url'], ) request = _convert_request(request) @@ -359,6 +366,7 @@ def prepare_request(next_link=None): account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -376,7 +384,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -389,7 +401,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list_by_volume.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes'} # type: ignore + list_by_volume.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes"} # type: ignore @distributed_trace def get( @@ -426,6 +438,8 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, @@ -434,12 +448,17 @@ def get( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -453,7 +472,7 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore def _create_initial( @@ -472,6 +491,7 @@ def _create_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'SubvolumeInfo') @@ -483,6 +503,7 @@ def _create_initial( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_initial.metadata['url'], @@ -490,7 +511,11 @@ def _create_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201, 202]: @@ -509,7 +534,7 @@ def _create_initial( return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore @distributed_trace @@ -552,8 +577,9 @@ def begin_create( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.SubvolumeInfo] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.SubvolumeInfo"] lro_delay = kwargs.pop( 'polling_interval', @@ -568,6 +594,7 @@ def begin_create( volume_name=volume_name, subvolume_name=subvolume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -592,10 +619,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore def _update_initial( self, @@ -613,6 +639,7 @@ def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'SubvolumePatchRequest') @@ -624,6 +651,7 @@ def _update_initial( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -631,7 +659,11 @@ def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -647,7 +679,7 @@ def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore @distributed_trace @@ -690,8 +722,9 @@ def begin_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.SubvolumeInfo] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.SubvolumeInfo"] lro_delay = kwargs.pop( 'polling_interval', @@ -706,6 +739,7 @@ def begin_update( volume_name=volume_name, subvolume_name=subvolume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -730,12 +764,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore - def _delete_initial( + def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -750,6 +783,8 @@ def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, @@ -758,12 +793,17 @@ def _delete_initial( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -773,11 +813,11 @@ def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore @distributed_trace - def begin_delete( + def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -812,7 +852,8 @@ def begin_delete( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -826,6 +867,7 @@ def begin_delete( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -846,10 +888,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}"} # type: ignore def _get_metadata_initial( self, @@ -866,6 +907,8 @@ def _get_metadata_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_metadata_request_initial( subscription_id=self._config.subscription_id, @@ -874,12 +917,17 @@ def _get_metadata_initial( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, template_url=self._get_metadata_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -895,7 +943,7 @@ def _get_metadata_initial( return deserialized - _get_metadata_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata'} # type: ignore + _get_metadata_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata"} # type: ignore @distributed_trace @@ -935,7 +983,8 @@ def begin_get_metadata( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.SubvolumeModel] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.SubvolumeModel"] lro_delay = kwargs.pop( 'polling_interval', @@ -949,6 +998,7 @@ def begin_get_metadata( pool_name=pool_name, volume_name=volume_name, subvolume_name=subvolume_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -972,7 +1022,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_get_metadata.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata'} # type: ignore + begin_get_metadata.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_vaults_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_vaults_operations.py index 8777ddbe3c01..38378a1a936f 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_vaults_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_vaults_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -16,7 +17,6 @@ from azure.core.rest import HttpRequest from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -32,31 +32,32 @@ def build_list_request( account_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/vaults') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/vaults") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), "accountName": _SERIALIZER.url("account_name", account_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -102,6 +103,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.VaultList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.VaultList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -114,6 +117,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -125,6 +129,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -142,7 +147,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -155,4 +164,4 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/vaults'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/vaults"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volume_groups_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volume_groups_operations.py index cdcf3fc175a9..9d9a9a0c4b1a 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volume_groups_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volume_groups_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -18,7 +19,6 @@ from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat from azure.mgmt.core.polling.arm_polling import ARMPolling -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -35,31 +35,32 @@ def build_list_by_net_app_account_request( account_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), "accountName": _SERIALIZER.url("account_name", account_name, 'str'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -71,10 +72,11 @@ def build_get_request( volume_group_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -82,21 +84,21 @@ def build_get_request( "volumeGroupName": _SERIALIZER.url("volume_group_name", volume_group_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -111,12 +113,12 @@ def build_create_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -124,23 +126,23 @@ def build_create_request_initial( "volumeGroupName": _SERIALIZER.url("volume_group_name", volume_group_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PUT", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -154,9 +156,10 @@ def build_delete_request_initial( volume_group_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -164,16 +167,16 @@ def build_delete_request_initial( "volumeGroupName": _SERIALIZER.url("volume_group_name", volume_group_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="DELETE", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -219,6 +222,8 @@ def list_by_net_app_account( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.VolumeGroupList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeGroupList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -231,6 +236,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=self.list_by_net_app_account.metadata['url'], ) request = _convert_request(request) @@ -242,6 +248,7 @@ def prepare_request(next_link=None): subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -259,7 +266,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -272,7 +283,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list_by_net_app_account.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups'} # type: ignore + list_by_net_app_account.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups"} # type: ignore @distributed_trace def get( @@ -303,18 +314,25 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, volume_group_name=volume_group_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -328,7 +346,7 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}"} # type: ignore def _create_initial( @@ -345,6 +363,7 @@ def _create_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'VolumeGroupDetails') @@ -354,6 +373,7 @@ def _create_initial( resource_group_name=resource_group_name, account_name=account_name, volume_group_name=volume_group_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_initial.metadata['url'], @@ -361,7 +381,11 @@ def _create_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [201]: @@ -375,7 +399,7 @@ def _create_initial( return deserialized - _create_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}'} # type: ignore + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}"} # type: ignore @distributed_trace @@ -414,8 +438,9 @@ def begin_create( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.VolumeGroupDetails] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeGroupDetails"] lro_delay = kwargs.pop( 'polling_interval', @@ -428,6 +453,7 @@ def begin_create( account_name=account_name, volume_group_name=volume_group_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -452,12 +478,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}'} # type: ignore + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}"} # type: ignore - def _delete_initial( + def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -470,18 +495,25 @@ def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, volume_group_name=volume_group_name, + api_version=api_version, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: @@ -491,11 +523,11 @@ def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}"} # type: ignore @distributed_trace - def begin_delete( + def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -524,7 +556,8 @@ def begin_delete( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -536,6 +569,7 @@ def begin_delete( resource_group_name=resource_group_name, account_name=account_name, volume_group_name=volume_group_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -556,7 +590,6 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volume_quota_rules_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volume_quota_rules_operations.py new file mode 100644 index 000000000000..3ed917a0469a --- /dev/null +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volume_quota_rules_operations.py @@ -0,0 +1,851 @@ +# pylint: disable=too-many-lines +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer + +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.core.rest import HttpRequest +from azure.core.tracing.decorator import distributed_trace +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.arm_polling import ARMPolling + +from .. import models as _models +from .._vendor import _convert_request, _format_url_section +T = TypeVar('T') +JSONType = Any +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +_SERIALIZER = Serializer() +_SERIALIZER.client_side_validation = False + +def build_list_by_volume_request( + subscription_id: str, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + "accountName": _SERIALIZER.url("account_name", account_name, 'str'), + "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), + "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + + return HttpRequest( + method="GET", + url=_url, + params=_query_parameters, + headers=_header_parameters, + **kwargs + ) + + +def build_get_request( + subscription_id: str, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + "accountName": _SERIALIZER.url("account_name", account_name, 'str'), + "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), + "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), + "volumeQuotaRuleName": _SERIALIZER.url("volume_quota_rule_name", volume_quota_rule_name, 'str'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + + return HttpRequest( + method="GET", + url=_url, + params=_query_parameters, + headers=_header_parameters, + **kwargs + ) + + +def build_create_request_initial( + subscription_id: str, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + *, + json: JSONType = None, + content: Any = None, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', None) # type: Optional[str] + + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + "accountName": _SERIALIZER.url("account_name", account_name, 'str'), + "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), + "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), + "volumeQuotaRuleName": _SERIALIZER.url("volume_quota_rule_name", volume_quota_rule_name, 'str'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + if content_type is not None: + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + + return HttpRequest( + method="PUT", + url=_url, + params=_query_parameters, + headers=_header_parameters, + json=json, + content=content, + **kwargs + ) + + +def build_update_request_initial( + subscription_id: str, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + *, + json: JSONType = None, + content: Any = None, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', None) # type: Optional[str] + + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + "accountName": _SERIALIZER.url("account_name", account_name, 'str'), + "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), + "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), + "volumeQuotaRuleName": _SERIALIZER.url("volume_quota_rule_name", volume_quota_rule_name, 'str'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + if content_type is not None: + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + + return HttpRequest( + method="PATCH", + url=_url, + params=_query_parameters, + headers=_header_parameters, + json=json, + content=content, + **kwargs + ) + + +def build_delete_request_initial( + subscription_id: str, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + "accountName": _SERIALIZER.url("account_name", account_name, 'str'), + "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), + "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), + "volumeQuotaRuleName": _SERIALIZER.url("volume_quota_rule_name", volume_quota_rule_name, 'str'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + return HttpRequest( + method="DELETE", + url=_url, + params=_query_parameters, + **kwargs + ) + +class VolumeQuotaRulesOperations(object): + """VolumeQuotaRulesOperations operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.netapp.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer): + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + @distributed_trace + def list_by_volume( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> Iterable["_models.VolumeQuotaRulesList"]: + """Get all quota rules for a volume. + + List all quota rules associated with the volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either VolumeQuotaRulesList or the result of + cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.VolumeQuotaRulesList] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeQuotaRulesList"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + def prepare_request(next_link=None): + if not next_link: + + request = build_list_by_volume_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self.list_by_volume.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + + request = build_list_by_volume_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=next_link, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("VolumeQuotaRulesList", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + + return ItemPaged( + get_next, extract_data + ) + list_by_volume.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules"} # type: ignore + + @distributed_trace + def get( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + **kwargs: Any + ) -> "_models.VolumeQuotaRule": + """Describe a quota rule. + + Get details of the specified quota rule. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :param volume_quota_rule_name: The name of volume quota rule. + :type volume_quota_rule_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: VolumeQuotaRule, or the result of cls(response) + :rtype: ~azure.mgmt.netapp.models.VolumeQuotaRule + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeQuotaRule"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_get_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + api_version=api_version, + template_url=self.get.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + + def _create_initial( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + body: "_models.VolumeQuotaRule", + **kwargs: Any + ) -> "_models.VolumeQuotaRule": + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeQuotaRule"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(body, 'VolumeQuotaRule') + + request = build_create_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + api_version=api_version, + content_type=content_type, + json=_json, + template_url=self._create_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + _create_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + + @distributed_trace + def begin_create( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + body: "_models.VolumeQuotaRule", + **kwargs: Any + ) -> LROPoller["_models.VolumeQuotaRule"]: + """Create a quota rule. + + Create the specified quota rule within the given volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :param volume_quota_rule_name: The name of volume quota rule. + :type volume_quota_rule_name: str + :param body: Quota rule object supplied in the body of the operation. + :type body: ~azure.mgmt.netapp.models.VolumeQuotaRule + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of LROPoller that returns either VolumeQuotaRule or the result of + cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.VolumeQuotaRule] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeQuotaRule"] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._create_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + body=body, + api_version=api_version, + content_type=content_type, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + response = pipeline_response.http_response + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + + if polling is True: polling_method = ARMPolling(lro_delay, lro_options={'final-state-via': 'location'}, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_create.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + def _update_initial( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + body: "_models.VolumeQuotaRulePatch", + **kwargs: Any + ) -> Optional["_models.VolumeQuotaRule"]: + cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.VolumeQuotaRule"]] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + _json = self._serialize.body(body, 'VolumeQuotaRulePatch') + + request = build_update_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + api_version=api_version, + content_type=content_type, + json=_json, + template_url=self._update_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = None + if response.status_code == 200: + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + + @distributed_trace + def begin_update( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + body: "_models.VolumeQuotaRulePatch", + **kwargs: Any + ) -> LROPoller["_models.VolumeQuotaRule"]: + """Update a quota rule. + + Patch a quota rule. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :param volume_quota_rule_name: The name of volume quota rule. + :type volume_quota_rule_name: str + :param body: Quota rule object supplied in the body of the operation. + :type body: ~azure.mgmt.netapp.models.VolumeQuotaRulePatch + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of LROPoller that returns either VolumeQuotaRule or the result of + cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.VolumeQuotaRule] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeQuotaRule"] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._update_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + body=body, + api_version=api_version, + content_type=content_type, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + response = pipeline_response.http_response + deserialized = self._deserialize('VolumeQuotaRule', pipeline_response) + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + + if polling is True: polling_method = ARMPolling(lro_delay, lro_options={'final-state-via': 'location'}, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + def _delete_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + **kwargs: Any + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_delete_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + api_version=api_version, + template_url=self._delete_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore + + + @distributed_trace + def begin_delete( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + volume_quota_rule_name: str, + **kwargs: Any + ) -> LROPoller[None]: + """Delete a quota rule. + + Delete quota rule. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :param volume_quota_rule_name: The name of volume quota rule. + :type volume_quota_rule_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._delete_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + volume_quota_rule_name=volume_quota_rule_name, + api_version=api_version, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + + if polling is True: polling_method = ARMPolling(lro_delay, lro_options={'final-state-via': 'location'}, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/volumeQuotaRules/{volumeQuotaRuleName}"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volumes_operations.py b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volumes_operations.py index 41122116f5da..eb0b4c6b04b9 100644 --- a/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volumes_operations.py +++ b/sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/operations/_volumes_operations.py @@ -1,3 +1,4 @@ +# pylint: disable=too-many-lines # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. @@ -5,9 +6,9 @@ # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -import functools -from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union -import warnings +from typing import Any, Callable, Dict, Iterable, Optional, TypeVar, Union + +from msrest import Serializer from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.paging import ItemPaged @@ -18,7 +19,6 @@ from azure.core.tracing.decorator import distributed_trace from azure.mgmt.core.exceptions import ARMErrorFormat from azure.mgmt.core.polling.arm_polling import ARMPolling -from msrest import Serializer from .. import models as _models from .._vendor import _convert_request, _format_url_section @@ -36,10 +36,11 @@ def build_list_request( pool_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -47,21 +48,21 @@ def build_list_request( "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -74,10 +75,11 @@ def build_get_request( volume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -86,21 +88,21 @@ def build_get_request( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -116,12 +118,12 @@ def build_create_or_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -130,23 +132,23 @@ def build_create_or_update_request_initial( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PUT", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -164,12 +166,12 @@ def build_update_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -178,23 +180,23 @@ def build_update_request_initial( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="PATCH", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -211,9 +213,10 @@ def build_delete_request_initial( force_delete: Optional[bool] = None, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -222,18 +225,18 @@ def build_delete_request_initial( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] if force_delete is not None: - query_parameters['forceDelete'] = _SERIALIZER.query("force_delete", force_delete, 'bool') - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters['forceDelete'] = _SERIALIZER.query("force_delete", force_delete, 'bool') + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="DELETE", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -249,11 +252,11 @@ def build_revert_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -262,28 +265,62 @@ def build_revert_request_initial( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs ) +def build_reset_cifs_password_request_initial( + subscription_id: str, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resetCifsPassword") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + "accountName": _SERIALIZER.url("account_name", account_name, 'str'), + "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), + "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + return HttpRequest( + method="POST", + url=_url, + params=_query_parameters, + **kwargs + ) + + def build_break_replication_request_initial( subscription_id: str, resource_group_name: str, @@ -295,11 +332,11 @@ def build_break_replication_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -308,22 +345,22 @@ def build_break_replication_request_initial( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -338,10 +375,11 @@ def build_replication_status_request( volume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + accept = "application/json" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/replicationStatus') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/replicationStatus") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -350,21 +388,61 @@ def build_replication_status_request( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] - header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') return HttpRequest( method="GET", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, + **kwargs + ) + + +def build_list_replications_request( + subscription_id: str, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + accept = "application/json" + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/listReplications") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + "accountName": _SERIALIZER.url("account_name", account_name, 'str'), + "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), + "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + # Construct headers + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') + + return HttpRequest( + method="POST", + url=_url, + params=_query_parameters, + headers=_header_parameters, **kwargs ) @@ -377,9 +455,10 @@ def build_resync_replication_request_initial( volume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -388,16 +467,16 @@ def build_resync_replication_request_initial( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -410,9 +489,10 @@ def build_delete_replication_request_initial( volume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -421,16 +501,16 @@ def build_delete_replication_request_initial( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -446,11 +526,11 @@ def build_authorize_replication_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -459,22 +539,22 @@ def build_authorize_replication_request_initial( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs @@ -489,9 +569,10 @@ def build_re_initialize_replication_request_initial( volume_name: str, **kwargs: Any ) -> HttpRequest: - api_version = "2021-10-01" + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -500,16 +581,16 @@ def build_re_initialize_replication_request_initial( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, + url=_url, + params=_query_parameters, **kwargs ) @@ -525,11 +606,11 @@ def build_pool_change_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] - api_version = "2021-10-01" # Construct URL - url = kwargs.pop("template_url", '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange') + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange") # pylint: disable=line-too-long path_format_arguments = { "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), @@ -538,28 +619,130 @@ def build_pool_change_request_initial( "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), } - url = _format_url_section(url, **path_format_arguments) + _url = _format_url_section(_url, **path_format_arguments) # Construct parameters - query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] - query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') # Construct headers - header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] + _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] if content_type is not None: - header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') + _header_parameters['Content-Type'] = _SERIALIZER.header("content_type", content_type, 'str') return HttpRequest( method="POST", - url=url, - params=query_parameters, - headers=header_parameters, + url=_url, + params=_query_parameters, + headers=_header_parameters, json=json, content=content, **kwargs ) -class VolumesOperations(object): + +def build_relocate_request_initial( + subscription_id: str, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/relocate") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + "accountName": _SERIALIZER.url("account_name", account_name, 'str'), + "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), + "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + return HttpRequest( + method="POST", + url=_url, + params=_query_parameters, + **kwargs + ) + + +def build_finalize_relocation_request_initial( + subscription_id: str, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/finalizeRelocation") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + "accountName": _SERIALIZER.url("account_name", account_name, 'str'), + "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), + "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + return HttpRequest( + method="POST", + url=_url, + params=_query_parameters, + **kwargs + ) + + +def build_revert_relocation_request_initial( + subscription_id: str, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any +) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + # Construct URL + _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revertRelocation") # pylint: disable=line-too-long + path_format_arguments = { + "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, 'str'), + "resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + "accountName": _SERIALIZER.url("account_name", account_name, 'str'), + "poolName": _SERIALIZER.url("pool_name", pool_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$'), + "volumeName": _SERIALIZER.url("volume_name", volume_name, 'str', max_length=64, min_length=1, pattern=r'^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$'), + } + + _url = _format_url_section(_url, **path_format_arguments) + + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + + return HttpRequest( + method="POST", + url=_url, + params=_query_parameters, + **kwargs + ) + +class VolumesOperations(object): # pylint: disable=too-many-public-methods """VolumesOperations operations. You should not instantiate this class directly. Instead, you should create a Client instance that @@ -604,6 +787,8 @@ def list( :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.VolumeList] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + cls = kwargs.pop('cls', None) # type: ClsType["_models.VolumeList"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError @@ -617,6 +802,7 @@ def prepare_request(next_link=None): resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, template_url=self.list.metadata['url'], ) request = _convert_request(request) @@ -629,6 +815,7 @@ def prepare_request(next_link=None): resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, + api_version=api_version, template_url=next_link, ) request = _convert_request(request) @@ -646,7 +833,11 @@ def extract_data(pipeline_response): def get_next(next_link=None): request = prepare_request(next_link) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -659,7 +850,7 @@ def get_next(next_link=None): return ItemPaged( get_next, extract_data ) - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes'} # type: ignore + list.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes"} # type: ignore @distributed_trace def get( @@ -693,6 +884,8 @@ def get( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_get_request( subscription_id=self._config.subscription_id, @@ -700,12 +893,17 @@ def get( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self.get.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200]: @@ -719,7 +917,7 @@ def get( return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + get.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore def _create_or_update_initial( @@ -737,6 +935,7 @@ def _create_or_update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'Volume') @@ -747,6 +946,7 @@ def _create_or_update_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._create_or_update_initial.metadata['url'], @@ -754,7 +954,11 @@ def _create_or_update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 201, 202]: @@ -773,7 +977,7 @@ def _create_or_update_initial( return deserialized - _create_or_update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + _create_or_update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore @distributed_trace @@ -812,8 +1016,9 @@ def begin_create_or_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.Volume] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Volume"] lro_delay = kwargs.pop( 'polling_interval', @@ -827,6 +1032,7 @@ def begin_create_or_update( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -851,10 +1057,9 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + begin_create_or_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore def _update_initial( self, @@ -871,6 +1076,7 @@ def _update_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'VolumePatch') @@ -881,6 +1087,7 @@ def _update_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._update_initial.metadata['url'], @@ -888,7 +1095,11 @@ def _update_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -904,7 +1115,7 @@ def _update_initial( return deserialized - _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + _update_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore @distributed_trace @@ -943,8 +1154,9 @@ def begin_update( :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.netapp.models.Volume] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.Volume"] lro_delay = kwargs.pop( 'polling_interval', @@ -958,6 +1170,7 @@ def begin_update( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -982,12 +1195,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + begin_update.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore - def _delete_initial( + def _delete_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1002,6 +1214,8 @@ def _delete_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_request_initial( subscription_id=self._config.subscription_id, @@ -1009,13 +1223,18 @@ def _delete_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, force_delete=force_delete, template_url=self._delete_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [202, 204]: @@ -1025,11 +1244,11 @@ def _delete_initial( if cls: return cls(pipeline_response, None, {}) - _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + _delete_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore @distributed_trace - def begin_delete( + def begin_delete( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1051,7 +1270,7 @@ def begin_delete( :param volume_name: The name of the volume. :type volume_name: str :param force_delete: An option to force delete the volume. Will cleanup resources connected to - the particular volume. + the particular volume. Default value is None. :type force_delete: bool :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. @@ -1065,7 +1284,8 @@ def begin_delete( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1079,6 +1299,7 @@ def begin_delete( pool_name=pool_name, volume_name=volume_name, force_delete=force_delete, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -1099,12 +1320,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}'} # type: ignore + begin_delete.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}"} # type: ignore - def _revert_initial( + def _revert_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1119,6 +1339,7 @@ def _revert_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'VolumeRevert') @@ -1129,6 +1350,7 @@ def _revert_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._revert_initial.metadata['url'], @@ -1136,7 +1358,11 @@ def _revert_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1146,11 +1372,11 @@ def _revert_initial( if cls: return cls(pipeline_response, None, {}) - _revert_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert'} # type: ignore + _revert_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert"} # type: ignore @distributed_trace - def begin_revert( + def begin_revert( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1185,8 +1411,9 @@ def begin_revert( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1200,6 +1427,7 @@ def begin_revert( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -1221,18 +1449,16 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_revert.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert'} # type: ignore + begin_revert.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert"} # type: ignore - def _break_replication_initial( + def _reset_cifs_password_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, pool_name: str, volume_name: str, - body: Optional["_models.BreakReplicationRequest"] = None, **kwargs: Any ) -> None: cls = kwargs.pop('cls', None) # type: ClsType[None] @@ -1241,27 +1467,26 @@ def _break_replication_initial( } error_map.update(kwargs.pop('error_map', {})) - content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - - if body is not None: - _json = self._serialize.body(body, 'BreakReplicationRequest') - else: - _json = None + api_version = kwargs.pop('api_version', "2022-01-01") # type: str - request = build_break_replication_request_initial( + + request = build_reset_cifs_password_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, volume_name=volume_name, - content_type=content_type, - json=_json, - template_url=self._break_replication_initial.metadata['url'], + api_version=api_version, + template_url=self._reset_cifs_password_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1271,22 +1496,21 @@ def _break_replication_initial( if cls: return cls(pipeline_response, None, {}) - _break_replication_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication'} # type: ignore + _reset_cifs_password_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resetCifsPassword"} # type: ignore @distributed_trace - def begin_break_replication( + def begin_reset_cifs_password( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, pool_name: str, volume_name: str, - body: Optional["_models.BreakReplicationRequest"] = None, **kwargs: Any ) -> LROPoller[None]: - """Break volume replication. + """Reset cifs password. - Break the replication connection on the destination volume. + Reset cifs password from volume. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -1296,8 +1520,6 @@ def begin_break_replication( :type pool_name: str :param volume_name: The name of the volume. :type volume_name: str - :param body: Optional body to force break the replication. - :type body: ~azure.mgmt.netapp.models.BreakReplicationRequest :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this @@ -1310,8 +1532,8 @@ def begin_break_replication( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1319,13 +1541,12 @@ def begin_break_replication( ) cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] if cont_token is None: - raw_result = self._break_replication_initial( + raw_result = self._reset_cifs_password_initial( resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, volume_name=volume_name, - body=body, - content_type=content_type, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -1336,7 +1557,7 @@ def get_long_running_output(pipeline_response): return cls(pipeline_response, None, {}) - if polling is True: polling_method = ARMPolling(lro_delay, lro_options={'final-state-via': 'location'}, **kwargs) + if polling is True: polling_method = ARMPolling(lro_delay, **kwargs) elif polling is False: polling_method = NoPolling() else: polling_method = polling if cont_token: @@ -1346,78 +1567,17 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - - begin_break_replication.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication'} # type: ignore - - @distributed_trace - def replication_status( - self, - resource_group_name: str, - account_name: str, - pool_name: str, - volume_name: str, - **kwargs: Any - ) -> "_models.ReplicationStatus": - """Get volume replication status. + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - Get the status of the replication. - - :param resource_group_name: The name of the resource group. - :type resource_group_name: str - :param account_name: The name of the NetApp account. - :type account_name: str - :param pool_name: The name of the capacity pool. - :type pool_name: str - :param volume_name: The name of the volume. - :type volume_name: str - :keyword callable cls: A custom type or function that will be passed the direct response - :return: ReplicationStatus, or the result of cls(response) - :rtype: ~azure.mgmt.netapp.models.ReplicationStatus - :raises: ~azure.core.exceptions.HttpResponseError - """ - cls = kwargs.pop('cls', None) # type: ClsType["_models.ReplicationStatus"] - error_map = { - 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError - } - error_map.update(kwargs.pop('error_map', {})) - - - request = build_replication_status_request( - subscription_id=self._config.subscription_id, - resource_group_name=resource_group_name, - account_name=account_name, - pool_name=pool_name, - volume_name=volume_name, - template_url=self.replication_status.metadata['url'], - ) - request = _convert_request(request) - request.url = self._client.format_url(request.url) + begin_reset_cifs_password.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resetCifsPassword"} # type: ignore - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) - response = pipeline_response.http_response - - if response.status_code not in [200]: - map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) - - deserialized = self._deserialize('ReplicationStatus', pipeline_response) - - if cls: - return cls(pipeline_response, deserialized, {}) - - return deserialized - - replication_status.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/replicationStatus'} # type: ignore - - - def _resync_replication_initial( + def _break_replication_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, pool_name: str, volume_name: str, + body: Optional["_models.BreakReplicationRequest"] = None, **kwargs: Any ) -> None: cls = kwargs.pop('cls', None) # type: ClsType[None] @@ -1426,19 +1586,33 @@ def _resync_replication_initial( } error_map.update(kwargs.pop('error_map', {})) - - request = build_resync_replication_request_initial( + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + + if body is not None: + _json = self._serialize.body(body, 'BreakReplicationRequest') + else: + _json = None + + request = build_break_replication_request_initial( subscription_id=self._config.subscription_id, resource_group_name=resource_group_name, account_name=account_name, pool_name=pool_name, volume_name=volume_name, - template_url=self._resync_replication_initial.metadata['url'], + api_version=api_version, + content_type=content_type, + json=_json, + template_url=self._break_replication_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1448,11 +1622,296 @@ def _resync_replication_initial( if cls: return cls(pipeline_response, None, {}) - _resync_replication_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication'} # type: ignore + _break_replication_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication"} # type: ignore @distributed_trace - def begin_resync_replication( + def begin_break_replication( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + body: Optional["_models.BreakReplicationRequest"] = None, + **kwargs: Any + ) -> LROPoller[None]: + """Break volume replication. + + Break the replication connection on the destination volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :param body: Optional body to force break the replication. Default value is None. + :type body: ~azure.mgmt.netapp.models.BreakReplicationRequest + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._break_replication_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + body=body, + api_version=api_version, + content_type=content_type, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + + if polling is True: polling_method = ARMPolling(lro_delay, lro_options={'final-state-via': 'location'}, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_break_replication.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication"} # type: ignore + + @distributed_trace + def replication_status( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> "_models.ReplicationStatus": + """Get volume replication status. + + Get the status of the replication. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: ReplicationStatus, or the result of cls(response) + :rtype: ~azure.mgmt.netapp.models.ReplicationStatus + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.ReplicationStatus"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_replication_status_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self.replication_status.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('ReplicationStatus', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + + replication_status.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/replicationStatus"} # type: ignore + + + @distributed_trace + def list_replications( + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> Iterable["_models.ListReplications"]: + """List replications for volume. + + List all replications for a specified volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either ListReplications or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.netapp.models.ListReplications] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + cls = kwargs.pop('cls', None) # type: ClsType["_models.ListReplications"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + def prepare_request(next_link=None): + if not next_link: + + request = build_list_replications_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self.list_replications.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + else: + + request = build_list_replications_request( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=next_link, + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + request.method = "GET" + return request + + def extract_data(pipeline_response): + deserialized = self._deserialize("ListReplications", pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return None, iter(list_of_elem) + + def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + return pipeline_response + + + return ItemPaged( + get_next, extract_data + ) + list_replications.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/listReplications"} # type: ignore + + def _resync_replication_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_resync_replication_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self._resync_replication_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _resync_replication_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication"} # type: ignore + + + @distributed_trace + def begin_resync_replication( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1485,7 +1944,8 @@ def begin_resync_replication( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1498,6 +1958,7 @@ def begin_resync_replication( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -1518,12 +1979,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_resync_replication.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication'} # type: ignore + begin_resync_replication.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication"} # type: ignore - def _delete_replication_initial( + def _delete_replication_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1537,6 +1997,8 @@ def _delete_replication_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_delete_replication_request_initial( subscription_id=self._config.subscription_id, @@ -1544,12 +2006,17 @@ def _delete_replication_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self._delete_replication_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1559,11 +2026,11 @@ def _delete_replication_initial( if cls: return cls(pipeline_response, None, {}) - _delete_replication_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication'} # type: ignore + _delete_replication_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication"} # type: ignore @distributed_trace - def begin_delete_replication( + def begin_delete_replication( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1596,7 +2063,8 @@ def begin_delete_replication( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1609,6 +2077,7 @@ def begin_delete_replication( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -1629,12 +2098,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_delete_replication.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication'} # type: ignore + begin_delete_replication.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication"} # type: ignore - def _authorize_replication_initial( + def _authorize_replication_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1649,6 +2117,7 @@ def _authorize_replication_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'AuthorizeRequest') @@ -1659,6 +2128,7 @@ def _authorize_replication_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._authorize_replication_initial.metadata['url'], @@ -1666,7 +2136,11 @@ def _authorize_replication_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1676,11 +2150,11 @@ def _authorize_replication_initial( if cls: return cls(pipeline_response, None, {}) - _authorize_replication_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication'} # type: ignore + _authorize_replication_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication"} # type: ignore @distributed_trace - def begin_authorize_replication( + def begin_authorize_replication( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1715,8 +2189,9 @@ def begin_authorize_replication( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1730,6 +2205,7 @@ def begin_authorize_replication( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -1751,12 +2227,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_authorize_replication.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication'} # type: ignore + begin_authorize_replication.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication"} # type: ignore - def _re_initialize_replication_initial( + def _re_initialize_replication_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1770,6 +2245,8 @@ def _re_initialize_replication_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + request = build_re_initialize_replication_request_initial( subscription_id=self._config.subscription_id, @@ -1777,12 +2254,17 @@ def _re_initialize_replication_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, template_url=self._re_initialize_replication_initial.metadata['url'], ) request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1792,11 +2274,11 @@ def _re_initialize_replication_initial( if cls: return cls(pipeline_response, None, {}) - _re_initialize_replication_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication'} # type: ignore + _re_initialize_replication_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication"} # type: ignore @distributed_trace - def begin_re_initialize_replication( + def begin_re_initialize_replication( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1828,7 +2310,8 @@ def begin_re_initialize_replication( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1841,6 +2324,7 @@ def begin_re_initialize_replication( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) @@ -1861,12 +2345,11 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_re_initialize_replication.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication'} # type: ignore + begin_re_initialize_replication.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication"} # type: ignore - def _pool_change_initial( + def _pool_change_initial( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1881,6 +2364,7 @@ def _pool_change_initial( } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'PoolChangeRequest') @@ -1891,6 +2375,7 @@ def _pool_change_initial( account_name=account_name, pool_name=pool_name, volume_name=volume_name, + api_version=api_version, content_type=content_type, json=_json, template_url=self._pool_change_initial.metadata['url'], @@ -1898,7 +2383,11 @@ def _pool_change_initial( request = _convert_request(request) request.url = self._client.format_url(request.url) - pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) response = pipeline_response.http_response if response.status_code not in [200, 202]: @@ -1908,11 +2397,11 @@ def _pool_change_initial( if cls: return cls(pipeline_response, None, {}) - _pool_change_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange'} # type: ignore + _pool_change_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange"} # type: ignore @distributed_trace - def begin_pool_change( + def begin_pool_change( # pylint: disable=inconsistent-return-statements self, resource_group_name: str, account_name: str, @@ -1947,8 +2436,9 @@ def begin_pool_change( :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] - polling = kwargs.pop('polling', True) # type: Union[bool, azure.core.polling.PollingMethod] + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( 'polling_interval', @@ -1962,6 +2452,7 @@ def begin_pool_change( pool_name=pool_name, volume_name=volume_name, body=body, + api_version=api_version, content_type=content_type, cls=lambda x,y,z: x, **kwargs @@ -1983,7 +2474,361 @@ def get_long_running_output(pipeline_response): client=self._client, deserialization_callback=get_long_running_output ) - else: - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_pool_change.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange"} # type: ignore + + def _relocate_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_relocate_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self._relocate_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _relocate_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/relocate"} # type: ignore + + + @distributed_trace + def begin_relocate( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> LROPoller[None]: + """Relocate volume. + + Relocates volume to a new stamp. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._relocate_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + + if polling is True: polling_method = ARMPolling(lro_delay, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_relocate.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/relocate"} # type: ignore + + def _finalize_relocation_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_finalize_relocation_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self._finalize_relocation_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _finalize_relocation_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/finalizeRelocation"} # type: ignore + + + @distributed_trace + def begin_finalize_relocation( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> LROPoller[None]: + """Finalize volume relocation. + + Finalizes the relocation of the volume and cleans up the old volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._finalize_relocation_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + + if polling is True: polling_method = ARMPolling(lro_delay, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + + begin_finalize_relocation.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/finalizeRelocation"} # type: ignore + + def _revert_relocation_initial( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + + + request = build_revert_relocation_request_initial( + subscription_id=self._config.subscription_id, + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + template_url=self._revert_relocation_initial.metadata['url'], + ) + request = _convert_request(request) + request.url = self._client.format_url(request.url) + + pipeline_response = self._client._pipeline.run( # pylint: disable=protected-access + request, + stream=False, + **kwargs + ) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _revert_relocation_initial.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revertRelocation"} # type: ignore + + + @distributed_trace + def begin_revert_relocation( # pylint: disable=inconsistent-return-statements + self, + resource_group_name: str, + account_name: str, + pool_name: str, + volume_name: str, + **kwargs: Any + ) -> LROPoller[None]: + """Revert volume relocation. + + Reverts the volume relocation process, cleans up the new volume and starts using the + former-existing volume. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param account_name: The name of the NetApp account. + :type account_name: str + :param pool_name: The name of the capacity pool. + :type pool_name: str + :param volume_name: The name of the volume. + :type volume_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: By default, your polling method will be ARMPolling. Pass in False for this + operation to not poll, or pass in your own initialized polling object for a personal polling + strategy. + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no + Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = kwargs.pop('api_version', "2022-01-01") # type: str + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._revert_relocation_initial( + resource_group_name=resource_group_name, + account_name=account_name, + pool_name=pool_name, + volume_name=volume_name, + api_version=api_version, + cls=lambda x,y,z: x, + **kwargs + ) + kwargs.pop('error_map', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + + if polling is True: polling_method = ARMPolling(lro_delay, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - begin_pool_change.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange'} # type: ignore + begin_revert_relocation.metadata = {'url': "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revertRelocation"} # type: ignore diff --git a/sdk/netapp/azure-mgmt-netapp/setup.py b/sdk/netapp/azure-mgmt-netapp/setup.py index e744c2129022..2cd619af0b6b 100644 --- a/sdk/netapp/azure-mgmt-netapp/setup.py +++ b/sdk/netapp/azure-mgmt-netapp/setup.py @@ -65,6 +65,10 @@ 'azure', 'azure.mgmt', ]), + include_package_data=True, + package_data={ + 'pytyped': ['py.typed'], + }, install_requires=[ 'msrest>=0.6.21', 'azure-common~=1.1', diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_create_delete_account.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_create_delete_account.json index 3237075c9372..a34c0ebd5606 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_create_delete_account.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_create_delete_account.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:41:45 GMT", + "Date": "Wed, 25 May 2022 15:07:24 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AsVAaxb4YplJgkzSPLi8qR8; expires=Sat, 26-Mar-2022 10:41:46 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevryecuIpiCvBlAhILIvwBv4MYnXniNCCyXsylWSyh7Vt62Udd31cQXlIHGBh9oyjNlWAIiVmoEQhAHyy3CzngWLo5sWVIANcWxiOO_UU0uK6bYVdeSQC9Kg-YWaKJXuVC8UHi2BuNAk4m_wTWIT9Uh4SMfoP_lWG-y2Ycqi4O4UEAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "e823bbc6-8ce5-4706-90d2-fe2819461400" + "x-ms-ests-server": "2.1.12794.5 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,7 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:41:45 GMT", + "Date": "Wed, 25 May 2022 15:07:24 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AsVAaxb4YplJgkzSPLi8qR8; expires=Sat, 26-Mar-2022 10:41:46 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - NEULR1 ProdSlices", - "x-ms-request-id": "072e805b-d763-436a-b2ed-6c9663e7d500" + "x-ms-ests-server": "2.1.12744.11 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,39 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "35c67250-499e-426b-8964-2311fefd18fe", + "client-request-id": "3b84e595-2b3e-4213-b95b-db2f1199ca97", "Connection": "keep-alive", - "Content-Length": "283", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, - "RequestBody": "client_id=\u002Bc6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=\u002B%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "35c67250-499e-426b-8964-2311fefd18fe", - "Content-Length": "1412", + "client-request-id": "3b84e595-2b3e-4213-b95b-db2f1199ca97", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:41:45 GMT", + "Date": "Wed, 25 May 2022 15:07:24 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AsVAaxb4YplJgkzSPLi8qR_7QncyAQAAAOlXqdkOAAAA; expires=Sat, 26-Mar-2022 10:41:46 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "05686897-1acb-472f-b93b-b9edd7b61200" + "x-ms-ests-server": "2.1.12794.5 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -223,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5c59a3ec-955e-11ec-9e78-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/782d9059-4b79-47f1-ae80-7c0e53451f55?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/aac01544-5fee-47f2-b202-95c3a8a09079?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:41:55 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A41%3A54.4634782Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:07:31 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A07%3A31.2408228Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1159197-1235-4c73-b57c-03f2cd60c47f", + "x-ms-correlation-request-id": "7ec695c6-cbce-4b98-aa1f-1e67b64312cd", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b5531330-9f1f-426c-92bc-089952dcb501", - "x-ms-routing-request-id": "WESTEUROPE:20220224T104155Z:a1159197-1235-4c73-b57c-03f2cd60c47f", + "x-ms-routing-request-id": "WESTEUROPE:20220525T150732Z:7ec695c6-cbce-4b98-aa1f-1e67b64312cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A41%3A54.4634782Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A07%3A31.2408228Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:41:49.4312336Z" + "CreatedOnDate": "2022-05-25T15:07:27.4689880Z" }, "properties": { "provisioningState": "Creating" @@ -272,23 +258,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:41:53.2068474Z", + "createdAt": "2022-05-25T15:07:31.0503713Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:41:53.2068474Z" + "lastModifiedAt": "2022-05-25T15:07:31.0503713Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/782d9059-4b79-47f1-ae80-7c0e53451f55?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/aac01544-5fee-47f2-b202-95c3a8a09079?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5c59a3ec-955e-11ec-9e78-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -296,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:42:25 GMT", + "Date": "Wed, 25 May 2022 15:08:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -304,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38303a74-f100-4fdd-947b-47fbd41352cf", + "x-ms-correlation-request-id": "c34fc7b9-7304-43ef-9613-321f79cf93ab", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a0ddb549-4a28-4f98-bdcb-858d70f770d4", - "x-ms-routing-request-id": "WESTEUROPE:20220224T104225Z:38303a74-f100-4fdd-947b-47fbd41352cf", + "x-ms-routing-request-id": "WESTEUROPE:20220525T150802Z:c34fc7b9-7304-43ef-9613-321f79cf93ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/782d9059-4b79-47f1-ae80-7c0e53451f55", - "name": "782d9059-4b79-47f1-ae80-7c0e53451f55", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/aac01544-5fee-47f2-b202-95c3a8a09079", + "name": "aac01544-5fee-47f2-b202-95c3a8a09079", "status": "Succeeded", - "startTime": "2022-02-24T10:41:54.4995682Z", - "endTime": "2022-02-24T10:41:54.5895773Z", + "startTime": "2022-05-25T15:07:31.2326306Z", + "endTime": "2022-05-25T15:07:31.2638821Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -323,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5c59a3ec-955e-11ec-9e78-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -339,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:42:25 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A41%3A54.5777438Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:08:02 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A07%3A31.2667127Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -348,20 +329,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80e13f68-defe-49a2-a1ff-a69b68de353e", + "x-ms-correlation-request-id": "f67f85f3-02a8-4e43-895a-920d771d938b", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "f02b4097-a1dd-4ad1-a3d2-9509e729ac23", - "x-ms-routing-request-id": "WESTEUROPE:20220224T104226Z:80e13f68-defe-49a2-a1ff-a69b68de353e", + "x-ms-routing-request-id": "WESTEUROPE:20220525T150803Z:f67f85f3-02a8-4e43-895a-920d771d938b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A41%3A54.5777438Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A07%3A31.2667127Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:41:49.4312336Z" + "CreatedOnDate": "2022-05-25T15:07:27.4689880Z" }, "properties": { "activeDirectories": [ @@ -377,7 +357,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -390,23 +370,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:41:53.2068474Z", + "createdAt": "2022-05-25T15:07:31.0503713Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:41:53.2068474Z" + "lastModifiedAt": "2022-05-25T15:07:31.0503713Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "74e8890a-955e-11ec-9e78-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -414,7 +392,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:42:25 GMT", + "Date": "Wed, 25 May 2022 15:08:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -422,10 +400,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb9b0235-0d2d-4001-beb3-398c66b6929b", + "x-ms-correlation-request-id": "6f5c20c4-9a88-4108-99c8-04626e4b224c", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "77a370b7-1412-4be0-8588-6850656f8dce", - "x-ms-routing-request-id": "WESTEUROPE:20220224T104226Z:cb9b0235-0d2d-4001-beb3-398c66b6929b", + "x-ms-routing-request-id": "WESTEUROPE:20220525T150803Z:6f5c20c4-9a88-4108-99c8-04626e4b224c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -434,10 +411,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A41%3A54.5777438Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A07%3A31.2667127Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:41:49.4312336Z" + "CreatedOnDate": "2022-05-25T15:07:27.4689880Z" }, "properties": { "activeDirectories": [ @@ -453,7 +430,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -466,58 +443,53 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:41:53.2068474Z", + "createdAt": "2022-05-25T15:07:31.0503713Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:41:53.2068474Z" + "lastModifiedAt": "2022-05-25T15:07:31.0503713Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "75149ea0-955e-11ec-9e78-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/90e5997f-d7ea-442b-8c9c-90deec4cd33a?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c4198af-9eb3-4454-af3e-d5cf9d23990a?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 10:42:26 GMT", + "Date": "Wed, 25 May 2022 15:08:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/90e5997f-d7ea-442b-8c9c-90deec4cd33a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c4198af-9eb3-4454-af3e-d5cf9d23990a?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bda33ec-68b9-45e2-8e35-26cf82297afa", + "x-ms-correlation-request-id": "c569b13c-7a04-432c-bd5e-760ea53f3b53", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "0bda33ec-68b9-45e2-8e35-26cf82297afa", - "x-ms-routing-request-id": "WESTEUROPE:20220224T104227Z:0bda33ec-68b9-45e2-8e35-26cf82297afa", + "x-ms-routing-request-id": "WESTEUROPE:20220525T150804Z:c569b13c-7a04-432c-bd5e-760ea53f3b53", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/90e5997f-d7ea-442b-8c9c-90deec4cd33a?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c4198af-9eb3-4454-af3e-d5cf9d23990a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "75149ea0-955e-11ec-9e78-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -525,7 +497,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:42:57 GMT", + "Date": "Wed, 25 May 2022 15:08:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -533,18 +505,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a071b04-5d50-4106-93db-23ffc3acc059", + "x-ms-correlation-request-id": "941a7c74-af14-4cea-827e-0f55521e7f37", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "560d313e-83e0-4d1f-8902-ff755b4be9d9", - "x-ms-routing-request-id": "WESTEUROPE:20220224T104257Z:9a071b04-5d50-4106-93db-23ffc3acc059", + "x-ms-routing-request-id": "WESTEUROPE:20220525T150834Z:941a7c74-af14-4cea-827e-0f55521e7f37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/90e5997f-d7ea-442b-8c9c-90deec4cd33a", - "name": "90e5997f-d7ea-442b-8c9c-90deec4cd33a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c4198af-9eb3-4454-af3e-d5cf9d23990a", + "name": "1c4198af-9eb3-4454-af3e-d5cf9d23990a", "status": "Succeeded", - "startTime": "2022-02-24T10:42:27.235063Z", - "endTime": "2022-02-24T10:42:27.2951135Z", + "startTime": "2022-05-25T15:08:04.0761298Z", + "endTime": "2022-05-25T15:08:04.1229807Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -552,15 +523,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/90e5997f-d7ea-442b-8c9c-90deec4cd33a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c4198af-9eb3-4454-af3e-d5cf9d23990a?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "75149ea0-955e-11ec-9e78-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -568,7 +537,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:42:57 GMT", + "Date": "Wed, 25 May 2022 15:08:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -576,20 +545,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acc5d723-b39c-4e2c-8c05-93afb5ded08a", + "x-ms-correlation-request-id": "e6c92aa4-5289-4828-92b4-fc3a9ea01e9a", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "7f71a669-0e61-423c-b392-a37013289db0", - "x-ms-routing-request-id": "WESTEUROPE:20220224T104257Z:acc5d723-b39c-4e2c-8c05-93afb5ded08a", + "x-ms-routing-request-id": "WESTEUROPE:20220525T150834Z:e6c92aa4-5289-4828-92b4-fc3a9ea01e9a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A42%3A27.2122663Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A08%3A04.0818727Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:41:49.4312336Z" + "CreatedOnDate": "2022-05-25T15:07:27.4689880Z" }, "properties": { "encryption": { @@ -600,39 +568,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:41:53.2068474Z", + "createdAt": "2022-05-25T15:07:31.0503713Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:41:53.2068474Z" + "lastModifiedAt": "2022-05-25T15:07:31.0503713Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "87ae275c-955e-11ec-9e78-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:42:58 GMT", + "Date": "Wed, 25 May 2022 15:08:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdc3c624-4f16-4fc7-abab-803925168383", + "x-ms-correlation-request-id": "d3be5907-31d5-4717-9fd9-08da41f0f589", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "cdc3c624-4f16-4fc7-abab-803925168383", - "x-ms-routing-request-id": "WESTEUROPE:20220224T104258Z:cdc3c624-4f16-4fc7-abab-803925168383" + "x-ms-routing-request-id": "WESTEUROPE:20220525T150834Z:d3be5907-31d5-4717-9fd9-08da41f0f589" }, "ResponseBody": { "error": { @@ -642,15 +607,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "87cdf032-955e-11ec-9e78-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -659,16 +622,15 @@ "Content-Encoding": "gzip", "Content-Length": "12", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:42:58 GMT", + "Date": "Wed, 25 May 2022 15:08:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "debaeb41-4c38-4aac-8bf1-5256e88d34de", + "x-ms-correlation-request-id": "7f900eaf-40b2-4e9a-9a8d-e9ef6481f719", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "debaeb41-4c38-4aac-8bf1-5256e88d34de", - "x-ms-routing-request-id": "WESTEUROPE:20220224T104258Z:debaeb41-4c38-4aac-8bf1-5256e88d34de" + "x-ms-routing-request-id": "WESTEUROPE:20220525T150834Z:7f900eaf-40b2-4e9a-9a8d-e9ef6481f719" }, "ResponseBody": { "value": [] diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_get_account_by_name.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_get_account_by_name.json index e62c62c6e7e4..8ecd06235d7d 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_get_account_by_name.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_get_account_by_name.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:55:58 GMT", + "Date": "Wed, 25 May 2022 15:34:49 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AnNScRSfhy1Lve_bKKVzEyE; expires=Sat, 26-Mar-2022 10:55:59 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr51bfN0zFx5RLx19n5Adto52H0qxqg7NltZtRsaTmZqw21tCpTutGdJi-cyByZUY6hsgX8JvBA5voi4fijGhbUhK5_wiem1c28ES07s1lBdBSPAgzAaULPfmhDBb3Glsn663sRmUGFCvJJFY6bl1tM_F8F05XxV5Xicnd2iGIWkAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "53f8480e-22a1-4ced-948a-eb974a571300" + "x-ms-ests-server": "2.1.12794.5 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,7 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:55:58 GMT", + "Date": "Wed, 25 May 2022 15:34:49 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AnNScRSfhy1Lve_bKKVzEyE; expires=Sat, 26-Mar-2022 10:55:59 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - NEULR2 ProdSlices", - "x-ms-request-id": "85b31299-0098-48d0-b2cb-14946662b500" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,39 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0ece2399-4078-400b-9369-63c74f39b36c", + "client-request-id": "5cea03ad-b5f7-4f05-a8e5-b646673c9599", "Connection": "keep-alive", - "Content-Length": "283", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, - "RequestBody": "client_id=\u002Bc6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=\u002B%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "0ece2399-4078-400b-9369-63c74f39b36c", - "Content-Length": "1412", + "client-request-id": "5cea03ad-b5f7-4f05-a8e5-b646673c9599", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:55:58 GMT", + "Date": "Wed, 25 May 2022 15:34:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AnNScRSfhy1Lve_bKKVzEyH7QncyAQAAAD9bqdkOAAAA; expires=Sat, 26-Mar-2022 10:55:59 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "4c84cadd-8554-4421-b2e5-d045d2c71300" + "x-ms-ests-server": "2.1.12794.5 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -223,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "587f7b00-9560-11ec-b5be-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/76072aaa-8b37-4b20-898d-80c6efbd52c3?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9404b56-21b5-41f0-94cc-5b83da410c21?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:56:08 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A56%3A07.3793759Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:34:58 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A34%3A57.8679638Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7d04255-a09e-4c77-8452-b29042f076fe", + "x-ms-correlation-request-id": "4c2b37fd-98d7-406c-ba0b-3acdbf1d2c50", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e271fd01-bdcf-430c-9228-38467c4b8ae1", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105608Z:d7d04255-a09e-4c77-8452-b29042f076fe", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153459Z:4c2b37fd-98d7-406c-ba0b-3acdbf1d2c50", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A56%3A07.3793759Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A34%3A57.8679638Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:56:02.5538585Z" + "CreatedOnDate": "2022-05-25T15:34:53.4809966Z" }, "properties": { "provisioningState": "Creating" @@ -272,23 +258,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:56:06.2903473Z", + "createdAt": "2022-05-25T15:34:57.1082933Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:56:06.2903473Z" + "lastModifiedAt": "2022-05-25T15:34:57.1082933Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/76072aaa-8b37-4b20-898d-80c6efbd52c3?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9404b56-21b5-41f0-94cc-5b83da410c21?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "587f7b00-9560-11ec-b5be-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -296,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:56:37 GMT", + "Date": "Wed, 25 May 2022 15:35:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -304,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "509e1198-d873-4bef-8e84-d7ae089f53e4", + "x-ms-correlation-request-id": "67e3018e-9595-49b6-8f72-cae69a64a18f", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "86000a25-07b8-4e8f-93b1-5e9d7855105b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105638Z:509e1198-d873-4bef-8e84-d7ae089f53e4", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153529Z:67e3018e-9595-49b6-8f72-cae69a64a18f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/76072aaa-8b37-4b20-898d-80c6efbd52c3", - "name": "76072aaa-8b37-4b20-898d-80c6efbd52c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9404b56-21b5-41f0-94cc-5b83da410c21", + "name": "f9404b56-21b5-41f0-94cc-5b83da410c21", "status": "Succeeded", - "startTime": "2022-02-24T10:56:07.3998841Z", - "endTime": "2022-02-24T10:56:07.4848893Z", + "startTime": "2022-05-25T15:34:57.8636234Z", + "endTime": "2022-05-25T15:34:57.8948924Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -323,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "587f7b00-9560-11ec-b5be-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -339,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:56:38 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A56%3A07.4731638Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:35:29 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A34%3A57.8988882Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -348,20 +329,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4366e21c-6281-4ea2-a13a-20b934bd3eaf", + "x-ms-correlation-request-id": "3aa20936-530c-48b7-850c-670bbb79a2fb", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "a103683e-74d4-4d05-8d65-0cf56b4a534f", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105639Z:4366e21c-6281-4ea2-a13a-20b934bd3eaf", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153529Z:3aa20936-530c-48b7-850c-670bbb79a2fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A56%3A07.4731638Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A34%3A57.8988882Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:56:02.5538585Z" + "CreatedOnDate": "2022-05-25T15:34:53.4809966Z" }, "properties": { "activeDirectories": [ @@ -377,7 +357,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -390,23 +370,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:56:06.2903473Z", + "createdAt": "2022-05-25T15:34:57.1082933Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:56:06.2903473Z" + "lastModifiedAt": "2022-05-25T15:34:57.1082933Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7135d1f8-9560-11ec-b5be-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -414,8 +392,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:56:38 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A56%3A07.4731638Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:35:29 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A34%3A57.8988882Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -423,20 +401,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44925351-a0f2-4da6-9b27-f5595e428b97", + "x-ms-correlation-request-id": "728b1d76-2981-4b68-bea1-f9d86e1b2f9e", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "f0861e8d-8ab4-4998-9eb6-c288a39b8847", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105639Z:44925351-a0f2-4da6-9b27-f5595e428b97", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153530Z:728b1d76-2981-4b68-bea1-f9d86e1b2f9e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A56%3A07.4731638Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A34%3A57.8988882Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:56:02.5538585Z" + "CreatedOnDate": "2022-05-25T15:34:53.4809966Z" }, "properties": { "activeDirectories": [ @@ -452,7 +429,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -465,56 +442,51 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:56:06.2903473Z", + "createdAt": "2022-05-25T15:34:57.1082933Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:56:06.2903473Z" + "lastModifiedAt": "2022-05-25T15:34:57.1082933Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "71570472-9560-11ec-b5be-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a007a2ac-685a-4c7f-a00b-0699705f4853?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1885938e-042a-490d-b394-943bc4f994c1?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 10:56:38 GMT", + "Date": "Wed, 25 May 2022 15:35:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a007a2ac-685a-4c7f-a00b-0699705f4853?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1885938e-042a-490d-b394-943bc4f994c1?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec8019c5-07f7-4f82-bab2-a4e85e2d0712", + "x-ms-correlation-request-id": "8d2736d9-f455-47f6-b755-5305e936aa3b", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "ec8019c5-07f7-4f82-bab2-a4e85e2d0712", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105639Z:ec8019c5-07f7-4f82-bab2-a4e85e2d0712", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153530Z:8d2736d9-f455-47f6-b755-5305e936aa3b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a007a2ac-685a-4c7f-a00b-0699705f4853?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1885938e-042a-490d-b394-943bc4f994c1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "71570472-9560-11ec-b5be-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -522,7 +494,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:57:10 GMT", + "Date": "Wed, 25 May 2022 15:36:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -530,18 +502,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32ceba66-a439-43f9-8cfc-78fe8b1a0b94", + "x-ms-correlation-request-id": "e8b46823-b4c8-4e1e-a073-59379ed92820", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "dcb42a1c-5c4b-4f79-ba4c-461324fa0ffa", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105710Z:32ceba66-a439-43f9-8cfc-78fe8b1a0b94", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153601Z:e8b46823-b4c8-4e1e-a073-59379ed92820", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a007a2ac-685a-4c7f-a00b-0699705f4853", - "name": "a007a2ac-685a-4c7f-a00b-0699705f4853", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1885938e-042a-490d-b394-943bc4f994c1", + "name": "1885938e-042a-490d-b394-943bc4f994c1", "status": "Succeeded", - "startTime": "2022-02-24T10:56:39.8280983Z", - "endTime": "2022-02-24T10:56:39.9331015Z", + "startTime": "2022-05-25T15:35:30.7489052Z", + "endTime": "2022-05-25T15:35:30.7645346Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -549,15 +520,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a007a2ac-685a-4c7f-a00b-0699705f4853?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1885938e-042a-490d-b394-943bc4f994c1?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "71570472-9560-11ec-b5be-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -565,7 +534,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:57:10 GMT", + "Date": "Wed, 25 May 2022 15:36:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -573,20 +542,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7790829a-b33f-4c01-a6d6-07653f113729", + "x-ms-correlation-request-id": "207b63b1-8819-4bac-9c46-9c1dbd999a89", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "ecd91bc5-3ed2-42a0-961c-2bda305783ef", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105710Z:7790829a-b33f-4c01-a6d6-07653f113729", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153601Z:207b63b1-8819-4bac-9c46-9c1dbd999a89", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A56%3A39.8009596Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A35%3A30.7400395Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:56:02.5538585Z" + "CreatedOnDate": "2022-05-25T15:34:53.4809966Z" }, "properties": { "encryption": { @@ -597,39 +565,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:56:06.2903473Z", + "createdAt": "2022-05-25T15:34:57.1082933Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:56:06.2903473Z" + "lastModifiedAt": "2022-05-25T15:34:57.1082933Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "83e13626-9560-11ec-b5be-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:57:10 GMT", + "Date": "Wed, 25 May 2022 15:36:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94212425-4c13-41cc-bcf4-b08efd1d3312", + "x-ms-correlation-request-id": "c6b890ef-c753-4ba0-b292-c95744715e2e", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "94212425-4c13-41cc-bcf4-b08efd1d3312", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105710Z:94212425-4c13-41cc-bcf4-b08efd1d3312" + "x-ms-routing-request-id": "WESTEUROPE:20220525T153601Z:c6b890ef-c753-4ba0-b292-c95744715e2e" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_list_accounts.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_list_accounts.json index 8e43656c2ba0..8400d10a5c49 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_list_accounts.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_list_accounts.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:52:12 GMT", + "Date": "Wed, 25 May 2022 15:32:23 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AkNKS7DtNVtIvDmqMVzWREw; expires=Sat, 26-Mar-2022 10:52:13 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr4TnWOVVo8LqL0QKwBpO3TkfCYjpOyhp4gvsfmNA7dMOKVFUy93kZ68O323pmruNH6AdMOHqIhL5V6pQ3WC2eo-AoPHbwA-8fGd2oyWAnauAG4Y7D7cgBXiX8UAFJ3QE8MAXnyVTD2uALtdLZ3ZlzgLw4SfRJWT9lNPWTUENoFvkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "c5ab37df-3c12-4a80-85b1-fbe8d0131300" + "x-ms-ests-server": "2.1.12794.5 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,7 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:52:12 GMT", + "Date": "Wed, 25 May 2022 15:32:23 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AkNKS7DtNVtIvDmqMVzWREw; expires=Sat, 26-Mar-2022 10:52:13 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - WEULR1 ProdSlices", - "x-ms-request-id": "a4593f30-c3d6-4c76-9253-3fed5ca20902" + "x-ms-ests-server": "2.1.12794.4 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,39 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "6580f476-63e2-4b24-9ce1-d58d640412ca", + "client-request-id": "b21e27eb-ff17-44f5-a795-4d12eb5620aa", "Connection": "keep-alive", - "Content-Length": "283", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, - "RequestBody": "client_id=\u002Bc6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=\u002B%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "6580f476-63e2-4b24-9ce1-d58d640412ca", - "Content-Length": "1412", + "client-request-id": "b21e27eb-ff17-44f5-a795-4d12eb5620aa", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:52:12 GMT", + "Date": "Wed, 25 May 2022 15:32:23 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AkNKS7DtNVtIvDmqMVzWREz7QncyAQAAAFxaqdkOAAAA; expires=Sat, 26-Mar-2022 10:52:13 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "3493a198-7121-4049-a320-b2e5127c1300" + "x-ms-ests-server": "2.1.12794.5 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -223,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d245e362-955f-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8a292e01-28d3-4d34-b440-1302b99cb8a9?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/927e531c-7c3d-4373-9582-98745940e64e?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:52:21 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A52%3A20.7996323Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:32:29 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A32%3A28.9959014Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6735c622-c681-404d-aeac-9a12ea124ab6", + "x-ms-correlation-request-id": "6dbf2cd3-4c69-416f-b157-3612e1f88bb3", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1bee3f54-c866-45f6-8341-ea832e991d02", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105221Z:6735c622-c681-404d-aeac-9a12ea124ab6", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153230Z:6dbf2cd3-4c69-416f-b157-3612e1f88bb3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A52%3A20.7996323Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A32%3A28.9959014Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:52:16.7876764Z" + "CreatedOnDate": "2022-05-25T15:32:25.2569770Z" }, "properties": { "provisioningState": "Creating" @@ -272,48 +258,47 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:52:19.9712689Z", + "createdAt": "2022-05-25T15:32:28.1419067Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:52:19.9712689Z" + "lastModifiedAt": "2022-05-25T15:32:28.1419067Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8a292e01-28d3-4d34-b440-1302b99cb8a9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/927e531c-7c3d-4373-9582-98745940e64e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d245e362-955f-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "526", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:52:51 GMT", + "Date": "Wed, 25 May 2022 15:33:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4352907-b1c2-4aa0-b159-57b003746861", + "x-ms-correlation-request-id": "5875657c-e800-45cc-88f1-fa3720e7269c", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "2bcb46d1-c78a-450b-9cdb-3cdb00c23fc5", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105252Z:c4352907-b1c2-4aa0-b159-57b003746861", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153300Z:5875657c-e800-45cc-88f1-fa3720e7269c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8a292e01-28d3-4d34-b440-1302b99cb8a9", - "name": "8a292e01-28d3-4d34-b440-1302b99cb8a9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/927e531c-7c3d-4373-9582-98745940e64e", + "name": "927e531c-7c3d-4373-9582-98745940e64e", "status": "Succeeded", - "startTime": "2022-02-24T10:52:20.8089087Z", - "endTime": "2022-02-24T10:52:20.8389475Z", + "startTime": "2022-05-25T15:32:28.9971639Z", + "endTime": "2022-05-25T15:32:29.0440147Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -321,43 +306,42 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d245e362-955f-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1161", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:52:51 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A52%3A20.8285261Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:33:00 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A32%3A29.0482966Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41520464-1afb-4caa-b256-96827cef5080", + "x-ms-correlation-request-id": "3ffa407e-c45d-4899-a31e-4a79ba4dd5a5", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "64c027a3-6468-4777-831e-c85554f98cc0", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105252Z:41520464-1afb-4caa-b256-96827cef5080", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153300Z:3ffa407e-c45d-4899-a31e-4a79ba4dd5a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A52%3A20.8285261Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A32%3A29.0482966Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:52:16.7876764Z" + "CreatedOnDate": "2022-05-25T15:32:25.2569770Z" }, "properties": { "activeDirectories": [ @@ -373,7 +357,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -386,56 +370,53 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:52:19.9712689Z", + "createdAt": "2022-05-25T15:32:28.1419067Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:52:19.9712689Z" + "lastModifiedAt": "2022-05-25T15:32:28.1419067Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ea228382-955f-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e9892e5-78fb-4e4b-9f6b-4624fd4e3736?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a408f323-df52-492c-ba81-3647ee85698f?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "698", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:52:54 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A52%3A54.4323177Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:33:03 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A33%3A02.459958Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f1dc560-0755-4523-847b-a79274caf9e2", + "x-ms-correlation-request-id": "57c5910a-9495-4e43-ad9a-71e1d7fe16c4", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "2df66d2b-16dd-4cc3-9488-e35f2577867b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105255Z:4f1dc560-0755-4523-847b-a79274caf9e2", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153303Z:57c5910a-9495-4e43-ad9a-71e1d7fe16c4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2", "name": "sdk-py-tests-acc-2", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A52%3A54.4323177Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A33%3A02.459958Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:52:52.7323376Z" + "CreatedOnDate": "2022-05-25T15:33:01.2437692Z" }, "properties": { "provisioningState": "Creating" @@ -443,48 +424,47 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:52:54.2664745Z", + "createdAt": "2022-05-25T15:33:02.3139835Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:52:54.2664745Z" + "lastModifiedAt": "2022-05-25T15:33:02.3139835Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e9892e5-78fb-4e4b-9f6b-4624fd4e3736?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a408f323-df52-492c-ba81-3647ee85698f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ea228382-955f-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "526", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:53:25 GMT", + "Date": "Wed, 25 May 2022 15:33:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bce36c97-e501-4d84-8936-1a8e472ca942", + "x-ms-correlation-request-id": "d9006ac1-4240-4e88-bfee-a7d1971feb94", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "4fdcd476-f6a6-47ba-b3e5-d7fce807141a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105325Z:bce36c97-e501-4d84-8936-1a8e472ca942", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153333Z:d9006ac1-4240-4e88-bfee-a7d1971feb94", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e9892e5-78fb-4e4b-9f6b-4624fd4e3736", - "name": "2e9892e5-78fb-4e4b-9f6b-4624fd4e3736", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a408f323-df52-492c-ba81-3647ee85698f", + "name": "a408f323-df52-492c-ba81-3647ee85698f", "status": "Succeeded", - "startTime": "2022-02-24T10:52:54.4385419Z", - "endTime": "2022-02-24T10:52:54.4757777Z", + "startTime": "2022-05-25T15:33:02.4645562Z", + "endTime": "2022-05-25T15:33:02.4958323Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2" @@ -492,43 +472,42 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ea228382-955f-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1161", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:53:25 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A52%3A54.4673943Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:33:33 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A33%3A02.5001044Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa78a543-9354-4663-a554-56ed46167bd1", + "x-ms-correlation-request-id": "695e5e53-8696-41e8-af2f-320068603130", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ccf94302-5919-4b8a-8081-6dc67fb22ec9", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105326Z:fa78a543-9354-4663-a554-56ed46167bd1", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153334Z:695e5e53-8696-41e8-af2f-320068603130", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2", "name": "sdk-py-tests-acc-2", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A52%3A54.4673943Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A33%3A02.5001044Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:52:52.7323376Z" + "CreatedOnDate": "2022-05-25T15:33:01.2437692Z" }, "properties": { "activeDirectories": [ @@ -544,7 +523,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -557,40 +536,39 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:52:54.2664745Z", + "createdAt": "2022-05-25T15:33:02.3139835Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:52:54.2664745Z" + "lastModifiedAt": "2022-05-25T15:33:02.3139835Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fe33c4c6-955f-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2335", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:53:25 GMT", + "Date": "Wed, 25 May 2022 15:33:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecb8de37-fa6e-450f-ac73-4c27774c9e86", + "x-ms-correlation-request-id": "bdeeeced-b670-4a42-8a9f-b82863f1048c", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "9edf8aaa-67ce-4d4f-801f-887ab7a3426f", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105326Z:ecb8de37-fa6e-450f-ac73-4c27774c9e86", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153334Z:bdeeeced-b670-4a42-8a9f-b82863f1048c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -599,10 +577,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A52%3A20.8285261Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A32%3A29.0482966Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:52:16.7876764Z" + "CreatedOnDate": "2022-05-25T15:32:25.2569770Z" }, "properties": { "activeDirectories": [ @@ -618,7 +596,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -631,20 +609,20 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:52:19.9712689Z", + "createdAt": "2022-05-25T15:32:28.1419067Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:52:19.9712689Z" + "lastModifiedAt": "2022-05-25T15:32:28.1419067Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2", "name": "sdk-py-tests-acc-2", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A52%3A54.4673943Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A33%3A02.5001044Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:52:52.7323376Z" + "CreatedOnDate": "2022-05-25T15:33:01.2437692Z" }, "properties": { "activeDirectories": [ @@ -660,7 +638,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -673,83 +651,79 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:52:54.2664745Z", + "createdAt": "2022-05-25T15:33:02.3139835Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:52:54.2664745Z" + "lastModifiedAt": "2022-05-25T15:33:02.3139835Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fe80abd8-955f-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/913355fc-ac42-4580-8b9d-2629f6b74ff7?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/055046a9-d8a1-4cbf-80d0-568cb1582d70?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 10:53:26 GMT", + "Date": "Wed, 25 May 2022 15:33:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/913355fc-ac42-4580-8b9d-2629f6b74ff7?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/055046a9-d8a1-4cbf-80d0-568cb1582d70?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc41fdeb-eb79-4f79-b574-65d62afebc79", + "x-ms-correlation-request-id": "c30b80c9-ea0c-4454-aa05-7f8fff26c2fb", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "dc41fdeb-eb79-4f79-b574-65d62afebc79", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105327Z:dc41fdeb-eb79-4f79-b574-65d62afebc79", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153335Z:c30b80c9-ea0c-4454-aa05-7f8fff26c2fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/913355fc-ac42-4580-8b9d-2629f6b74ff7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/055046a9-d8a1-4cbf-80d0-568cb1582d70?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fe80abd8-955f-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "525", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:53:57 GMT", + "Date": "Wed, 25 May 2022 15:34:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5cb96b43-4526-46bf-81fa-36f54c815861", + "x-ms-correlation-request-id": "5af111ad-df37-4129-869c-b388e35cac6d", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "9cd6a288-ccac-4b32-8c96-9b199c42484d", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105357Z:5cb96b43-4526-46bf-81fa-36f54c815861", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153405Z:5af111ad-df37-4129-869c-b388e35cac6d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/913355fc-ac42-4580-8b9d-2629f6b74ff7", - "name": "913355fc-ac42-4580-8b9d-2629f6b74ff7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/055046a9-d8a1-4cbf-80d0-568cb1582d70", + "name": "055046a9-d8a1-4cbf-80d0-568cb1582d70", "status": "Succeeded", - "startTime": "2022-02-24T10:53:27.142081Z", - "endTime": "2022-02-24T10:53:27.1720648Z", + "startTime": "2022-05-25T15:33:35.0390846Z", + "endTime": "2022-05-25T15:33:35.0703265Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -757,42 +731,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/913355fc-ac42-4580-8b9d-2629f6b74ff7?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/055046a9-d8a1-4cbf-80d0-568cb1582d70?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fe80abd8-955f-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:53:57 GMT", + "Date": "Wed, 25 May 2022 15:34:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52dcc9ae-e5ed-4567-823f-e9efd555b21c", + "x-ms-correlation-request-id": "d1530d95-ee81-4690-a3b0-7d21d0ffbf32", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "8d51cbca-24d3-4d5e-9933-5cfdbb0adb35", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105357Z:52dcc9ae-e5ed-4567-823f-e9efd555b21c", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153405Z:d1530d95-ee81-4690-a3b0-7d21d0ffbf32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A53%3A27.1309382Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A33%3A35.0404341Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:52:16.7876764Z" + "CreatedOnDate": "2022-05-25T15:32:25.2569770Z" }, "properties": { "encryption": { @@ -803,39 +776,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:52:19.9712689Z", + "createdAt": "2022-05-25T15:32:28.1419067Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:52:19.9712689Z" + "lastModifiedAt": "2022-05-25T15:32:28.1419067Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "110719e0-9560-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:53:57 GMT", + "Date": "Wed, 25 May 2022 15:34:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c46ed724-5dc7-4fe7-b0a0-92c9bd51bd67", + "x-ms-correlation-request-id": "79d6b34b-54b8-41fb-b934-bfbaed9a7fc6", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "c46ed724-5dc7-4fe7-b0a0-92c9bd51bd67", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105357Z:c46ed724-5dc7-4fe7-b0a0-92c9bd51bd67" + "x-ms-routing-request-id": "WESTEUROPE:20220525T153405Z:79d6b34b-54b8-41fb-b934-bfbaed9a7fc6" }, "ResponseBody": { "error": { @@ -845,73 +815,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "112e021c-9560-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12fcf422-874d-48ce-8490-1b61f176d284?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d287575c-35d9-44fc-8971-bbe6c6cf5102?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 10:53:58 GMT", + "Date": "Wed, 25 May 2022 15:34:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12fcf422-874d-48ce-8490-1b61f176d284?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d287575c-35d9-44fc-8971-bbe6c6cf5102?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3e45ba3-6908-4374-8dc0-21a52f83537e", + "x-ms-correlation-request-id": "7c591e00-35f7-460a-90b6-ab3ff438d793", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "a3e45ba3-6908-4374-8dc0-21a52f83537e", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105358Z:a3e45ba3-6908-4374-8dc0-21a52f83537e", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153406Z:7c591e00-35f7-460a-90b6-ab3ff438d793", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12fcf422-874d-48ce-8490-1b61f176d284?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d287575c-35d9-44fc-8971-bbe6c6cf5102?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "112e021c-9560-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "526", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:54:28 GMT", + "Date": "Wed, 25 May 2022 15:34:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c9f0fe4-c983-40bc-b9a8-0e9bd6f2766b", + "x-ms-correlation-request-id": "2c63b0f9-3bf0-4399-8c49-815eed8475d1", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "049270a4-1da0-4e6b-ac6e-1f1a25849532", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105428Z:9c9f0fe4-c983-40bc-b9a8-0e9bd6f2766b", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153436Z:2c63b0f9-3bf0-4399-8c49-815eed8475d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12fcf422-874d-48ce-8490-1b61f176d284", - "name": "12fcf422-874d-48ce-8490-1b61f176d284", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d287575c-35d9-44fc-8971-bbe6c6cf5102", + "name": "d287575c-35d9-44fc-8971-bbe6c6cf5102", "status": "Succeeded", - "startTime": "2022-02-24T10:53:58.4625212Z", - "endTime": "2022-02-24T10:53:58.4875116Z", + "startTime": "2022-05-25T15:34:06.3320264Z", + "endTime": "2022-05-25T15:34:06.3632362Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2" @@ -919,42 +885,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12fcf422-874d-48ce-8490-1b61f176d284?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d287575c-35d9-44fc-8971-bbe6c6cf5102?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "112e021c-9560-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:54:28 GMT", + "Date": "Wed, 25 May 2022 15:34:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b67497d-4376-44e8-a9f9-5eb99a5d33e1", + "x-ms-correlation-request-id": "e1ed9f67-e2b3-4eda-aace-18570235fbe6", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "b5ee6d1b-3013-4bc7-8db2-b288e35a1dde", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105429Z:5b67497d-4376-44e8-a9f9-5eb99a5d33e1", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153436Z:e1ed9f67-e2b3-4eda-aace-18570235fbe6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2", "name": "sdk-py-tests-acc-2", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A53%3A58.4482371Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A34%3A06.3274809Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:52:52.7323376Z" + "CreatedOnDate": "2022-05-25T15:33:01.2437692Z" }, "properties": { "encryption": { @@ -965,39 +930,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:52:54.2664745Z", + "createdAt": "2022-05-25T15:33:02.3139835Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:52:54.2664745Z" + "lastModifiedAt": "2022-05-25T15:33:02.3139835Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "23a9c926-9560-11ec-8ed5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:54:28 GMT", + "Date": "Wed, 25 May 2022 15:34:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24112042-bd49-48b1-96af-9a11917110ce", + "x-ms-correlation-request-id": "fbf6a20d-b64e-4fbb-b611-52bde9d6ea5e", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "24112042-bd49-48b1-96af-9a11917110ce", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105429Z:24112042-bd49-48b1-96af-9a11917110ce" + "x-ms-routing-request-id": "WESTEUROPE:20220525T153437Z:fbf6a20d-b64e-4fbb-b611-52bde9d6ea5e" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_patch_account.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_patch_account.json index 7415da040c86..a3ea2855013e 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_patch_account.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account.pyTestNetAppAccounttest_patch_account.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:57:59 GMT", + "Date": "Wed, 25 May 2022 15:38:59 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AthCklgKO7dJtTnHM6oCa18; expires=Sat, 26-Mar-2022 10:58:00 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrVEz40PdVVvVoyceA2L7BMyHxLElW8W5XKqtz4tBfUACmekgR8mFX1QrTwk6I0Kng7gMXxkmBtvVQaAOvCMbieoP-ashwXBTIXol2QocAC1xZiI4a3j7YyeM5rladU5JH_yPaaAc_N-ut4-lYRoY0_XZ1jU1uJXeJAfzagJTZke8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "65c6c28f-f581-4fd8-bd7d-02c8a12d1600" + "x-ms-ests-server": "2.1.12794.5 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,7 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:57:59 GMT", + "Date": "Wed, 25 May 2022 15:38:59 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AthCklgKO7dJtTnHM6oCa18; expires=Sat, 26-Mar-2022 10:58:00 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - NEULR2 ProdSlices", - "x-ms-request-id": "39fcf126-cb7e-4813-a677-f4fce8b1fb00" + "x-ms-ests-server": "2.1.12744.11 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,39 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "70b076b2-b77d-4690-8fd2-58e310f703d5", + "client-request-id": "ca786c51-ceda-4d6c-9b32-643dadc193ce", "Connection": "keep-alive", - "Content-Length": "283", + "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, - "RequestBody": "client_id=\u002Bc6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=\u002B%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "70b076b2-b77d-4690-8fd2-58e310f703d5", - "Content-Length": "1412", + "client-request-id": "ca786c51-ceda-4d6c-9b32-643dadc193ce", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:57:59 GMT", + "Date": "Wed, 25 May 2022 15:38:59 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AthCklgKO7dJtTnHM6oCa1_7QncyAQAAALhbqdkOAAAA; expires=Sat, 26-Mar-2022 10:58:00 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "a37856cc-9b76-4eaf-adaa-68f5343c1600" + "x-ms-ests-server": "2.1.12794.5 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -223,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a1492c96-9560-11ec-ad3f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a076e573-c32e-494c-b2fe-9510f837c3fc?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d0fcbe15-4917-4ab7-a2e6-e4823c6b355f?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:58:08 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A58%3A07.8830798Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:39:08 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A39%3A08.2322983Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0bdbe7c-a0f3-4635-9ba2-492c1825d137", + "x-ms-correlation-request-id": "273ac795-38cf-4250-adf8-646d7e159037", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "3eee5c64-6295-4f6e-ae6a-aeea8a7b1d2c", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105809Z:c0bdbe7c-a0f3-4635-9ba2-492c1825d137", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153909Z:273ac795-38cf-4250-adf8-646d7e159037", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A58%3A07.8830798Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A39%3A08.2322983Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:58:03.5530199Z" + "CreatedOnDate": "2022-05-25T15:39:03.5275127Z" }, "properties": { "provisioningState": "Creating" @@ -272,23 +258,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:58:07.1343936Z", + "createdAt": "2022-05-25T15:39:07.3678171Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:58:07.1343936Z" + "lastModifiedAt": "2022-05-25T15:39:07.3678171Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a076e573-c32e-494c-b2fe-9510f837c3fc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d0fcbe15-4917-4ab7-a2e6-e4823c6b355f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a1492c96-9560-11ec-ad3f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -296,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:58:38 GMT", + "Date": "Wed, 25 May 2022 15:39:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -304,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa0dab0c-36ee-4fe9-8d52-19224ee89fef", + "x-ms-correlation-request-id": "fb495de0-7d58-45c0-9d48-9ad39f81b90d", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "7e2d50dd-78e9-4df3-80eb-d79c4ccb838a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105839Z:fa0dab0c-36ee-4fe9-8d52-19224ee89fef", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153939Z:fb495de0-7d58-45c0-9d48-9ad39f81b90d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a076e573-c32e-494c-b2fe-9510f837c3fc", - "name": "a076e573-c32e-494c-b2fe-9510f837c3fc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d0fcbe15-4917-4ab7-a2e6-e4823c6b355f", + "name": "d0fcbe15-4917-4ab7-a2e6-e4823c6b355f", "status": "Succeeded", - "startTime": "2022-02-24T10:58:07.885444Z", - "endTime": "2022-02-24T10:58:07.9154646Z", + "startTime": "2022-05-25T15:39:08.2257167Z", + "endTime": "2022-05-25T15:39:08.2570112Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -323,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a1492c96-9560-11ec-ad3f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -339,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:58:38 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A58%3A07.9102432Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:39:39 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A39%3A08.2601887Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -348,20 +329,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3306835e-7f98-46a7-bb05-a6ac0a2e0976", + "x-ms-correlation-request-id": "52b93166-e21b-4e9f-8656-dc0ca855921c", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "f7743878-d316-4ce1-a71f-ac8735e32320", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105839Z:3306835e-7f98-46a7-bb05-a6ac0a2e0976", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153940Z:52b93166-e21b-4e9f-8656-dc0ca855921c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A58%3A07.9102432Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A39%3A08.2601887Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T10:58:03.5530199Z" + "CreatedOnDate": "2022-05-25T15:39:03.5275127Z" }, "properties": { "activeDirectories": [ @@ -377,7 +357,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -390,25 +370,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:58:07.1343936Z", + "createdAt": "2022-05-25T15:39:07.3678171Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:58:07.1343936Z" + "lastModifiedAt": "2022-05-25T15:39:07.3678171Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "28", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b90adfc8-9560-11ec-ad3f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "tags": { @@ -420,8 +398,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:58:40 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T10%3A58%3A40.4888179Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:39:40 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A39%3A40.4407162Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -429,21 +407,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "201bf10a-e563-4893-ac7f-9a45f7ea6021", + "x-ms-correlation-request-id": "2bea2afa-9ecc-4e01-93e5-734c129f6fc3", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "52ac6b93-301d-4b8e-a729-35b7dfc44442", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105841Z:201bf10a-e563-4893-ac7f-9a45f7ea6021", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153941Z:2bea2afa-9ecc-4e01-93e5-734c129f6fc3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A58%3A40.4888179Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A39%3A40.4407162Z\u0027\u0022", "location": "southcentralusstage", "tags": { "Tag1": "Value2", - "CreatedOnDate": "2022-02-24T10:58:39.7445925Z" + "CreatedOnDate": "2022-05-25T15:39:40.1749490Z" }, "properties": { "provisioningState": "Succeeded", @@ -460,7 +437,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -472,56 +449,51 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:58:07.1343936Z", + "createdAt": "2022-05-25T15:39:07.3678171Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:58:40.3896287Z" + "lastModifiedAt": "2022-05-25T15:39:40.3365809Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ba32427e-9560-11ec-ad3f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0c39f147-bc18-4d82-a45d-56a1e3452c73?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/de38f5f4-02be-427f-87ce-fecd7387dc8f?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 10:58:41 GMT", + "Date": "Wed, 25 May 2022 15:39:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0c39f147-bc18-4d82-a45d-56a1e3452c73?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/de38f5f4-02be-427f-87ce-fecd7387dc8f?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb5034bb-7057-4c7f-9fa1-c536d865aa46", + "x-ms-correlation-request-id": "f906e275-e2cb-42b1-9c3b-7c0def26de1d", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "eb5034bb-7057-4c7f-9fa1-c536d865aa46", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105842Z:eb5034bb-7057-4c7f-9fa1-c536d865aa46", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153942Z:f906e275-e2cb-42b1-9c3b-7c0def26de1d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0c39f147-bc18-4d82-a45d-56a1e3452c73?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/de38f5f4-02be-427f-87ce-fecd7387dc8f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ba32427e-9560-11ec-ad3f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -529,7 +501,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:59:12 GMT", + "Date": "Wed, 25 May 2022 15:40:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -537,18 +509,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7bf3473-5e6a-4e71-9455-95f201835cd4", + "x-ms-correlation-request-id": "515896bc-83c3-44f2-a76c-5446d834baa4", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b996a556-121a-4b94-90ef-366b088766fc", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105912Z:e7bf3473-5e6a-4e71-9455-95f201835cd4", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154012Z:515896bc-83c3-44f2-a76c-5446d834baa4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0c39f147-bc18-4d82-a45d-56a1e3452c73", - "name": "0c39f147-bc18-4d82-a45d-56a1e3452c73", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/de38f5f4-02be-427f-87ce-fecd7387dc8f", + "name": "de38f5f4-02be-427f-87ce-fecd7387dc8f", "status": "Succeeded", - "startTime": "2022-02-24T10:58:42.0250713Z", - "endTime": "2022-02-24T10:58:42.0600789Z", + "startTime": "2022-05-25T15:39:42.2187752Z", + "endTime": "2022-05-25T15:39:42.2500255Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -556,15 +527,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0c39f147-bc18-4d82-a45d-56a1e3452c73?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/de38f5f4-02be-427f-87ce-fecd7387dc8f?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ba32427e-9560-11ec-ad3f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -572,7 +541,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:59:12 GMT", + "Date": "Wed, 25 May 2022 15:40:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -580,21 +549,20 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6fbf3c8-1787-4b43-a4a3-412eedbca5cd", + "x-ms-correlation-request-id": "ad1d7c14-24f6-471f-9eb6-4c3f0a083811", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "7e5e4284-8796-4e14-a6d6-3cf895a92075", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105912Z:b6fbf3c8-1787-4b43-a4a3-412eedbca5cd", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154012Z:ad1d7c14-24f6-471f-9eb6-4c3f0a083811", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T10%3A58%3A42.0149542Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A39%3A42.214698Z\u0027\u0022", "location": "southcentralusstage", "tags": { "Tag1": "Value2", - "CreatedOnDate": "2022-02-24T10:58:39.7445925Z" + "CreatedOnDate": "2022-05-25T15:39:40.1749490Z" }, "properties": { "encryption": { @@ -605,39 +573,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T10:58:07.1343936Z", + "createdAt": "2022-05-25T15:39:07.3678171Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T10:58:40.3896287Z" + "lastModifiedAt": "2022-05-25T15:39:40.3365809Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ccae6e82-9560-11ec-ad3f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 10:59:12 GMT", + "Date": "Wed, 25 May 2022 15:40:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a25a5046-30c6-492c-a08c-acb87a31d139", + "x-ms-correlation-request-id": "52a3f095-3b7c-4097-b647-b998b9d22b28", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "a25a5046-30c6-492c-a08c-acb87a31d139", - "x-ms-routing-request-id": "WESTEUROPE:20220224T105912Z:a25a5046-30c6-492c-a08c-acb87a31d139" + "x-ms-routing-request-id": "WESTEUROPE:20220525T154012Z:52a3f095-3b7c-4097-b647-b998b9d22b28" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_delete_account_backups.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_delete_account_backups.json index a55506959b35..407dd118d5af 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_delete_account_backups.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_delete_account_backups.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:03:17 GMT", + "Date": "Wed, 25 May 2022 16:20:17 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AkGmQMv339xAh063DMkY2UU; expires=Thu, 31-Mar-2022 09:03:17 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrVAaqHnQ6SO1OPZQ7j1vRjCDj0Kr8NUFop7QRkZtzTJNmDCoGwj5O3nobyrB1258ICZuMQ1EvABMkZ70sjDrPf7P02GW8KSH-L1NalYYUnjiyAhVW3MHRebxLlhjPVwPTOFeRgf9CJy7GwaHK743xNzM_rICRw_DxqzkxxUkHUSkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - WEULR2 ProdSlices", - "x-ms-request-id": "a6f08872-dc5d-47a3-9c70-7a14502f1200" + "x-ms-ests-server": "2.1.12794.5 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AkGmQMv339xAh063DMkY2UU; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:03:17 GMT", + "Date": "Wed, 25 May 2022 16:20:17 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AkGmQMv339xAh063DMkY2UU; expires=Thu, 31-Mar-2022 09:03:17 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "d8747a8f-e2ea-4464-ac3f-bc76d0249000" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "9d276bad-b08a-4514-89bc-dbb7190fe993", + "client-request-id": "02e78a57-b1d6-4b47-909e-266357b16631", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AkGmQMv339xAh063DMkY2UU; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "9d276bad-b08a-4514-89bc-dbb7190fe993", - "Content-Length": "1412", + "client-request-id": "02e78a57-b1d6-4b47-909e-266357b16631", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:03:17 GMT", + "Date": "Wed, 25 May 2022 16:20:17 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AkGmQMv339xAh063DMkY2UX7QncyAQAAAFXYr9kOAAAA; expires=Thu, 31-Mar-2022 09:03:17 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12529.16 - NEULR1 ProdSlices", - "x-ms-request-id": "c23921bc-7f53-438c-8f04-1ded9a7f1400" + "x-ms-ests-server": "2.1.12794.5 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ee95e2e-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2abafa11-7483-41dd-b49d-636c25596273?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7cdd053b-91d1-409e-b6c1-be2d28b54b2a?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "698", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:03:25 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A03%3A24.5685066Z\u0027\u0022", + "Date": "Wed, 25 May 2022 16:20:27 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T16%3A20%3A26.625604Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68777aeb-f8da-4a2a-ac25-b48097e47522", + "x-ms-correlation-request-id": "a1c14069-b9dc-4993-a64f-143d264819f5", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "82387676-d34c-4c7a-accc-248ab027f6b5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090325Z:68777aeb-f8da-4a2a-ac25-b48097e47522", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162027Z:a1c14069-b9dc-4993-a64f-143d264819f5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A03%3A24.5685066Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A20%3A26.625604Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:03:21.6978687Z" + "CreatedOnDate": "2022-05-25T16:20:20.6114629Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:20:25.8801579Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:20:25.8801579Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2abafa11-7483-41dd-b49d-636c25596273?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7cdd053b-91d1-409e-b6c1-be2d28b54b2a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ee95e2e-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:03:55 GMT", + "Date": "Wed, 25 May 2022 16:20:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "161fcc78-2048-49fc-8865-7f0bccee152c", + "x-ms-correlation-request-id": "e98932bb-ddf7-4410-ab00-787d96addb28", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "9fe44efc-7d3f-44e7-96ea-e97dc1bb791f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090355Z:161fcc78-2048-49fc-8865-7f0bccee152c", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162058Z:e98932bb-ddf7-4410-ab00-787d96addb28", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2abafa11-7483-41dd-b49d-636c25596273", - "name": "2abafa11-7483-41dd-b49d-636c25596273", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7cdd053b-91d1-409e-b6c1-be2d28b54b2a", + "name": "7cdd053b-91d1-409e-b6c1-be2d28b54b2a", "status": "Succeeded", - "startTime": "2022-03-01T09:03:24.5803098Z", - "endTime": "2022-03-01T09:03:24.7602635Z", + "startTime": "2022-05-25T16:20:26.6259172Z", + "endTime": "2022-05-25T16:20:26.6572192Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ee95e2e-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:03:55 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A03%3A24.7481399Z\u0027\u0022", + "Date": "Wed, 25 May 2022 16:20:58 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T16%3A20%3A26.6608868Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba0292af-8d63-49a8-a543-1abf97ba76d8", + "x-ms-correlation-request-id": "e9024673-bd8a-4b2b-93c9-3d70b7bed854", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "707b827f-6f33-4782-b5d3-9d11c9dbd420", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090356Z:ba0292af-8d63-49a8-a543-1abf97ba76d8", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162058Z:e9024673-bd8a-4b2b-93c9-3d70b7bed854", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A03%3A24.7481399Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A20%3A26.6608868Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:03:21.6978687Z" + "CreatedOnDate": "2022-05-25T16:20:20.6114629Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:20:25.8801579Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:20:25.8801579Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "863b2080-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9cb8d66d-4d17-4750-9b81-4ec9a01539c6?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d91d3012-9373-4422-8e9b-ff729ae5d7e6?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:03:58 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A03%3A57.9150806Z\u0027\u0022", + "Date": "Wed, 25 May 2022 16:21:01 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T16%3A21%3A00.4226006Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cde641be-cfd8-4496-a3e4-ecffe29aa619", + "x-ms-correlation-request-id": "e0621e96-daae-4f17-a302-b589b53751ea", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "5eccc17a-5d6e-45e7-a138-19ed5cd8aa6e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090358Z:cde641be-cfd8-4496-a3e4-ecffe29aa619", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162101Z:e0621e96-daae-4f17-a302-b589b53751ea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A03%3A57.9150806Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A21%3A00.4226006Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:03:56.3488741Z" + "CreatedOnDate": "2022-05-25T16:20:58.7860675Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:21:00.0495192Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:21:00.0495192Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9cb8d66d-4d17-4750-9b81-4ec9a01539c6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d91d3012-9373-4422-8e9b-ff729ae5d7e6?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "863b2080-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:04:28 GMT", + "Date": "Wed, 25 May 2022 16:21:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bcca2b6a-5680-4edd-a7fc-702ffe389d03", + "x-ms-correlation-request-id": "c41dbd3e-592a-4613-ac19-d5461d0c7675", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "f7f50dd2-a96a-4275-b0a8-d241d0c424ab", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090429Z:bcca2b6a-5680-4edd-a7fc-702ffe389d03", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162131Z:c41dbd3e-592a-4613-ac19-d5461d0c7675", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9cb8d66d-4d17-4750-9b81-4ec9a01539c6", - "name": "9cb8d66d-4d17-4750-9b81-4ec9a01539c6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d91d3012-9373-4422-8e9b-ff729ae5d7e6", + "name": "d91d3012-9373-4422-8e9b-ff729ae5d7e6", "status": "Succeeded", - "startTime": "2022-03-01T09:03:57.9214938Z", - "endTime": "2022-03-01T09:03:58.1611789Z", + "startTime": "2022-05-25T16:21:00.4316966Z", + "endTime": "2022-05-25T16:21:01.6193102Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "863b2080-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:04:29 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A03%3A58.1491653Z\u0027\u0022", + "Date": "Wed, 25 May 2022 16:21:31 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T16%3A21%3A01.5948514Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44789536-4614-476a-a0c0-6de452ed914d", + "x-ms-correlation-request-id": "ac493e95-3d9c-4088-8311-8879b5a135f1", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "9579b5cf-d43b-46bf-a460-c67afd936399", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090429Z:44789536-4614-476a-a0c0-6de452ed914d", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162131Z:ac493e95-3d9c-4088-8311-8879b5a135f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A03%3A58.1491653Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A21%3A01.5948514Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:03:56.3488741Z" + "CreatedOnDate": "2022-05-25T16:20:58.7860675Z" }, "properties": { - "poolId": "9f57da15-f123-a01e-f729-03f9eea7313c", + "poolId": "160f6865-9ae1-8b9e-e8f8-5dcc147cbad1", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:21:00.0495192Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:21:00.0495192Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:04:40 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A04%3A40.8950668Z\u0027\u0022", + "Date": "Wed, 25 May 2022 16:21:46 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T16%3A21%3A45.8350241Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ff87df5-f430-49eb-8ca8-0ced9dfc231d", + "x-ms-correlation-request-id": "5affb4c2-af29-4157-bd1d-26bfe697e744", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "df1cf7e0-39a5-4558-8de2-197741bcfbee", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090441Z:6ff87df5-f430-49eb-8ca8-0ced9dfc231d", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162147Z:5affb4c2-af29-4157-bd1d-26bfe697e744", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A04%3A40.8950668Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A21%3A45.8350241Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:04:39.5778817Z" + "CreatedOnDate": "2022-05-25T16:21:42.1745275Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:21:43.4054126Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:21:43.4054126Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:05:11 GMT", + "Date": "Wed, 25 May 2022 16:22:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25cb0ded-6c36-41a7-bdfb-d4bb8d203a4c", + "x-ms-correlation-request-id": "eaaa8b96-0a9f-43d4-b73c-a358bfdf6c36", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "731fc894-1ebc-4876-ad62-874a965b76fe", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090511Z:25cb0ded-6c36-41a7-bdfb-d4bb8d203a4c", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162217Z:eaaa8b96-0a9f-43d4-b73c-a358bfdf6c36", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1", - "name": "8bde07eb-9934-47d9-9733-740a908286b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", + "name": "bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", "status": "Creating", - "startTime": "2022-03-01T09:04:40.9122987Z", + "startTime": "2022-05-25T16:21:45.840103Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:05:41 GMT", + "Date": "Wed, 25 May 2022 16:22:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d236e0f0-7ea7-40bd-b876-3b89bea504db", + "x-ms-correlation-request-id": "0220b42e-1f8a-41e3-be11-cc40ecb84d74", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "6c2d6257-e30c-4b3f-acdd-02fea4e0d23f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090542Z:d236e0f0-7ea7-40bd-b876-3b89bea504db", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162247Z:0220b42e-1f8a-41e3-be11-cc40ecb84d74", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1", - "name": "8bde07eb-9934-47d9-9733-740a908286b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", + "name": "bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", "status": "Creating", - "startTime": "2022-03-01T09:04:40.9122987Z", + "startTime": "2022-05-25T16:21:45.840103Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:06:11 GMT", + "Date": "Wed, 25 May 2022 16:23:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c3680cb-9671-48c4-8757-b115d9396f2c", + "x-ms-correlation-request-id": "214e8529-b5b5-456d-80a5-8fdc2d5f6b98", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "aab2f9c7-5fd9-41eb-88e2-f1928873fb48", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090612Z:0c3680cb-9671-48c4-8757-b115d9396f2c", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162317Z:214e8529-b5b5-456d-80a5-8fdc2d5f6b98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1", - "name": "8bde07eb-9934-47d9-9733-740a908286b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", + "name": "bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", "status": "Creating", - "startTime": "2022-03-01T09:04:40.9122987Z", + "startTime": "2022-05-25T16:21:45.840103Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:06:42 GMT", + "Date": "Wed, 25 May 2022 16:23:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52cd3b48-72de-473a-a6c0-94e5ca6ea0b6", + "x-ms-correlation-request-id": "bf87e0c5-7d3b-4eb2-a707-ac30c0c14152", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "1ad85a73-3a24-4375-ae5d-0d97f8c60cd5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090642Z:52cd3b48-72de-473a-a6c0-94e5ca6ea0b6", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162348Z:bf87e0c5-7d3b-4eb2-a707-ac30c0c14152", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1", - "name": "8bde07eb-9934-47d9-9733-740a908286b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", + "name": "bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", "status": "Creating", - "startTime": "2022-03-01T09:04:40.9122987Z", + "startTime": "2022-05-25T16:21:45.840103Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:07:12 GMT", + "Date": "Wed, 25 May 2022 16:24:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7d87cfa-2ecb-4332-a375-9bb28db0697a", + "x-ms-correlation-request-id": "a96e64a7-0dde-4a6e-b89c-0749067160fc", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ff52f139-2dac-4eff-90a7-0e2849b0c834", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090712Z:e7d87cfa-2ecb-4332-a375-9bb28db0697a", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162418Z:a96e64a7-0dde-4a6e-b89c-0749067160fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1", - "name": "8bde07eb-9934-47d9-9733-740a908286b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", + "name": "bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", "status": "Creating", - "startTime": "2022-03-01T09:04:40.9122987Z", + "startTime": "2022-05-25T16:21:45.840103Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:07:42 GMT", + "Date": "Wed, 25 May 2022 16:24:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57560736-f2a4-4465-b5a8-1f4ce53749bc", + "x-ms-correlation-request-id": "c9e372fb-e48c-4c81-808e-fe70f02e2371", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "19a5e57a-f159-455b-81a3-71b35254b5f0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090742Z:57560736-f2a4-4465-b5a8-1f4ce53749bc", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162448Z:c9e372fb-e48c-4c81-808e-fe70f02e2371", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1", - "name": "8bde07eb-9934-47d9-9733-740a908286b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", + "name": "bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", "status": "Creating", - "startTime": "2022-03-01T09:04:40.9122987Z", + "startTime": "2022-05-25T16:21:45.840103Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:08:12 GMT", + "Date": "Wed, 25 May 2022 16:25:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "872859f1-5b48-46a1-9ff5-d7b2bde7a7b2", + "x-ms-correlation-request-id": "b90f7f48-2d54-4f4b-9906-e8973773e4b2", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "b9568a05-e7a9-4257-a27e-f310a11faf6f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090813Z:872859f1-5b48-46a1-9ff5-d7b2bde7a7b2", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162518Z:b90f7f48-2d54-4f4b-9906-e8973773e4b2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1", - "name": "8bde07eb-9934-47d9-9733-740a908286b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", + "name": "bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", "status": "Creating", - "startTime": "2022-03-01T09:04:40.9122987Z", + "startTime": "2022-05-25T16:21:45.840103Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:08:43 GMT", + "Date": "Wed, 25 May 2022 16:25:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +946,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31542f02-5b94-45e0-a592-b6c8482a6b58", + "x-ms-correlation-request-id": "398fbe93-a0dc-46c3-a5a0-ae4737959661", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "19f206a2-5741-4972-a936-f5db8a5c74de", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090843Z:31542f02-5b94-45e0-a592-b6c8482a6b58", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162549Z:398fbe93-a0dc-46c3-a5a0-ae4737959661", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1", - "name": "8bde07eb-9934-47d9-9733-740a908286b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", + "name": "bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", "status": "Creating", - "startTime": "2022-03-01T09:04:40.9122987Z", + "startTime": "2022-05-25T16:21:45.840103Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +978,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:09:13 GMT", + "Date": "Wed, 25 May 2022 16:26:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +986,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6b07b64-4eef-4c2e-b4b5-912beb36d096", + "x-ms-correlation-request-id": "5d158bd5-ae44-4375-b21e-78de33bc6e39", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "6fc8333f-ef76-4645-aff7-66dc0ba63803", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090914Z:a6b07b64-4eef-4c2e-b4b5-912beb36d096", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162619Z:5d158bd5-ae44-4375-b21e-78de33bc6e39", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bde07eb-9934-47d9-9733-740a908286b1", - "name": "8bde07eb-9934-47d9-9733-740a908286b1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", + "name": "bd5e86ad-bd1d-4a2f-8261-d7589e22e6b1", "status": "Succeeded", - "startTime": "2022-03-01T09:04:40.9122987Z", - "endTime": "2022-03-01T09:08:58.9172562Z", + "startTime": "2022-05-25T16:21:45.840103Z", + "endTime": "2022-05-25T16:25:52.524758Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +1004,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ff00586-993e-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +1018,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:09:14 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A08%3A58.9055613Z\u0027\u0022", + "Date": "Wed, 25 May 2022 16:26:19 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T16%3A25%3A52.5259403Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +1027,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8df1d158-b4a1-41ab-9fa7-ee8fe902b3c1", + "x-ms-correlation-request-id": "fe7395ac-2871-4b67-be6c-f241290a3aff", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "b4b51684-61f7-4e79-95d4-179c383fe7b7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090914Z:8df1d158-b4a1-41ab-9fa7-ee8fe902b3c1", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162620Z:fe7395ac-2871-4b67-be6c-f241290a3aff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A08%3A58.9055613Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A25%3A52.5259403Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:04:39.5778817Z" + "CreatedOnDate": "2022-05-25T16:21:42.1745275Z" }, "properties": { - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1070,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d8b3bddb", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_70bea700", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1085,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", + "mountTargetId": "b188368b-aeb7-0854-236c-fb215bc20df8", + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,20 +1099,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:21:43.4054126Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:21:43.4054126Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "49e9f510-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1127,8 +1127,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:09:23 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A08%3A58.9055613Z\u0027\u0022", + "Date": "Wed, 25 May 2022 16:26:30 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T16%3A25%3A52.5259403Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1136,23 +1136,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a8a40d4-e5ca-4afc-aca8-c5595c8c9340", + "x-ms-correlation-request-id": "49467640-241e-4068-bcef-127611ab1fd1", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "bbd87fb3-3f4a-4854-a4e2-6dac7da6fae3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090924Z:9a8a40d4-e5ca-4afc-aca8-c5595c8c9340", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162630Z:49467640-241e-4068-bcef-127611ab1fd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A08%3A58.9055613Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A25%3A52.5259403Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:04:39.5778817Z" + "CreatedOnDate": "2022-05-25T16:21:42.1745275Z" }, "properties": { - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1180,10 +1179,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d8b3bddb", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_70bea700", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1195,12 +1194,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", + "mountTargetId": "b188368b-aeb7-0854-236c-fb215bc20df8", + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1209,20 +1208,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:21:43.4054126Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:21:43.4054126Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4a0f553a-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1230,7 +1236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:09:23 GMT", + "Date": "Wed, 25 May 2022 16:26:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1238,10 +1244,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0816255-55c5-42b1-84a0-35086efc721c", + "x-ms-correlation-request-id": "226ce120-10ac-41c3-bacf-a4c62dd2cd2d", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "3ea285c9-c067-4207-bf02-f8653ec70237", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090924Z:d0816255-55c5-42b1-84a0-35086efc721c", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162631Z:226ce120-10ac-41c3-bacf-a4c62dd2cd2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1250,32 +1255,26 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", + "Content-Length": "401", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4a2f5b64-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -1289,36 +1288,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c37ebd24-9cd5-4309-ab12-a6c68214c031?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d74eb81f-2f3e-4aac-9c61-67c67b049b81?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2064", + "Content-Length": "2386", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:09:25 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A09%3A25.2686Z\u0027\u0022", + "Date": "Wed, 25 May 2022 16:26:31 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T16%3A26%3A31.9113407Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c37ebd24-9cd5-4309-ab12-a6c68214c031?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d74eb81f-2f3e-4aac-9c61-67c67b049b81?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21273d34-f2d9-49cb-b90c-0e327c73d7c0", + "x-ms-correlation-request-id": "c207e91b-37e1-4d10-9bbf-11c331eb9e20", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "191a0ab6-6700-4c25-9bc8-d6110963e143", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090925Z:21273d34-f2d9-49cb-b90c-0e327c73d7c0", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162632Z:c207e91b-37e1-4d10-9bbf-11c331eb9e20", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A09%3A25.2686Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A26%3A31.9113407Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:04:39.5778817Z" + "CreatedOnDate": "2022-05-25T16:21:42.1745275Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1346,10 +1344,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d8b3bddb", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_70bea700", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1361,12 +1359,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", + "mountTargetId": "b188368b-aeb7-0854-236c-fb215bc20df8", + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1374,20 +1372,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:21:43.4054126Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:21:43.4054126Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c37ebd24-9cd5-4309-ab12-a6c68214c031?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d74eb81f-2f3e-4aac-9c61-67c67b049b81?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4a2f5b64-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1395,7 +1400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:09:54 GMT", + "Date": "Wed, 25 May 2022 16:27:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1403,18 +1408,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91ce1d6d-512c-47a7-b9da-4e4fb3e49411", + "x-ms-correlation-request-id": "e386fcfa-9d3c-4273-b15c-903f6aca6968", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "85a0dd76-ed0c-4280-b77b-a023ef99cf3e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090955Z:91ce1d6d-512c-47a7-b9da-4e4fb3e49411", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162702Z:e386fcfa-9d3c-4273-b15c-903f6aca6968", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c37ebd24-9cd5-4309-ab12-a6c68214c031", - "name": "c37ebd24-9cd5-4309-ab12-a6c68214c031", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d74eb81f-2f3e-4aac-9c61-67c67b049b81", + "name": "d74eb81f-2f3e-4aac-9c61-67c67b049b81", "status": "Succeeded", - "startTime": "2022-03-01T09:09:25.2727338Z", - "endTime": "2022-03-01T09:09:35.1299954Z", + "startTime": "2022-05-25T16:26:31.9057066Z", + "endTime": "2022-05-25T16:26:41.9341Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1422,15 +1426,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c37ebd24-9cd5-4309-ab12-a6c68214c031?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d74eb81f-2f3e-4aac-9c61-67c67b049b81?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4a2f5b64-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1438,7 +1440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:09:55 GMT", + "Date": "Wed, 25 May 2022 16:27:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,20 +1448,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52c9ee69-b090-4b4a-a653-6a9b94c716e7", + "x-ms-correlation-request-id": "54b254e8-fcdf-479b-bb62-052d3c7638e2", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "534a44f0-ff34-4668-9c26-8fcb0bc2d7ff", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090955Z:52c9ee69-b090-4b4a-a653-6a9b94c716e7", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162702Z:54b254e8-fcdf-479b-bb62-052d3c7638e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A09%3A35.1230075Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A26%3A41.9235948Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:09:24.9957363Z" + "CreatedOnDate": "2022-05-25T16:26:31.4913059Z" }, "properties": { "dataProtection": { @@ -1469,11 +1470,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1501,19 +1501,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d8b3bddb", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_70bea700", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "9f57da15-f123-a01e-f729-03f9eea7313c", + "poolId": "160f6865-9ae1-8b9e-e8f8-5dcc147cbad1", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", + "mountTargetId": "b188368b-aeb7-0854-236c-fb215bc20df8", + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", "startIp": "", "endIp": "", "gateway": "", @@ -1522,7 +1522,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1536,22 +1536,32 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:21:43.4054126Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:26:31.734962Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "68", + "Content-Length": "81", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5ca16c92-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -1561,21 +1571,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6a61613d-02ef-40a9-98f9-7f0e74662ad1?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/35b4f905-204f-4157-a1af-7f4e2db91242?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Length": "523", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:09:55 GMT", + "Date": "Wed, 25 May 2022 16:27:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6a61613d-02ef-40a9-98f9-7f0e74662ad1?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/35b4f905-204f-4157-a1af-7f4e2db91242?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a83f4621-6a73-424b-81f5-0de50c1106cc", + "x-ms-correlation-request-id": "be5dd8fe-a57c-4e2e-8b29-4d1017b5e746", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "c1591c7f-6703-4cd5-95db-b852d8106d03", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T090956Z:a83f4621-6a73-424b-81f5-0de50c1106cc", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162703Z:be5dd8fe-a57c-4e2e-8b29-4d1017b5e746", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1590,15 +1599,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6a61613d-02ef-40a9-98f9-7f0e74662ad1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/35b4f905-204f-4157-a1af-7f4e2db91242?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5ca16c92-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1606,7 +1613,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:10:25 GMT", + "Date": "Wed, 25 May 2022 16:27:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1614,18 +1621,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9c4c48c-7822-452a-899c-eaec91846e34", + "x-ms-correlation-request-id": "a9164982-80ae-4020-9147-427cccfc5aa7", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "70f2f113-cd1a-4192-8d14-c88f0d9681b6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091026Z:e9c4c48c-7822-452a-899c-eaec91846e34", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162733Z:a9164982-80ae-4020-9147-427cccfc5aa7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6a61613d-02ef-40a9-98f9-7f0e74662ad1", - "name": "6a61613d-02ef-40a9-98f9-7f0e74662ad1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/35b4f905-204f-4157-a1af-7f4e2db91242", + "name": "35b4f905-204f-4157-a1af-7f4e2db91242", "status": "Succeeded", - "startTime": "2022-03-01T09:09:56.0239968Z", - "endTime": "2022-03-01T09:09:56.4408735Z", + "startTime": "2022-05-25T16:27:02.9003995Z", + "endTime": "2022-05-25T16:27:04.9786674Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" @@ -1633,62 +1639,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6a61613d-02ef-40a9-98f9-7f0e74662ad1?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/35b4f905-204f-4157-a1af-7f4e2db91242?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5ca16c92-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "720", + "Content-Length": "730", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:10:26 GMT", + "Date": "Wed, 25 May 2022 16:27:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70c0f468-e799-48bf-9ff5-04d8144ad9a2", + "x-ms-correlation-request-id": "05ef0a27-6101-4925-95cf-efa3b2e41bfb", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "4a5c2cd4-e07c-4e88-83a1-debce846a99e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091026Z:70c0f468-e799-48bf-9ff5-04d8144ad9a2", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162733Z:05ef0a27-6101-4925-95cf-efa3b2e41bfb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "3/1/2022 9:09:56 AM", + "etag": "5/25/2022 4:27:04 PM", "location": "", "properties": { - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "d2c303c6-183a-2b15-7061-3afa6611510c", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "74eed62c-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1696,7 +1697,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:10:35 GMT", + "Date": "Wed, 25 May 2022 16:27:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1704,10 +1705,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec4a163d-0ee5-4ae8-8c8e-d200e300d378", + "x-ms-correlation-request-id": "a3bfbb36-66e7-4c7f-a1f5-60a90c4b19fd", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "3cdf6d21-d099-4485-affd-a4e97591640d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091036Z:ec4a163d-0ee5-4ae8-8c8e-d200e300d378", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162744Z:a3bfbb36-66e7-4c7f-a1f5-60a90c4b19fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1716,27 +1716,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T09:09:56Z", - "backupId": "d2c303c6-183a-2b15-7061-3afa6611510c", + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7b1498b6-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1744,7 +1742,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:10:46 GMT", + "Date": "Wed, 25 May 2022 16:27:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1752,10 +1750,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2de66ca5-aad6-471e-a429-83aaa1fc4805", + "x-ms-correlation-request-id": "7f5b700b-b284-48eb-80d4-ce404e75afcf", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "b1d54daf-0753-4536-9364-ba3e67c804c1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091047Z:2de66ca5-aad6-471e-a429-83aaa1fc4805", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162755Z:7f5b700b-b284-48eb-80d4-ce404e75afcf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1764,27 +1761,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T09:09:56Z", - "backupId": "d2c303c6-183a-2b15-7061-3afa6611510c", + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "813b18c8-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1792,7 +1787,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:10:56 GMT", + "Date": "Wed, 25 May 2022 16:28:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1800,10 +1795,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a778291-9c38-404c-b690-15e77c3d8623", + "x-ms-correlation-request-id": "b42f90ee-c7f2-44ed-95c7-14e91145b1a9", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "e52eb242-2020-4a7e-afa2-e2d84d32b46c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091057Z:7a778291-9c38-404c-b690-15e77c3d8623", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162806Z:b42f90ee-c7f2-44ed-95c7-14e91145b1a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1812,27 +1806,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T09:09:56Z", - "backupId": "d2c303c6-183a-2b15-7061-3afa6611510c", + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "875e2f10-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1840,7 +1832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:11:07 GMT", + "Date": "Wed, 25 May 2022 16:28:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1848,10 +1840,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d54b4280-d8c9-4198-b4d7-92056bfc8602", + "x-ms-correlation-request-id": "d8ca487d-6dee-4a8b-ab0d-3a7a3f8142e9", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "58ee799e-3337-4cb6-a05b-5ed258627c3e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091107Z:d54b4280-d8c9-4198-b4d7-92056bfc8602", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162817Z:d8ca487d-6dee-4a8b-ab0d-3a7a3f8142e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1860,27 +1851,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T09:10:02Z", - "backupId": "d2c303c6-183a-2b15-7061-3afa6611510c", - "size": 323584, + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "87945446-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1888,7 +1877,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:11:07 GMT", + "Date": "Wed, 25 May 2022 16:28:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1896,76 +1885,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7083bcc-90ef-4bec-9aad-51a568cbe630", + "x-ms-correlation-request-id": "2ba4f696-54c2-49fa-ab9f-024c2a4c9f5e", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "f30a4472-3c43-4b14-90fd-24c6f055b7f7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091108Z:f7083bcc-90ef-4bec-9aad-51a568cbe630", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162828Z:2ba4f696-54c2-49fa-ab9f-024c2a4c9f5e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-03-01T09:10:02Z", - "backupId": "d2c303c6-183a-2b15-7061-3afa6611510c", - "size": 323584, - "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - ] + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "87b6af46-993f-11ec-ae6c-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/00606bbd-9435-41e4-ad6f-239db8f55b8a?api-version=2021-10-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 09:11:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/00606bbd-9435-41e4-ad6f-239db8f55b8a?api-version=2021-10-01\u0026operationResultResponseType=Location", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1a2a244-de12-4bf5-8c16-b7544cbe229c", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "f1a2a244-de12-4bf5-8c16-b7544cbe229c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091108Z:f1a2a244-de12-4bf5-8c16-b7544cbe229c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/00606bbd-9435-41e4-ad6f-239db8f55b8a?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "87b6af46-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1973,7 +1922,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:11:38 GMT", + "Date": "Wed, 25 May 2022 16:28:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1981,34 +1930,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa0c5204-787c-4b8c-a9b6-d40165b8d4bd", + "x-ms-correlation-request-id": "77dcdc8b-37f2-4e15-9ca1-8d74010a88bc", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "e49a7c65-3e8b-490d-adb8-38902440b1e4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091138Z:aa0c5204-787c-4b8c-a9b6-d40165b8d4bd", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162839Z:77dcdc8b-37f2-4e15-9ca1-8d74010a88bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/00606bbd-9435-41e4-ad6f-239db8f55b8a", - "name": "00606bbd-9435-41e4-ad6f-239db8f55b8a", - "status": "Deleting", - "startTime": "2022-03-01T09:11:08.5742887Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/00606bbd-9435-41e4-ad6f-239db8f55b8a?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "87b6af46-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2016,7 +1967,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:12:08 GMT", + "Date": "Wed, 25 May 2022 16:28:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2024,34 +1975,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd137980-d070-40d0-a722-0d624126b1dd", + "x-ms-correlation-request-id": "a22842e2-b852-4d0f-a226-c3d5cf6276e4", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "92da31a8-ef69-47af-a134-da35cf858e07", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091209Z:cd137980-d070-40d0-a722-0d624126b1dd", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162850Z:a22842e2-b852-4d0f-a226-c3d5cf6276e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/00606bbd-9435-41e4-ad6f-239db8f55b8a", - "name": "00606bbd-9435-41e4-ad6f-239db8f55b8a", - "status": "Deleting", - "startTime": "2022-03-01T09:11:08.5742887Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/00606bbd-9435-41e4-ad6f-239db8f55b8a?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "87b6af46-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2059,7 +2012,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:12:38 GMT", + "Date": "Wed, 25 May 2022 16:29:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2067,34 +2020,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cf33537-514b-42be-9abd-a32b67d3a44f", + "x-ms-correlation-request-id": "0d2ade80-38c4-47b6-a9a4-d4fd6897e2a0", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "e199e242-676a-42f2-a62a-d9cd6468feaa", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091239Z:4cf33537-514b-42be-9abd-a32b67d3a44f", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162901Z:0d2ade80-38c4-47b6-a9a4-d4fd6897e2a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/00606bbd-9435-41e4-ad6f-239db8f55b8a", - "name": "00606bbd-9435-41e4-ad6f-239db8f55b8a", - "status": "Succeeded", - "startTime": "2022-03-01T09:11:08.5742887Z", - "endTime": "2022-03-01T09:12:32.2346472Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/00606bbd-9435-41e4-ad6f-239db8f55b8a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "87b6af46-993f-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2102,7 +2057,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:12:38 GMT", + "Date": "Wed, 25 May 2022 16:29:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2110,177 +2065,126 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c475c01-8201-4dbd-9485-a30a63895da7", + "x-ms-correlation-request-id": "fab8185b-00e0-4ce8-b20a-5dfeb9100b3c", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "0466a9b7-210f-43ad-87b7-ca0e7e1e9d98", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091239Z:6c475c01-8201-4dbd-9485-a30a63895da7", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162912Z:fab8185b-00e0-4ce8-b20a-5dfeb9100b3c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A11%3A08.5589609Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:09:24.9957363Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Deleting", - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", - "usageThreshold": 107374182400, - "usedBytes": 0, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv4": false, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d8b3bddb", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "9f57da15-f123-a01e-f729-03f9eea7313c", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", - "fileSystemId": "f7c464ac-341d-0c1e-4e4a-9ec09c840cb7", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "encryptionKeySource": "Microsoft.NetApp", - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "355df474-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, - "StatusCode": 404, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:16:00 GMT", + "Date": "Wed, 25 May 2022 16:29:22 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd22e450-fec0-4735-8a88-1d90b5425dd0", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "bd22e450-fec0-4735-8a88-1d90b5425dd0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091601Z:bd22e450-fec0-4735-8a88-1d90b5425dd0" + "x-ms-correlation-request-id": "3520936c-c96d-4f0b-a1b4-c807eef83b86", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162923Z:3520936c-c96d-4f0b-a1b4-c807eef83b86", + "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3678663c-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 09:16:03 GMT", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:29:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd8af538-5aac-46b4-a3f2-2b981e112d6b", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "42f9e6f2-c921-4585-a4fe-ff5e67f90eea", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091603Z:cd8af538-5aac-46b4-a3f2-2b981e112d6b", + "x-ms-correlation-request-id": "0f173179-516e-466d-892f-286ce5a26e9d", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162934Z:0f173179-516e-466d-892f-286ce5a26e9d", "X-Powered-By": "ASP.NET" }, - "ResponseBody": null + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3678663c-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2288,7 +2192,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:16:32 GMT", + "Date": "Wed, 25 May 2022 16:29:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2296,34 +2200,1424 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a26637f-f8a9-4683-a80e-c1f734fec25e", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "be314f1c-9588-4620-9c59-d3579bb04a30", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091633Z:4a26637f-f8a9-4683-a80e-c1f734fec25e", + "x-ms-correlation-request-id": "d0cb1cb7-ebe5-499f-8b26-f9f0a6ee3bbf", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162945Z:d0cb1cb7-ebe5-499f-8b26-f9f0a6ee3bbf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e", - "name": "77b4d2df-4d07-41d9-94d8-5e2182db1f9e", - "status": "Deleting", - "startTime": "2022-03-01T09:16:03.1518579Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:29:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "534aaba6-7332-47df-87ae-12ab6e595cbc", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "WESTEUROPE:20220525T162956Z:534aaba6-7332-47df-87ae-12ab6e595cbc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:30:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ba1013a8-06a6-4378-8b65-396790f7db1c", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163007Z:ba1013a8-06a6-4378-8b65-396790f7db1c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:30:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a3e22392-0bfb-4e58-9827-602494322efc", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163018Z:a3e22392-0bfb-4e58-9827-602494322efc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:30:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "19670b26-6317-40d2-b805-2138d8ade329", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163029Z:19670b26-6317-40d2-b805-2138d8ade329", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:30:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5be37e70-ae29-4d36-9d7f-23e9192579be", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163040Z:5be37e70-ae29-4d36-9d7f-23e9192579be", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:30:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "39fdceca-a33b-4598-8a47-e2e588bcc0cc", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163051Z:39fdceca-a33b-4598-8a47-e2e588bcc0cc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:31:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "eb6f2b33-4024-48c0-9d27-6fed02e4f972", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163102Z:eb6f2b33-4024-48c0-9d27-6fed02e4f972", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:31:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3316f454-da81-4fc1-85a4-41c1b2c99fde", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163113Z:3316f454-da81-4fc1-85a4-41c1b2c99fde", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:31:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b60cffcb-11bd-4212-90c6-40cdc855bc22", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163124Z:b60cffcb-11bd-4212-90c6-40cdc855bc22", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:31:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "31b98179-66e0-4627-a9f9-404e556b41eb", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163135Z:31b98179-66e0-4627-a9f9-404e556b41eb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:31:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cd67e448-aed9-46b8-9bf2-a3b15ccbe9bf", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163146Z:cd67e448-aed9-46b8-9bf2-a3b15ccbe9bf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:31:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "de0d219b-3c76-4bb8-9b2a-7c0bfde1e10a", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163157Z:de0d219b-3c76-4bb8-9b2a-7c0bfde1e10a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:32:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "130827af-6cc2-4ddc-8967-b76fdb93b384", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163209Z:130827af-6cc2-4ddc-8967-b76fdb93b384", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:32:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3af2dc3a-25ff-4ac4-a939-5b072fe23bad", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163220Z:3af2dc3a-25ff-4ac4-a939-5b072fe23bad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:32:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "deba8ab4-62ab-419e-b209-e8ad0153031a", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163231Z:deba8ab4-62ab-419e-b209-e8ad0153031a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:32:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "085585e4-5f8b-46b3-bd74-4ff9829c483c", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163242Z:085585e4-5f8b-46b3-bd74-4ff9829c483c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:32:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8be52d8c-9672-4083-8a72-ffde0e60da94", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163253Z:8be52d8c-9672-4083-8a72-ffde0e60da94", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:33:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "686b3110-171a-4357-b53e-e7f0e6ac002d", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163303Z:686b3110-171a-4357-b53e-e7f0e6ac002d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:33:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "45c73606-11cb-45a9-90f2-42e71845e186", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163314Z:45c73606-11cb-45a9-90f2-42e71845e186", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:33:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f77a952a-642d-478d-8f9e-ba847a8f16e8", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163326Z:f77a952a-642d-478d-8f9e-ba847a8f16e8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:33:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "af7f7677-fa0c-4823-ab5a-8dbf787c0a3c", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163336Z:af7f7677-fa0c-4823-ab5a-8dbf787c0a3c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:33:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1a1f9534-4ea6-4fd2-94ea-142faeb497c9", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163348Z:1a1f9534-4ea6-4fd2-94ea-142faeb497c9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:33:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7b4f1490-0e53-4f8b-ad04-ac56c45b8e06", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163359Z:7b4f1490-0e53-4f8b-ad04-ac56c45b8e06", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:34:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f39c5f5f-e4c6-4cc2-9bb7-eee198d5694a", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163410Z:f39c5f5f-e4c6-4cc2-9bb7-eee198d5694a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:34:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f340a685-ae80-40ae-86e5-a85a1b3ebfa7", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163423Z:f340a685-ae80-40ae-86e5-a85a1b3ebfa7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:34:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c2dc3d73-115f-41ac-9ff4-cd802859731a", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163433Z:c2dc3d73-115f-41ac-9ff4-cd802859731a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:34:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7c0c407d-8bf0-4fb5-8ff6-82e922091ce8", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163444Z:7c0c407d-8bf0-4fb5-8ff6-82e922091ce8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:34:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8107c26f-1c88-41af-b23d-0bf9eb9e473f", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163455Z:8107c26f-1c88-41af-b23d-0bf9eb9e473f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:34:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "81f1f9fd-03cb-4cff-afa0-edddb4f7a358", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163456Z:81f1f9fd-03cb-4cff-afa0-edddb4f7a358", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps266", + "name": "sdk-py-tests-acc-1/ps266", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:11:20Z", + "backupId": "750af0a8-7223-5c69-2e7a-00a629bb92a9", + "size": 0, + "backupType": "Manual", + "label": "powershellBackupTest2", + "provisioningState": "Failed", + "failureReason": "Error when creating - Could not spawn additional jobs for volume backup. Please wait for the ongoing jobs to finish and try again.", + "volumeName": "ps7841", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps4177", + "name": "sdk-py-tests-acc-1/ps4177", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:11:06Z", + "backupId": "ea3c8071-076e-674f-e2c6-8f071d4a9043", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "ps7841", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps2088", + "name": "sdk-py-tests-acc-1/ps2088", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:38:44Z", + "backupId": "b8d46456-4b45-ae98-6752-ba096d91ebb1", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "ps5378", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T16:27:04Z", + "backupId": "eab5cc2c-7092-7f5b-2751-31119bcd75ee", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad9b7792-71bb-4690-a0c4-97fd51c7d370?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 25 May 2022 16:34:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad9b7792-71bb-4690-a0c4-97fd51c7d370?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cef347b5-29cc-463e-a347-d52dfb52d777", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163456Z:cef347b5-29cc-463e-a347-d52dfb52d777", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad9b7792-71bb-4690-a0c4-97fd51c7d370?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3678663c-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2331,7 +3625,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:17:03 GMT", + "Date": "Wed, 25 May 2022 16:35:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2339,34 +3633,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be5a57ca-44be-46f4-878f-88d63fa77dd3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "acfdbe9e-84ac-423f-9ba3-8341f55858a7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091703Z:be5a57ca-44be-46f4-878f-88d63fa77dd3", + "x-ms-correlation-request-id": "a76cf07e-41c4-4b04-b05b-0ca56c8a26ff", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163527Z:a76cf07e-41c4-4b04-b05b-0ca56c8a26ff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e", - "name": "77b4d2df-4d07-41d9-94d8-5e2182db1f9e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad9b7792-71bb-4690-a0c4-97fd51c7d370", + "name": "ad9b7792-71bb-4690-a0c4-97fd51c7d370", "status": "Deleting", - "startTime": "2022-03-01T09:16:03.1518579Z", + "startTime": "2022-05-25T16:34:56.7637164Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1" + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad9b7792-71bb-4690-a0c4-97fd51c7d370?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3678663c-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2374,7 +3665,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:17:33 GMT", + "Date": "Wed, 25 May 2022 16:35:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2382,34 +3673,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e7c826f-f565-47ee-b2c8-a58dc89d77ce", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "5ef0b304-e83a-475d-836f-bb09007ad8f8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091733Z:6e7c826f-f565-47ee-b2c8-a58dc89d77ce", + "x-ms-correlation-request-id": "a631dff5-0bd6-437e-91c2-0aa3bcb61c91", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163557Z:a631dff5-0bd6-437e-91c2-0aa3bcb61c91", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e", - "name": "77b4d2df-4d07-41d9-94d8-5e2182db1f9e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad9b7792-71bb-4690-a0c4-97fd51c7d370", + "name": "ad9b7792-71bb-4690-a0c4-97fd51c7d370", "status": "Deleting", - "startTime": "2022-03-01T09:16:03.1518579Z", + "startTime": "2022-05-25T16:34:56.7637164Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1" + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad9b7792-71bb-4690-a0c4-97fd51c7d370?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3678663c-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2417,7 +3705,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:18:03 GMT", + "Date": "Wed, 25 May 2022 16:36:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2425,17 +3713,244 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "346ecd48-7768-4e26-bf9c-59e6096c52b5", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "17992887-e532-40a0-a041-98a335466e5b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091804Z:346ecd48-7768-4e26-bf9c-59e6096c52b5", + "x-ms-correlation-request-id": "1f7f2b9e-1e8f-4db8-93b5-2dd8a29086f3", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163627Z:1f7f2b9e-1e8f-4db8-93b5-2dd8a29086f3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad9b7792-71bb-4690-a0c4-97fd51c7d370", + "name": "ad9b7792-71bb-4690-a0c4-97fd51c7d370", + "status": "Succeeded", + "startTime": "2022-05-25T16:34:56.7637164Z", + "endTime": "2022-05-25T16:36:00.597521Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad9b7792-71bb-4690-a0c4-97fd51c7d370?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:36:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e25d0adb-c5c5-4899-a515-e1cfc1073492", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163627Z:e25d0adb-c5c5-4899-a515-e1cfc1073492", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A35%3A51.5271479Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-25T16:26:31.4913059Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" + } + }, + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", + "usageThreshold": 107374182400, + "usedBytes": 0, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv4": false, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_70bea700", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "poolId": "160f6865-9ae1-8b9e-e8f8-5dcc147cbad1", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "b188368b-aeb7-0854-236c-fb215bc20df8", + "fileSystemId": "b188368b-aeb7-0854-236c-fb215bc20df8", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.25, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "encryptionKeySource": "Microsoft.NetApp", + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:21:43.4054126Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:26:31.734962Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "306", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:39:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "32ea26cd-a6ee-4667-973e-dc623986c58d", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20220525T163949Z:32ea26cd-a6ee-4667-973e-dc623986c58d" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0a563ea-8e78-4e9f-92f5-6a1e1f72b7e3?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 25 May 2022 16:40:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0a563ea-8e78-4e9f-92f5-6a1e1f72b7e3?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2ac0a6fb-aa0b-4cd4-a2be-96f9af932d83", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164004Z:2ac0a6fb-aa0b-4cd4-a2be-96f9af932d83", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0a563ea-8e78-4e9f-92f5-6a1e1f72b7e3?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:40:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a4572beb-d01a-46fc-a918-03ec22960c5c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164034Z:a4572beb-d01a-46fc-a918-03ec22960c5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e", - "name": "77b4d2df-4d07-41d9-94d8-5e2182db1f9e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0a563ea-8e78-4e9f-92f5-6a1e1f72b7e3", + "name": "f0a563ea-8e78-4e9f-92f5-6a1e1f72b7e3", "status": "Deleting", - "startTime": "2022-03-01T09:16:03.1518579Z", + "startTime": "2022-05-25T16:40:04.0338406Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2444,15 +3959,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0a563ea-8e78-4e9f-92f5-6a1e1f72b7e3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3678663c-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2460,7 +3973,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:18:33 GMT", + "Date": "Wed, 25 May 2022 16:41:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2468,18 +3981,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf94a764-1624-40aa-81f1-f0e785136b72", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f784f1b9-ca42-4257-ab3e-1b79401fdf26", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091834Z:cf94a764-1624-40aa-81f1-f0e785136b72", + "x-ms-correlation-request-id": "9f7307cd-aabd-459c-81d5-68ffed7218fd", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164104Z:9f7307cd-aabd-459c-81d5-68ffed7218fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e", - "name": "77b4d2df-4d07-41d9-94d8-5e2182db1f9e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0a563ea-8e78-4e9f-92f5-6a1e1f72b7e3", + "name": "f0a563ea-8e78-4e9f-92f5-6a1e1f72b7e3", "status": "Succeeded", - "startTime": "2022-03-01T09:16:03.1518579Z", - "endTime": "2022-03-01T09:18:06.0042108Z", + "startTime": "2022-05-25T16:40:04.0338406Z", + "endTime": "2022-05-25T16:40:54.5777226Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1" @@ -2487,15 +3999,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/77b4d2df-4d07-41d9-94d8-5e2182db1f9e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0a563ea-8e78-4e9f-92f5-6a1e1f72b7e3?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3678663c-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2503,7 +4013,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:18:33 GMT", + "Date": "Wed, 25 May 2022 16:41:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2511,10 +4021,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cc62ff2-faa3-4dc0-af56-62b6bbf4d215", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "15f39a98-ee74-4d2f-92ce-74151c9c8978", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091834Z:0cc62ff2-faa3-4dc0-af56-62b6bbf4d215", + "x-ms-correlation-request-id": "56fa0800-86d7-4192-9771-30f770c29ed7", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164104Z:56fa0800-86d7-4192-9771-30f770c29ed7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2525,15 +4034,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "91c47724-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2541,7 +4048,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:18:33 GMT", + "Date": "Wed, 25 May 2022 16:41:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2549,59 +4056,103 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6156bb5c-e3eb-4087-961a-5b82cbc3d9e5", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "7bea39b4-7e5b-4c6e-b5a6-f0d260ef2716", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091834Z:6156bb5c-e3eb-4087-961a-5b82cbc3d9e5", + "x-ms-correlation-request-id": "6cd8f429-9db5-4a33-957b-b3fa7ae3f663", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164105Z:6cd8f429-9db5-4a33-957b-b3fa7ae3f663", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [] + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps266", + "name": "sdk-py-tests-acc-1/ps266", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:11:20Z", + "backupId": "750af0a8-7223-5c69-2e7a-00a629bb92a9", + "size": 0, + "backupType": "Manual", + "label": "powershellBackupTest2", + "provisioningState": "Failed", + "failureReason": "Error when creating - Could not spawn additional jobs for volume backup. Please wait for the ongoing jobs to finish and try again.", + "volumeName": "ps7841", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps4177", + "name": "sdk-py-tests-acc-1/ps4177", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:11:06Z", + "backupId": "ea3c8071-076e-674f-e2c6-8f071d4a9043", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "ps7841", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps2088", + "name": "sdk-py-tests-acc-1/ps2088", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:38:44Z", + "backupId": "b8d46456-4b45-ae98-6752-ba096d91ebb1", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "ps5378", + "useExistingSnapshot": false + } + } + ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "97e0b640-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/566bcdf5-22ad-43d7-9309-520bca5a9e7f?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/dffc76ca-3d62-4fd5-aa99-893cc9eafbbe?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 09:18:45 GMT", + "Date": "Wed, 25 May 2022 16:41:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/566bcdf5-22ad-43d7-9309-520bca5a9e7f?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/dffc76ca-3d62-4fd5-aa99-893cc9eafbbe?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ec96cf2-c145-4741-9a32-13315ef93859", + "x-ms-correlation-request-id": "f8e88edb-3c28-4038-b2d0-d3bfe5653680", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "3ec96cf2-c145-4741-9a32-13315ef93859", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091845Z:3ec96cf2-c145-4741-9a32-13315ef93859", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164116Z:f8e88edb-3c28-4038-b2d0-d3bfe5653680", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/566bcdf5-22ad-43d7-9309-520bca5a9e7f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/dffc76ca-3d62-4fd5-aa99-893cc9eafbbe?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "97e0b640-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2609,7 +4160,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:19:15 GMT", + "Date": "Wed, 25 May 2022 16:41:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2617,18 +4168,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "175120e9-5153-4ce6-a8fb-185cbe63935f", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "4d758e1d-0460-4e14-b869-59ec3024856b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091915Z:175120e9-5153-4ce6-a8fb-185cbe63935f", + "x-ms-correlation-request-id": "b6290234-7dc5-42db-b6d4-6bc59623d3f6", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164146Z:b6290234-7dc5-42db-b6d4-6bc59623d3f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/566bcdf5-22ad-43d7-9309-520bca5a9e7f", - "name": "566bcdf5-22ad-43d7-9309-520bca5a9e7f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/dffc76ca-3d62-4fd5-aa99-893cc9eafbbe", + "name": "dffc76ca-3d62-4fd5-aa99-893cc9eafbbe", "status": "Succeeded", - "startTime": "2022-03-01T09:18:45.6461433Z", - "endTime": "2022-03-01T09:18:46.0332985Z", + "startTime": "2022-05-25T16:41:16.2670011Z", + "endTime": "2022-05-25T16:41:20.9410961Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -2636,15 +4186,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/566bcdf5-22ad-43d7-9309-520bca5a9e7f?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/dffc76ca-3d62-4fd5-aa99-893cc9eafbbe?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "97e0b640-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2652,7 +4200,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:19:15 GMT", + "Date": "Wed, 25 May 2022 16:41:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2660,172 +4208,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65d23ab1-b7c5-4b86-a01a-ef0e7ae96c41", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "f16e034d-4d9c-4e7a-848d-3affd687c109", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091916Z:65d23ab1-b7c5-4b86-a01a-ef0e7ae96c41", + "x-ms-correlation-request-id": "7b9452a4-3962-4f7e-a29d-3b9571f3efc4", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164146Z:7b9452a4-3962-4f7e-a29d-3b9571f3efc4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A18%3A45.6182734Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A41%3A16.2696768Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:03:56.3488741Z" + "CreatedOnDate": "2022-05-25T16:20:58.7860675Z" }, "properties": { - "poolId": "9f57da15-f123-a01e-f729-03f9eea7313c", + "poolId": "160f6865-9ae1-8b9e-e8f8-5dcc147cbad1", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:21:00.0495192Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:21:00.0495192Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b096f212-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 09:19:25 GMT", + "Date": "Wed, 25 May 2022 16:41:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97ef2617-d3ae-4f7e-bcf6-30860c9444d3", + "x-ms-correlation-request-id": "2593709e-f103-4c7e-830e-b9c2defba199", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "97ef2617-d3ae-4f7e-bcf6-30860c9444d3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091926Z:97ef2617-d3ae-4f7e-bcf6-30860c9444d3" + "x-ms-routing-request-id": "WESTEUROPE:20220525T164157Z:2593709e-f103-4c7e-830e-b9c2defba199" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b6ac7b7c-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 09:19:36 GMT", + "Date": "Wed, 25 May 2022 16:42:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c66bb164-5afd-4511-ab9c-85bea13321e2", + "x-ms-correlation-request-id": "cbe6a39d-e29f-4b1c-b775-f4eaa9db7c9f", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "c66bb164-5afd-4511-ab9c-85bea13321e2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091936Z:c66bb164-5afd-4511-ab9c-85bea13321e2" + "x-ms-routing-request-id": "WESTEUROPE:20220525T164207Z:cbe6a39d-e29f-4b1c-b775-f4eaa9db7c9f" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bcc24398-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 09:19:46 GMT", + "Date": "Wed, 25 May 2022 16:42:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d6be7ee-3123-469b-98dc-9bccf8ea600b", + "x-ms-correlation-request-id": "42d3bb46-f279-4aa3-ad63-e911ab1b9ec4", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "2d6be7ee-3123-469b-98dc-9bccf8ea600b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091946Z:2d6be7ee-3123-469b-98dc-9bccf8ea600b" + "x-ms-routing-request-id": "WESTEUROPE:20220525T164217Z:42d3bb46-f279-4aa3-ad63-e911ab1b9ec4" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c2d9e4a2-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 09:19:56 GMT", + "Date": "Wed, 25 May 2022 16:42:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "311aeaa3-31c5-41eb-9c84-9440d2766072", + "x-ms-correlation-request-id": "d1e8bc8c-b360-4551-9232-6943bab847e4", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "311aeaa3-31c5-41eb-9c84-9440d2766072", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T091956Z:311aeaa3-31c5-41eb-9c84-9440d2766072" + "x-ms-routing-request-id": "WESTEUROPE:20220525T164228Z:d1e8bc8c-b360-4551-9232-6943bab847e4" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c8f09002-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:20:07 GMT", + "Date": "Wed, 25 May 2022 16:42:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d65d79a6-aa9c-49ed-ae93-6214e4f7b836", + "x-ms-correlation-request-id": "d1af866e-5fca-4bb3-9c04-2fe82302798a", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "d65d79a6-aa9c-49ed-ae93-6214e4f7b836", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T092007Z:d65d79a6-aa9c-49ed-ae93-6214e4f7b836" + "x-ms-routing-request-id": "WESTEUROPE:20220525T164238Z:d1af866e-5fca-4bb3-9c04-2fe82302798a" }, "ResponseBody": { "error": { @@ -2835,48 +4376,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c90de7f6-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4e916ce3-65f6-40da-8e69-119f9807bd3d?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b4ffa1d4-adbe-4c0a-95f2-e36a261ce4d4?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 09:20:08 GMT", + "Date": "Wed, 25 May 2022 16:42:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4e916ce3-65f6-40da-8e69-119f9807bd3d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b4ffa1d4-adbe-4c0a-95f2-e36a261ce4d4?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7e08f3c-4eec-470e-9e4d-32ee36392662", + "x-ms-correlation-request-id": "1438ea8f-bc74-4a84-82f1-918486daaccf", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "d7e08f3c-4eec-470e-9e4d-32ee36392662", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T092008Z:d7e08f3c-4eec-470e-9e4d-32ee36392662", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164239Z:1438ea8f-bc74-4a84-82f1-918486daaccf", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4e916ce3-65f6-40da-8e69-119f9807bd3d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b4ffa1d4-adbe-4c0a-95f2-e36a261ce4d4?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c90de7f6-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2884,7 +4420,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:20:38 GMT", + "Date": "Wed, 25 May 2022 16:43:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2892,18 +4428,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08c0ea1e-2896-4f59-b62c-4387032a0a0b", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "f9814744-6137-4992-84b5-17546d3884ba", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T092038Z:08c0ea1e-2896-4f59-b62c-4387032a0a0b", + "x-ms-correlation-request-id": "61adfa2a-2f52-4b70-8edd-4b6c0ad7f4b2", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164310Z:61adfa2a-2f52-4b70-8edd-4b6c0ad7f4b2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4e916ce3-65f6-40da-8e69-119f9807bd3d", - "name": "4e916ce3-65f6-40da-8e69-119f9807bd3d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b4ffa1d4-adbe-4c0a-95f2-e36a261ce4d4", + "name": "b4ffa1d4-adbe-4c0a-95f2-e36a261ce4d4", "status": "Succeeded", - "startTime": "2022-03-01T09:20:08.0882206Z", - "endTime": "2022-03-01T09:20:08.1786058Z", + "startTime": "2022-05-25T16:42:39.7515218Z", + "endTime": "2022-05-25T16:42:39.7827801Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -2911,15 +4446,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4e916ce3-65f6-40da-8e69-119f9807bd3d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b4ffa1d4-adbe-4c0a-95f2-e36a261ce4d4?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c90de7f6-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2927,7 +4460,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:20:38 GMT", + "Date": "Wed, 25 May 2022 16:43:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2935,55 +4468,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2d7c6b6-b878-4fed-8b6d-2ab1132ad8d9", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "da275ed7-4ab6-4ff2-bf8c-e7d7eb2e3056", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T092038Z:f2d7c6b6-b878-4fed-8b6d-2ab1132ad8d9", + "x-ms-correlation-request-id": "582bdbf0-8e6c-434f-8293-40f926583d4b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20220525T164310Z:582bdbf0-8e6c-434f-8293-40f926583d4b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A20%3A08.0694412Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A42%3A39.7567241Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T09:03:21.6978687Z" + "CreatedOnDate": "2022-05-25T16:20:20.6114629Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T16:20:25.8801579Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:20:25.8801579Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dcf298d4-9940-11ec-ae6c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:20:40 GMT", + "Date": "Wed, 25 May 2022 16:43:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2a0e941-9eb0-4d7d-9d62-7ed2bbaea2ed", + "x-ms-correlation-request-id": "02327d6b-2f9c-4514-8048-b54f78ecd281", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "e2a0e941-9eb0-4d7d-9d62-7ed2bbaea2ed", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T092040Z:e2a0e941-9eb0-4d7d-9d62-7ed2bbaea2ed" + "x-ms-routing-request-id": "WESTEUROPE:20220525T164312Z:02327d6b-2f9c-4514-8048-b54f78ecd281" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_get_account_backups.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_get_account_backups.json index 90b51033f087..762d3c779846 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_get_account_backups.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_get_account_backups.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:39:40 GMT", + "Date": "Wed, 25 May 2022 15:09:18 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AvucrJagX3dJpa-zv3gdCto; expires=Thu, 31-Mar-2022 08:39:40 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr9gB_Nt1eS9Mg7LMYCxkgqoI50rBLL6Mjp9I02f5Y55yrgHRadaOQ8u8ZcRgs1tY09kUFRD3NNgJQ6elfYvZjLSlvIZPwFAB-EQlyHFHMf-aY3cXw9cDZqoQC7qv-UkKJENQ5-eUzFbbrPcWCi-v4nhI-eKvs3xMweMfjeKXo3y0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - WEULR2 ProdSlices", - "x-ms-request-id": "c07e73de-d95c-4d51-b212-dba408ce0e00" + "x-ms-ests-server": "2.1.12794.5 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AvucrJagX3dJpa-zv3gdCto; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:39:40 GMT", + "Date": "Wed, 25 May 2022 15:09:18 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AvucrJagX3dJpa-zv3gdCto; expires=Thu, 31-Mar-2022 08:39:40 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "8b64c69b-8bdd-484e-b080-03c747744f00" + "x-ms-ests-server": "2.1.12794.4 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "bc7ac9d7-17c2-46e8-9d90-d8f96e5b6974", + "client-request-id": "14902d11-ba18-4e1b-9d3c-2da5496ce1fd", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AvucrJagX3dJpa-zv3gdCto; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "bc7ac9d7-17c2-46e8-9d90-d8f96e5b6974", - "Content-Length": "1412", + "client-request-id": "14902d11-ba18-4e1b-9d3c-2da5496ce1fd", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:39:40 GMT", + "Date": "Wed, 25 May 2022 15:09:18 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AvucrJagX3dJpa-zv3gdCtr7QncyAQAAAMzSr9kOAAAA; expires=Thu, 31-Mar-2022 08:39:40 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12529.16 - NEULR1 ProdSlices", - "x-ms-request-id": "064f4fdd-fe43-4e01-9e7c-263c688b1300" + "x-ms-ests-server": "2.1.12794.5 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "21aa8da2-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0eaa98a5-03a0-48b9-a605-6d75c652369f?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f69d9016-2de7-44bc-8de4-8093ae9f4d37?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "404", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:39:48 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A39%3A47.340372Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:09:28 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A09%3A27.4944592Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d47934e8-bc92-4548-a7c1-8404c094502c", + "x-ms-correlation-request-id": "95a535f4-54c9-494b-b8fb-0f02ecd45435", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "a98b1184-b007-42c1-87c2-a5c206763945", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083948Z:d47934e8-bc92-4548-a7c1-8404c094502c", + "x-ms-routing-request-id": "WESTEUROPE:20220525T150928Z:95a535f4-54c9-494b-b8fb-0f02ecd45435", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A39%3A47.340372Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A09%3A27.4944592Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:39:44.3566581Z" + "CreatedOnDate": "2022-05-25T15:09:23.7548122Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:09:26.7615882Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:09:26.7615882Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0eaa98a5-03a0-48b9-a605-6d75c652369f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f69d9016-2de7-44bc-8de4-8093ae9f4d37?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "21aa8da2-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:40:18 GMT", + "Date": "Wed, 25 May 2022 15:09:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7c02a34-d593-42f2-90c3-a72dca03c21b", + "x-ms-correlation-request-id": "af0181fe-29fb-46f4-8bd3-a1c37cb23dc0", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "7bc842ad-7707-48d4-9d56-1e0aedb26dc7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084018Z:b7c02a34-d593-42f2-90c3-a72dca03c21b", + "x-ms-routing-request-id": "WESTEUROPE:20220525T150959Z:af0181fe-29fb-46f4-8bd3-a1c37cb23dc0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0eaa98a5-03a0-48b9-a605-6d75c652369f", - "name": "0eaa98a5-03a0-48b9-a605-6d75c652369f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f69d9016-2de7-44bc-8de4-8093ae9f4d37", + "name": "f69d9016-2de7-44bc-8de4-8093ae9f4d37", "status": "Succeeded", - "startTime": "2022-03-01T08:39:47.3480623Z", - "endTime": "2022-03-01T08:39:47.4505178Z", + "startTime": "2022-05-25T15:09:27.5029715Z", + "endTime": "2022-05-25T15:09:27.534197Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "21aa8da2-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:40:18 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A39%3A47.4432627Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:09:58 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A09%3A27.5379589Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "179c4370-585a-4fd1-91d6-bae3745c2dab", + "x-ms-correlation-request-id": "1c977ff5-7383-4322-8b3f-8f61af4f5ecd", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "fd4226b4-3c32-42dd-84d0-8efbd4e9a1e5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084019Z:179c4370-585a-4fd1-91d6-bae3745c2dab", + "x-ms-routing-request-id": "WESTEUROPE:20220525T150959Z:1c977ff5-7383-4322-8b3f-8f61af4f5ecd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A39%3A47.4432627Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A09%3A27.5379589Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:39:44.3566581Z" + "CreatedOnDate": "2022-05-25T15:09:23.7548122Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:09:26.7615882Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:09:26.7615882Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "398c1440-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b529ee3-bbe4-485e-8089-3b669fb20745?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/94ba140e-489a-458b-8631-8ab851933fb9?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:40:21 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A40%3A20.8117196Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:10:02 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A10%3A02.0068501Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f03f6379-5bd7-4b26-ab36-f124bdf25706", + "x-ms-correlation-request-id": "16590095-6550-401a-b203-731291e3690e", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "02416163-f773-410d-9634-4985ca22722e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084021Z:f03f6379-5bd7-4b26-ab36-f124bdf25706", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151003Z:16590095-6550-401a-b203-731291e3690e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A40%3A20.8117196Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A10%3A02.0068501Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:40:19.2390649Z" + "CreatedOnDate": "2022-05-25T15:09:59.8999882Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:01.6134394Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:10:01.6134394Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b529ee3-bbe4-485e-8089-3b669fb20745?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/94ba140e-489a-458b-8631-8ab851933fb9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "398c1440-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:40:50 GMT", + "Date": "Wed, 25 May 2022 15:10:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73337128-2e98-4cbb-b880-e81747dfae58", + "x-ms-correlation-request-id": "5e7baded-dd3a-4ba5-b54d-2d9d72e679ae", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b3f6c95a-30f4-48cc-9c74-051143440af3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084051Z:73337128-2e98-4cbb-b880-e81747dfae58", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151033Z:5e7baded-dd3a-4ba5-b54d-2d9d72e679ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b529ee3-bbe4-485e-8089-3b669fb20745", - "name": "4b529ee3-bbe4-485e-8089-3b669fb20745", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/94ba140e-489a-458b-8631-8ab851933fb9", + "name": "94ba140e-489a-458b-8631-8ab851933fb9", "status": "Succeeded", - "startTime": "2022-03-01T08:40:20.8203187Z", - "endTime": "2022-03-01T08:40:21.0785322Z", + "startTime": "2022-05-25T15:10:02.0073331Z", + "endTime": "2022-05-25T15:10:02.6948612Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "398c1440-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:40:51 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A40%3A21.0691566Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:10:33 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A10%3A02.6907773Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab691972-a38c-4f7f-bab3-53d1c6aedcd1", + "x-ms-correlation-request-id": "27a659db-cc1c-405e-9bbf-8a247f7dbfd4", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "6338e820-eef1-4bf9-a20d-4b40b73b6518", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084052Z:ab691972-a38c-4f7f-bab3-53d1c6aedcd1", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151033Z:27a659db-cc1c-405e-9bbf-8a247f7dbfd4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A40%3A21.0691566Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A10%3A02.6907773Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:40:19.2390649Z" + "CreatedOnDate": "2022-05-25T15:09:59.8999882Z" }, "properties": { - "poolId": "ecaeb9d8-ea83-50df-e3aa-404c08eae5e4", + "poolId": "0d7cd2ad-0a61-5ffe-38be-da7fd5163705", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:01.6134394Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:10:01.6134394Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:41:04 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A41%3A03.4059507Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:10:47 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A10%3A47.2723425Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e71d77f-09ff-4060-b2ee-601325c2b864", + "x-ms-correlation-request-id": "5a93192e-d68d-4159-9217-440421f5e353", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "8ad1f360-f411-472d-857c-b822f22d5772", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084104Z:4e71d77f-09ff-4060-b2ee-601325c2b864", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151048Z:5a93192e-d68d-4159-9217-440421f5e353", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A41%3A03.4059507Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A10%3A47.2723425Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:41:02.2722095Z" + "CreatedOnDate": "2022-05-25T15:10:44.0171996Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:45.0304213Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:10:45.0304213Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:41:33 GMT", + "Date": "Wed, 25 May 2022 15:11:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e17ce94c-5355-482f-8b82-678df2a6e514", + "x-ms-correlation-request-id": "ba8d5eaf-964f-4752-a776-d3f8ed86e6c1", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "7e0d7a57-f6ed-49f8-b4d3-12995a4a55e2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084134Z:e17ce94c-5355-482f-8b82-678df2a6e514", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151118Z:ba8d5eaf-964f-4752-a776-d3f8ed86e6c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352", - "name": "48629756-8b6d-4f79-b5cc-8e2cbe52f352", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1", + "name": "4b42c779-bded-4161-b4f5-08217ac5e9c1", "status": "Creating", - "startTime": "2022-03-01T08:41:03.4135363Z", + "startTime": "2022-05-25T15:10:47.2740686Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:42:03 GMT", + "Date": "Wed, 25 May 2022 15:11:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8da38e23-0316-44d5-beb3-e9a09ccc5d71", + "x-ms-correlation-request-id": "dc844b91-9a05-4429-80c5-6f8e606fa9e4", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "b5069e74-21e2-478a-aabf-54ceab84bcd2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084204Z:8da38e23-0316-44d5-beb3-e9a09ccc5d71", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151148Z:dc844b91-9a05-4429-80c5-6f8e606fa9e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352", - "name": "48629756-8b6d-4f79-b5cc-8e2cbe52f352", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1", + "name": "4b42c779-bded-4161-b4f5-08217ac5e9c1", "status": "Creating", - "startTime": "2022-03-01T08:41:03.4135363Z", + "startTime": "2022-05-25T15:10:47.2740686Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:42:34 GMT", + "Date": "Wed, 25 May 2022 15:12:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b17a7a76-9b86-4855-9f82-c70b6cb25bdb", + "x-ms-correlation-request-id": "dabfeb11-9091-4bd4-8fc7-014a8ea8d95d", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "9fddc9ca-450e-4121-8eb6-269f1b9135d2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084234Z:b17a7a76-9b86-4855-9f82-c70b6cb25bdb", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151218Z:dabfeb11-9091-4bd4-8fc7-014a8ea8d95d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352", - "name": "48629756-8b6d-4f79-b5cc-8e2cbe52f352", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1", + "name": "4b42c779-bded-4161-b4f5-08217ac5e9c1", "status": "Creating", - "startTime": "2022-03-01T08:41:03.4135363Z", + "startTime": "2022-05-25T15:10:47.2740686Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:43:04 GMT", + "Date": "Wed, 25 May 2022 15:12:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6980d2f-7676-4bf0-b213-64829ef3b95c", + "x-ms-correlation-request-id": "6e71dbab-853c-4767-bba4-ae53d5a8f8e5", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "a1d04d02-3de7-4831-8336-b41a2118f3ee", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084305Z:e6980d2f-7676-4bf0-b213-64829ef3b95c", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151248Z:6e71dbab-853c-4767-bba4-ae53d5a8f8e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352", - "name": "48629756-8b6d-4f79-b5cc-8e2cbe52f352", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1", + "name": "4b42c779-bded-4161-b4f5-08217ac5e9c1", "status": "Creating", - "startTime": "2022-03-01T08:41:03.4135363Z", + "startTime": "2022-05-25T15:10:47.2740686Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:43:35 GMT", + "Date": "Wed, 25 May 2022 15:13:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3da3032-37f4-401c-8de9-b4d0fd56b59c", + "x-ms-correlation-request-id": "a109de82-03c9-4cbb-ad49-47128e3f004d", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "c3067c29-8409-46ad-8d46-9327d7185014", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084335Z:f3da3032-37f4-401c-8de9-b4d0fd56b59c", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151319Z:a109de82-03c9-4cbb-ad49-47128e3f004d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352", - "name": "48629756-8b6d-4f79-b5cc-8e2cbe52f352", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1", + "name": "4b42c779-bded-4161-b4f5-08217ac5e9c1", "status": "Creating", - "startTime": "2022-03-01T08:41:03.4135363Z", + "startTime": "2022-05-25T15:10:47.2740686Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:44:05 GMT", + "Date": "Wed, 25 May 2022 15:13:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92f48920-0a01-429f-86d0-a7146eebe3f4", + "x-ms-correlation-request-id": "74f99e59-f7c9-4710-9f74-e3ed4ec5ce88", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "73519e17-3ab6-4424-926b-e7632e64349d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084405Z:92f48920-0a01-429f-86d0-a7146eebe3f4", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151349Z:74f99e59-f7c9-4710-9f74-e3ed4ec5ce88", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352", - "name": "48629756-8b6d-4f79-b5cc-8e2cbe52f352", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1", + "name": "4b42c779-bded-4161-b4f5-08217ac5e9c1", "status": "Creating", - "startTime": "2022-03-01T08:41:03.4135363Z", + "startTime": "2022-05-25T15:10:47.2740686Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:44:35 GMT", + "Date": "Wed, 25 May 2022 15:14:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69704ba2-2c20-45cf-8ae2-f172d1595935", + "x-ms-correlation-request-id": "b64bb5d2-f5eb-4b7f-af18-7f44bd06c86a", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "7074b5ae-4f54-4f79-8dd3-10661723a816", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084435Z:69704ba2-2c20-45cf-8ae2-f172d1595935", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151419Z:b64bb5d2-f5eb-4b7f-af18-7f44bd06c86a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352", - "name": "48629756-8b6d-4f79-b5cc-8e2cbe52f352", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1", + "name": "4b42c779-bded-4161-b4f5-08217ac5e9c1", "status": "Creating", - "startTime": "2022-03-01T08:41:03.4135363Z", + "startTime": "2022-05-25T15:10:47.2740686Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:45:05 GMT", + "Date": "Wed, 25 May 2022 15:14:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +946,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1997e5cc-87fa-4b02-9b2a-7c9c5f808b73", + "x-ms-correlation-request-id": "d1c714f8-8d7a-45e7-9cbb-23ade296bf04", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "a93274cb-bda6-4a70-8ab0-b62281672ebf", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084505Z:1997e5cc-87fa-4b02-9b2a-7c9c5f808b73", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151449Z:d1c714f8-8d7a-45e7-9cbb-23ade296bf04", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352", - "name": "48629756-8b6d-4f79-b5cc-8e2cbe52f352", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1", + "name": "4b42c779-bded-4161-b4f5-08217ac5e9c1", "status": "Creating", - "startTime": "2022-03-01T08:41:03.4135363Z", + "startTime": "2022-05-25T15:10:47.2740686Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +978,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:45:35 GMT", + "Date": "Wed, 25 May 2022 15:15:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +986,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23cd8a15-2e88-4e4c-8ba7-85dc3a96c53b", + "x-ms-correlation-request-id": "27021fe6-3025-4e02-a929-f18059d20808", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "970cfef4-2fc5-4d17-abdd-019dd1810851", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084536Z:23cd8a15-2e88-4e4c-8ba7-85dc3a96c53b", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151520Z:27021fe6-3025-4e02-a929-f18059d20808", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/48629756-8b6d-4f79-b5cc-8e2cbe52f352", - "name": "48629756-8b6d-4f79-b5cc-8e2cbe52f352", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4b42c779-bded-4161-b4f5-08217ac5e9c1", + "name": "4b42c779-bded-4161-b4f5-08217ac5e9c1", "status": "Succeeded", - "startTime": "2022-03-01T08:41:03.4135363Z", - "endTime": "2022-03-01T08:45:28.9207623Z", + "startTime": "2022-05-25T15:10:47.2740686Z", + "endTime": "2022-05-25T15:14:54.6845071Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +1004,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5332de9c-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +1018,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:45:35 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A45%3A28.9152234Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:15:19 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A14%3A54.6853039Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +1027,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20799b23-5b5b-4a7f-8fc7-b28375f1ce5f", + "x-ms-correlation-request-id": "21211f27-542b-4545-a506-036dcf69619d", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "24d79dbc-159e-4ce0-90b3-9e7fc46acd17", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084536Z:20799b23-5b5b-4a7f-8fc7-b28375f1ce5f", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151520Z:21211f27-542b-4545-a506-036dcf69619d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A45%3A28.9152234Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A14%3A54.6853039Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:41:02.2722095Z" + "CreatedOnDate": "2022-05-25T15:10:44.0171996Z" }, "properties": { - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1070,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_6ce6f001", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_9abfac5a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1085,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "979e70d4-50a3-b338-cf81-56240ed05d4c", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "mountTargetId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,20 +1099,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:45.0304213Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:10:45.0304213Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fc9d7e7e-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1127,8 +1127,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:45:46 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A45%3A28.9152234Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:15:30 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A14%3A54.6853039Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1136,23 +1136,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c920776c-2d1a-4afc-8ca3-00338b3f08f8", + "x-ms-correlation-request-id": "668b7671-78cd-4f06-b127-0bb94faff6f7", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "904ec107-b5a2-4689-ac69-d8cf8985e2db", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084546Z:c920776c-2d1a-4afc-8ca3-00338b3f08f8", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151530Z:668b7671-78cd-4f06-b127-0bb94faff6f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A45%3A28.9152234Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A14%3A54.6853039Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:41:02.2722095Z" + "CreatedOnDate": "2022-05-25T15:10:44.0171996Z" }, "properties": { - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1180,10 +1179,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_6ce6f001", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_9abfac5a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1195,12 +1194,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "979e70d4-50a3-b338-cf81-56240ed05d4c", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "mountTargetId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1209,20 +1208,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:45.0304213Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:10:45.0304213Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fcbfd8ac-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1230,7 +1236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:45:46 GMT", + "Date": "Wed, 25 May 2022 15:15:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1238,10 +1244,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cefa9ad4-ee96-4751-afd8-47376222137f", + "x-ms-correlation-request-id": "b08bb03b-9658-4e44-bac2-9bdf6fd20107", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "ee1af317-b617-45c1-9c33-1698cbeca155", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084547Z:cefa9ad4-ee96-4751-afd8-47376222137f", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151531Z:b08bb03b-9658-4e44-bac2-9bdf6fd20107", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1250,32 +1255,26 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", + "Content-Length": "401", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fd2c4a00-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -1289,36 +1288,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a01fc8e2-0e33-4d49-8d62-b3c0d76caa6d?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39526967-cba3-4b1e-90ae-02cdae49e924?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2067", + "Content-Length": "2385", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:45:47 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A45%3A47.9614168Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:15:31 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A15%3A31.637106Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a01fc8e2-0e33-4d49-8d62-b3c0d76caa6d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39526967-cba3-4b1e-90ae-02cdae49e924?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0656cd19-12ae-41ee-9e76-d0b3b5f998ea", + "x-ms-correlation-request-id": "df79bc32-4021-4586-8313-20c9deae533d", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "a7464776-9d1c-43f3-8e57-5032cce1d83e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084548Z:0656cd19-12ae-41ee-9e76-d0b3b5f998ea", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151531Z:df79bc32-4021-4586-8313-20c9deae533d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A45%3A47.9614168Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A15%3A31.637106Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:41:02.2722095Z" + "CreatedOnDate": "2022-05-25T15:10:44.0171996Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1346,10 +1344,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_6ce6f001", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_9abfac5a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1361,12 +1359,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "979e70d4-50a3-b338-cf81-56240ed05d4c", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "mountTargetId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1374,20 +1372,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:45.0304213Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:10:45.0304213Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a01fc8e2-0e33-4d49-8d62-b3c0d76caa6d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39526967-cba3-4b1e-90ae-02cdae49e924?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fd2c4a00-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1395,7 +1400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:46:17 GMT", + "Date": "Wed, 25 May 2022 15:16:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1403,18 +1408,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6356354c-3ff4-413e-b6fc-73e4127d32a0", + "x-ms-correlation-request-id": "bf23cd16-c9c8-439c-9cc8-3e12351bca37", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "1624fd29-0689-4158-abcf-ceb724829576", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084618Z:6356354c-3ff4-413e-b6fc-73e4127d32a0", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151602Z:bf23cd16-c9c8-439c-9cc8-3e12351bca37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a01fc8e2-0e33-4d49-8d62-b3c0d76caa6d", - "name": "a01fc8e2-0e33-4d49-8d62-b3c0d76caa6d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39526967-cba3-4b1e-90ae-02cdae49e924", + "name": "39526967-cba3-4b1e-90ae-02cdae49e924", "status": "Succeeded", - "startTime": "2022-03-01T08:45:47.9754719Z", - "endTime": "2022-03-01T08:45:56.7770991Z", + "startTime": "2022-05-25T15:15:31.6419356Z", + "endTime": "2022-05-25T15:15:41.4787569Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1422,15 +1426,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a01fc8e2-0e33-4d49-8d62-b3c0d76caa6d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39526967-cba3-4b1e-90ae-02cdae49e924?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fd2c4a00-993b-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1438,7 +1440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:46:17 GMT", + "Date": "Wed, 25 May 2022 15:16:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,20 +1448,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21b3b4ef-cedc-4db8-827e-32843e317779", + "x-ms-correlation-request-id": "a81d7d26-f467-4b29-8fef-203831c7ce69", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "78c49204-f923-498e-ac88-694b520df975", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084618Z:21b3b4ef-cedc-4db8-827e-32843e317779", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151602Z:a81d7d26-f467-4b29-8fef-203831c7ce69", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A45%3A56.7684194Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A15%3A41.4814574Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:45:47.6559155Z" + "CreatedOnDate": "2022-05-25T15:15:31.2516864Z" }, "properties": { "dataProtection": { @@ -1469,11 +1470,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1501,19 +1501,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_6ce6f001", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_9abfac5a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "ecaeb9d8-ea83-50df-e3aa-404c08eae5e4", + "poolId": "0d7cd2ad-0a61-5ffe-38be-da7fd5163705", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "979e70d4-50a3-b338-cf81-56240ed05d4c", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "mountTargetId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "startIp": "", "endIp": "", "gateway": "", @@ -1522,7 +1522,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1536,22 +1536,32 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:45.0304213Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:15:31.5200821Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "68", + "Content-Length": "81", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0fcf9ec8-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -1561,21 +1571,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68b54525-c8db-432b-b10b-33dbf080f490?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63455f14-2b4e-458f-b911-99a7d39f0c51?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Length": "523", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:46:18 GMT", + "Date": "Wed, 25 May 2022 15:16:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68b54525-c8db-432b-b10b-33dbf080f490?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63455f14-2b4e-458f-b911-99a7d39f0c51?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b05314e-c33e-4bb8-bd5a-e63478b3ac32", + "x-ms-correlation-request-id": "3e3bf47c-2f4c-4384-998d-0609d97a4e54", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "92e5e5c1-1dd3-43c3-b63c-a9f4da4324f1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084618Z:4b05314e-c33e-4bb8-bd5a-e63478b3ac32", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151603Z:3e3bf47c-2f4c-4384-998d-0609d97a4e54", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1590,15 +1599,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68b54525-c8db-432b-b10b-33dbf080f490?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63455f14-2b4e-458f-b911-99a7d39f0c51?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0fcf9ec8-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1606,7 +1613,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:46:48 GMT", + "Date": "Wed, 25 May 2022 15:16:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1614,18 +1621,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4dc97cc4-c8fb-4a87-aad1-123c30a18e5e", + "x-ms-correlation-request-id": "7f2280ad-489d-4db4-99a1-246d8a21574e", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "0ce4ba72-fa66-4f78-90c9-71addbfe3f3b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084649Z:4dc97cc4-c8fb-4a87-aad1-123c30a18e5e", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151633Z:7f2280ad-489d-4db4-99a1-246d8a21574e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68b54525-c8db-432b-b10b-33dbf080f490", - "name": "68b54525-c8db-432b-b10b-33dbf080f490", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63455f14-2b4e-458f-b911-99a7d39f0c51", + "name": "63455f14-2b4e-458f-b911-99a7d39f0c51", "status": "Succeeded", - "startTime": "2022-03-01T08:46:18.7185802Z", - "endTime": "2022-03-01T08:46:19.135584Z", + "startTime": "2022-05-25T15:16:03.2161221Z", + "endTime": "2022-05-25T15:16:05.169299Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" @@ -1633,62 +1639,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68b54525-c8db-432b-b10b-33dbf080f490?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63455f14-2b4e-458f-b911-99a7d39f0c51?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0fcf9ec8-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "720", + "Content-Length": "730", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:46:48 GMT", + "Date": "Wed, 25 May 2022 15:16:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "633573a5-169c-4417-b053-bb8ccc517c16", + "x-ms-correlation-request-id": "227850a8-7490-4b26-abc9-7711f26f1a08", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "55f23c57-c67f-45e5-b281-caa80b688689", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084649Z:633573a5-169c-4417-b053-bb8ccc517c16", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151633Z:227850a8-7490-4b26-abc9-7711f26f1a08", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "3/1/2022 8:46:19 AM", + "etag": "5/25/2022 3:16:05 PM", "location": "", "properties": { - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2818a88a-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1696,7 +1697,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:46:58 GMT", + "Date": "Wed, 25 May 2022 15:16:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1704,10 +1705,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "089bf2e5-dff3-4f4e-9423-be4c6c4d95b0", + "x-ms-correlation-request-id": "9d1eeb0e-152c-4336-9c8b-36069b7c5dc8", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "e79f006b-e58e-48cb-a82d-f88dc5da31f9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084659Z:089bf2e5-dff3-4f4e-9423-be4c6c4d95b0", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151644Z:9d1eeb0e-152c-4336-9c8b-36069b7c5dc8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1716,27 +1716,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2e434e9a-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1744,7 +1742,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:47:08 GMT", + "Date": "Wed, 25 May 2022 15:16:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1752,10 +1750,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44c744b9-a798-4b60-8463-db1a8267ef0d", + "x-ms-correlation-request-id": "d64441d3-52d6-4320-b794-684032c23152", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "7ab572e0-c225-4441-baae-8f1d6cabdb05", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084709Z:44c744b9-a798-4b60-8463-db1a8267ef0d", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151655Z:d64441d3-52d6-4320-b794-684032c23152", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1764,27 +1761,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "346ca06e-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1792,7 +1787,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:47:20 GMT", + "Date": "Wed, 25 May 2022 15:17:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1800,10 +1795,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2ebb0e2-5033-4100-9c6b-a1947de84d18", + "x-ms-correlation-request-id": "5539043f-d907-4926-8ef5-b0d2d9e3e99a", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "6f706901-9a0c-4fd0-8c4a-b4042a1d5b53", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084720Z:c2ebb0e2-5033-4100-9c6b-a1947de84d18", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151706Z:5539043f-d907-4926-8ef5-b0d2d9e3e99a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1812,27 +1806,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3a913d42-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1840,7 +1832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:47:30 GMT", + "Date": "Wed, 25 May 2022 15:17:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1848,10 +1840,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11155091-0fe0-4ad9-8d72-ff9c3cf1fb1b", + "x-ms-correlation-request-id": "f6f8f168-ed92-451d-ad9c-db9b6785cda5", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "9393e65b-f51a-4f83-bd9d-f594ed617bf0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084730Z:11155091-0fe0-4ad9-8d72-ff9c3cf1fb1b", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151717Z:f6f8f168-ed92-451d-ad9c-db9b6785cda5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1860,27 +1851,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "40b78fc8-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1888,7 +1877,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:47:40 GMT", + "Date": "Wed, 25 May 2022 15:17:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1896,10 +1885,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7356a57c-3279-4f69-a6cf-a5d2dac32c23", + "x-ms-correlation-request-id": "6b73cfab-d51d-4121-837d-004ba28389b1", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "944493bf-3579-44e9-b0a4-09eacbb68d24", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084740Z:7356a57c-3279-4f69-a6cf-a5d2dac32c23", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151728Z:6b73cfab-d51d-4121-837d-004ba28389b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1908,27 +1896,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "46db6ad2-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1936,7 +1922,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:47:51 GMT", + "Date": "Wed, 25 May 2022 15:17:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1944,10 +1930,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7af85e45-101f-4a6a-8e46-dacf67328ddb", + "x-ms-correlation-request-id": "0417b2e9-4ce1-42ad-aec3-b63b7b3cc749", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "235f8885-c0e0-4e62-8c53-eb3a2bcf5d52", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084751Z:7af85e45-101f-4a6a-8e46-dacf67328ddb", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151739Z:0417b2e9-4ce1-42ad-aec3-b63b7b3cc749", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1956,27 +1941,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4d019f3a-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1984,7 +1967,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:48:01 GMT", + "Date": "Wed, 25 May 2022 15:17:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1992,10 +1975,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98fefc67-ba38-403e-9e26-60243473256a", + "x-ms-correlation-request-id": "64144e16-0f1f-4fd8-914f-6d8c85efcc1a", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "4a7f41e6-23f4-4029-9678-6941b0c01979", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084801Z:98fefc67-ba38-403e-9e26-60243473256a", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151750Z:64144e16-0f1f-4fd8-914f-6d8c85efcc1a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2004,27 +1986,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "53251c0c-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2032,7 +2012,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:48:11 GMT", + "Date": "Wed, 25 May 2022 15:18:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2040,10 +2020,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eef966c1-b402-47d1-99c8-9406701a4d4e", + "x-ms-correlation-request-id": "07f659c0-76df-42f8-ae14-7aef1b9ce6e7", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "ffa09939-e9c6-43ef-bac8-b2f7fa5fb9f6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084811Z:eef966c1-b402-47d1-99c8-9406701a4d4e", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151801Z:07f659c0-76df-42f8-ae14-7aef1b9ce6e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2052,27 +2031,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "595262ce-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2080,7 +2057,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:48:21 GMT", + "Date": "Wed, 25 May 2022 15:18:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2088,10 +2065,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef3174a7-0502-47dd-b89e-c609a8c2b945", + "x-ms-correlation-request-id": "573d2aca-3406-4a94-87ea-fbcecf658d39", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "ed14cfc7-d883-431b-b93a-26a3b1d4a96d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084822Z:ef3174a7-0502-47dd-b89e-c609a8c2b945", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151812Z:573d2aca-3406-4a94-87ea-fbcecf658d39", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2100,27 +2076,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5f79cd2c-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2128,7 +2102,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:48:32 GMT", + "Date": "Wed, 25 May 2022 15:18:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2136,10 +2110,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19b75aa1-4fd0-4b9c-98ee-9d2524b7b974", + "x-ms-correlation-request-id": "9786b026-b055-4087-a666-2424bd708c4f", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "e1036851-6ce3-430e-97e0-7764ad9ae37d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084832Z:19b75aa1-4fd0-4b9c-98ee-9d2524b7b974", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151822Z:9786b026-b055-4087-a666-2424bd708c4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2148,27 +2121,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "65aba710-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2176,7 +2147,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:48:42 GMT", + "Date": "Wed, 25 May 2022 15:18:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2184,10 +2155,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07842995-912f-418f-95f5-918a337723d1", + "x-ms-correlation-request-id": "72e8e716-515c-4410-bdd8-dcd2f01bb56b", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "b204d2fa-9f38-4f7f-96f0-4217b9b362c2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084842Z:07842995-912f-418f-95f5-918a337723d1", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151834Z:72e8e716-515c-4410-bdd8-dcd2f01bb56b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2196,27 +2166,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6bd20062-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2224,7 +2192,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:48:52 GMT", + "Date": "Wed, 25 May 2022 15:18:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2232,10 +2200,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c8543fd-5349-470d-bca9-a7001175deb7", + "x-ms-correlation-request-id": "5f97e808-6dbf-47f7-a274-a6e9b0a6b7fc", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "fb32165e-3eee-48c8-b770-19a0ed3bbcff", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084853Z:0c8543fd-5349-470d-bca9-a7001175deb7", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151845Z:5f97e808-6dbf-47f7-a274-a6e9b0a6b7fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2244,27 +2211,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "71fc3854-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2272,7 +2237,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:49:02 GMT", + "Date": "Wed, 25 May 2022 15:18:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2280,10 +2245,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6a1d769-9f0c-4738-943a-980cbd7f0aff", + "x-ms-correlation-request-id": "03806888-7cf7-40d8-9398-2bdd63bea545", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "3430dcce-927b-4b81-8a1d-8560b01105b8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084903Z:c6a1d769-9f0c-4738-943a-980cbd7f0aff", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151856Z:03806888-7cf7-40d8-9398-2bdd63bea545", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2292,27 +2256,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "781ebbf8-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2320,7 +2282,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:49:13 GMT", + "Date": "Wed, 25 May 2022 15:19:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2328,10 +2290,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c82faf25-6646-430a-993c-665b9f82a2b0", + "x-ms-correlation-request-id": "10b6eed1-0ecc-4a4b-8a56-79a1a8752fbb", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "e01814d3-31da-40ce-9f24-2332609af62c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084913Z:c82faf25-6646-430a-993c-665b9f82a2b0", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151907Z:10b6eed1-0ecc-4a4b-8a56-79a1a8752fbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2340,27 +2301,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7e44f5ec-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2368,7 +2327,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:49:23 GMT", + "Date": "Wed, 25 May 2022 15:19:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2376,10 +2335,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7cf608d-9f3f-4531-a100-8df58c00b2f9", + "x-ms-correlation-request-id": "cf39ad18-0e70-4d96-af21-b5a85055d240", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "53c41365-17da-4f08-bb70-12d29ab70354", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084924Z:f7cf608d-9f3f-4531-a100-8df58c00b2f9", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151917Z:cf39ad18-0e70-4d96-af21-b5a85055d240", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2388,27 +2346,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84680b80-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2416,7 +2372,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:49:34 GMT", + "Date": "Wed, 25 May 2022 15:19:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2424,10 +2380,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fa017f5-edda-4caa-b9c2-61459ddf61aa", + "x-ms-correlation-request-id": "51ced893-3390-4bed-a097-ccfe2be49190", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "f69deeda-4d57-4c55-9edb-96b0b78ec7c7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084934Z:0fa017f5-edda-4caa-b9c2-61459ddf61aa", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151928Z:51ced893-3390-4bed-a097-ccfe2be49190", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2436,27 +2391,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8a899498-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2464,7 +2417,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:49:44 GMT", + "Date": "Wed, 25 May 2022 15:19:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2472,10 +2425,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d891f23-9c88-4492-b633-edad3eb44dc1", + "x-ms-correlation-request-id": "fd40bc0e-d9cc-4f37-9e2a-0a493e9c297c", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "546088cd-32b5-4f35-a06f-5defa024c84d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084944Z:7d891f23-9c88-4492-b633-edad3eb44dc1", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151939Z:fd40bc0e-d9cc-4f37-9e2a-0a493e9c297c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2484,27 +2436,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "90ae4986-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2512,7 +2462,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:49:54 GMT", + "Date": "Wed, 25 May 2022 15:19:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2520,10 +2470,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf01b102-4785-4ea8-b4f7-ac68aad16931", + "x-ms-correlation-request-id": "3980bd8a-6294-4fed-95e8-aac90ad49994", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "528b8869-7a64-431b-a34d-9682b4125580", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T084955Z:bf01b102-4785-4ea8-b4f7-ac68aad16931", + "x-ms-routing-request-id": "WESTEUROPE:20220525T151950Z:3980bd8a-6294-4fed-95e8-aac90ad49994", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2532,27 +2481,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "96d4d186-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2560,7 +2507,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:50:04 GMT", + "Date": "Wed, 25 May 2022 15:20:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2568,10 +2515,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f220a9d5-fbfb-4828-bfd4-fc1afba2cab5", + "x-ms-correlation-request-id": "b8ea5e81-d39e-41aa-82fa-4cb52e05e74d", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "8151811c-c640-412d-ada6-cfbd376e7862", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085005Z:f220a9d5-fbfb-4828-bfd4-fc1afba2cab5", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152001Z:b8ea5e81-d39e-41aa-82fa-4cb52e05e74d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2580,27 +2526,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9cf6aeae-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2608,7 +2552,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:50:15 GMT", + "Date": "Wed, 25 May 2022 15:20:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2616,10 +2560,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c916d3ed-faf6-4754-ae22-e3a7b6558a8a", + "x-ms-correlation-request-id": "4c9770ec-3135-44f5-a2a0-3935ee824724", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "ee855cba-6689-4eac-97e5-d69101cdefa4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085015Z:c916d3ed-faf6-4754-ae22-e3a7b6558a8a", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152012Z:4c9770ec-3135-44f5-a2a0-3935ee824724", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2628,27 +2571,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a318b1f6-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2656,7 +2597,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:50:25 GMT", + "Date": "Wed, 25 May 2022 15:20:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2664,10 +2605,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "686a0034-7ea0-4f87-8e52-3796ad62ccd8", + "x-ms-correlation-request-id": "ce9fed4b-7b5e-4ec4-bcc6-4795222b2d3e", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "5416f69d-35cb-4249-b6b3-8b20e34a32e2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085025Z:686a0034-7ea0-4f87-8e52-3796ad62ccd8", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152023Z:ce9fed4b-7b5e-4ec4-bcc6-4795222b2d3e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2676,27 +2616,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:19Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a946ce8c-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2704,7 +2642,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:50:35 GMT", + "Date": "Wed, 25 May 2022 15:20:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2712,10 +2650,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d5a7b62-f6dd-4365-972f-da5b9f8a84cf", + "x-ms-correlation-request-id": "a29b0b74-b353-4794-b4d5-0159786b8585", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "5e87f765-7266-411b-8e14-d9464ce341a6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085036Z:6d5a7b62-f6dd-4365-972f-da5b9f8a84cf", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152034Z:a29b0b74-b353-4794-b4d5-0159786b8585", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2724,27 +2661,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:25Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", - "size": 323584, + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a97393d6-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2752,7 +2687,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:50:35 GMT", + "Date": "Wed, 25 May 2022 15:20:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2760,39 +2695,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10b08890-304c-447a-8931-b6d6bf6a7f26", + "x-ms-correlation-request-id": "0b3bf530-3ed9-42d3-a12c-d6d2fb029601", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "97beeee9-1654-470b-bb94-6d76b30d642d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085036Z:10b08890-304c-447a-8931-b6d6bf6a7f26", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152045Z:0b3bf530-3ed9-42d3-a12c-d6d2fb029601", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:46:25Z", - "backupId": "cc8889ed-6ecf-75a5-ff38-7682fc652bb2", - "size": 323584, + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a996ba3c-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2800,7 +2732,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:50:35 GMT", + "Date": "Wed, 25 May 2022 15:20:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2808,163 +2740,126 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29f240b4-5895-4cae-96c6-60973d9931d8", + "x-ms-correlation-request-id": "85de58cf-62e2-4f13-81e2-129d08d68dce", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "6f4faa43-53da-4071-9f3b-7cfb62e202d7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085036Z:29f240b4-5895-4cae-96c6-60973d9931d8", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152056Z:85de58cf-62e2-4f13-81e2-129d08d68dce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", - "name": "sdk-py-tests-acc-1/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } - } - ] + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "424", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a9b691ea-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "RequestBody": { + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:21:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5e26a164-ae3e-49ce-977c-f264bd06328c", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152107Z:5e26a164-ae3e-49ce-977c-f264bd06328c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "throughputMibps": 0.0, - "dataProtection": { - "backup": { - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", - "backupEnabled": false - } - }, - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0 + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "StatusCode": 202, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3ea59d08-e20f-48c9-a46a-51f935bc9ca4?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "2317", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:50:37 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A50%3A38.1117514Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:21:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3ea59d08-e20f-48c9-a46a-51f935bc9ca4?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53756d1e-ea77-43a1-9689-d4a83a731cd9", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "95974cdd-5ea2-4de5-8851-f1953c93e5a4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085038Z:53756d1e-ea77-43a1-9689-d4a83a731cd9", + "x-ms-correlation-request-id": "a18dedfb-c9e8-46c0-94c7-e7a6f3ad526a", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152118Z:a18dedfb-c9e8-46c0-94c7-e7a6f3ad526a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A50%3A38.1117514Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T08:45:47.6559155Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Patching", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_6ce6f001", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "979e70d4-50a3-b338-cf81-56240ed05d4c", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3ea59d08-e20f-48c9-a46a-51f935bc9ca4?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a9b691ea-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2972,7 +2867,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:51:08 GMT", + "Date": "Wed, 25 May 2022 15:21:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2980,34 +2875,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d824977-4af6-45c8-ad5c-cd15b8774302", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "ad9644ad-7391-4941-aecb-f2e6904e2463", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085108Z:3d824977-4af6-45c8-ad5c-cd15b8774302", + "x-ms-correlation-request-id": "30184b10-d809-470e-8b2d-2681909c4059", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152129Z:30184b10-d809-470e-8b2d-2681909c4059", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3ea59d08-e20f-48c9-a46a-51f935bc9ca4", - "name": "3ea59d08-e20f-48c9-a46a-51f935bc9ca4", - "status": "Succeeded", - "startTime": "2022-03-01T08:50:38.1229162Z", - "endTime": "2022-03-01T08:50:57.0217458Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3ea59d08-e20f-48c9-a46a-51f935bc9ca4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a9b691ea-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3015,7 +2912,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:51:08 GMT", + "Date": "Wed, 25 May 2022 15:21:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3023,34 +2920,873 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cbba4a89-c1fc-4d12-938e-75b912feb633", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "84c53420-cef4-4afb-8a6f-eaafbe5a6b30", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085108Z:cbba4a89-c1fc-4d12-938e-75b912feb633", + "x-ms-correlation-request-id": "3a6f2ddd-ad75-4d90-bd3c-870304041541", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152140Z:3a6f2ddd-ad75-4d90-bd3c-870304041541", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A50%3A57.0150184Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T08:50:37.7526651Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", - "serviceLevel": "Premium", + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:21:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "33a5b793-b3d4-4e89-a4f2-15ca148eb9db", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152151Z:33a5b793-b3d4-4e89-a4f2-15ca148eb9db", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:22:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "365f565c-3805-4df6-89bf-9beea8dfa7ff", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152202Z:365f565c-3805-4df6-89bf-9beea8dfa7ff", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:22:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "63766978-1792-4d6c-8629-c287fbf90629", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152212Z:63766978-1792-4d6c-8629-c287fbf90629", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:22:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7e2a526f-f0be-4cce-a96f-9f3d034ae44d", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152223Z:7e2a526f-f0be-4cce-a96f-9f3d034ae44d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:22:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0ea1bc0a-87e6-45d2-bdb9-d25eb2a406a3", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152235Z:0ea1bc0a-87e6-45d2-bdb9-d25eb2a406a3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:22:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2e25f87d-283a-455d-a2e7-c887ac35d40d", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152246Z:2e25f87d-283a-455d-a2e7-c887ac35d40d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:22:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "74653e2d-2236-4ff7-8fd4-324602ad5f81", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152257Z:74653e2d-2236-4ff7-8fd4-324602ad5f81", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:23:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5f7de927-bfbc-4fd3-8e84-dec5fd332808", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152307Z:5f7de927-bfbc-4fd3-8e84-dec5fd332808", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:23:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0c7344f2-00d3-4bf4-914d-0b7327f2e986", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152318Z:0c7344f2-00d3-4bf4-914d-0b7327f2e986", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:23:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1ff60c00-beb8-47a4-a47d-31e0881de1fd", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152329Z:1ff60c00-beb8-47a4-a47d-31e0881de1fd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:23:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2517aa3e-e0d9-4c1c-b78e-22365b44a3ab", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152340Z:2517aa3e-e0d9-4c1c-b78e-22365b44a3ab", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:23:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d43b4872-88fc-49db-aa5c-55e7fc768da9", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152351Z:d43b4872-88fc-49db-aa5c-55e7fc768da9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:23:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "13cde2d8-7d6d-4995-983c-e174bc984f9a", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152352Z:13cde2d8-7d6d-4995-983c-e174bc984f9a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:16:05Z", + "backupId": "f25013a0-4b10-c336-0e7d-8a2605c11ffc", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:23:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c4c569f6-857b-4d7f-b1a4-47e5f8ac9472", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152352Z:c4c569f6-857b-4d7f-b1a4-47e5f8ac9472", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", + "name": "sdk-py-tests-acc-1/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "402", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", + "backupEnabled": false + } + }, + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0 + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4ce4bb3e-99c5-4a8a-bb1f-6ee7f15b575d?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "2638", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:23:52 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A23%3A53.1092906Z\u0027\u0022", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4ce4bb3e-99c5-4a8a-bb1f-6ee7f15b575d?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "507a0080-e325-47e6-9100-15f063f37331", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152353Z:507a0080-e325-47e6-9100-15f063f37331", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A23%3A53.1092906Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-25T15:15:31.2516864Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" + } + }, + "provisioningState": "Patching", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_9abfac5a", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:45.0304213Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:15:31.5200821Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4ce4bb3e-99c5-4a8a-bb1f-6ee7f15b575d?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:24:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "73a7a675-8f0f-4a15-acce-7aebd1f93f2d", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152423Z:73a7a675-8f0f-4a15-acce-7aebd1f93f2d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4ce4bb3e-99c5-4a8a-bb1f-6ee7f15b575d", + "name": "4ce4bb3e-99c5-4a8a-bb1f-6ee7f15b575d", + "status": "Succeeded", + "startTime": "2022-05-25T15:23:53.1064029Z", + "endTime": "2022-05-25T15:24:03.5444029Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4ce4bb3e-99c5-4a8a-bb1f-6ee7f15b575d?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:24:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2e6b3ab0-5721-49b9-ad38-f034fe9f77ef", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152423Z:2e6b3ab0-5721-49b9-ad38-f034fe9f77ef", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A24%3A03.5482995Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-25T15:15:31.2516864Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": false, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" + } + }, + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", + "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -3078,19 +3814,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_6ce6f001", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_9abfac5a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "ecaeb9d8-ea83-50df-e3aa-404c08eae5e4", + "poolId": "0d7cd2ad-0a61-5ffe-38be-da7fd5163705", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "979e70d4-50a3-b338-cf81-56240ed05d4c", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "mountTargetId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "startIp": "", "endIp": "", "gateway": "", @@ -3099,7 +3835,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -3113,20 +3849,30 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:45.0304213Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:23:53.0010412Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bdf64de4-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, @@ -3134,16 +3880,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:51:10 GMT", + "Date": "Wed, 25 May 2022 15:24:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d455d124-9fe4-4719-9c0d-0cfb01e973b1", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "1820cd6a-c9ab-4003-b90e-fd1649217c3f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085111Z:d455d124-9fe4-4719-9c0d-0cfb01e973b1", + "x-ms-correlation-request-id": "663056c2-7739-47aa-8549-d7de7e697c93", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152426Z:663056c2-7739-47aa-8549-d7de7e697c93", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3154,48 +3899,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "be341d5e-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c9fd8117-8433-4914-9e56-b69a26fc1ad4?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed6b9b8a-9421-4cc2-91f1-06b57f517a75?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 08:51:11 GMT", + "Date": "Wed, 25 May 2022 15:24:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c9fd8117-8433-4914-9e56-b69a26fc1ad4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed6b9b8a-9421-4cc2-91f1-06b57f517a75?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51f36760-5a42-4037-9e0e-ec2037ff220b", + "x-ms-correlation-request-id": "7675770b-cf57-435b-969a-105b15ea109b", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "51f36760-5a42-4037-9e0e-ec2037ff220b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085111Z:51f36760-5a42-4037-9e0e-ec2037ff220b", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152427Z:7675770b-cf57-435b-969a-105b15ea109b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c9fd8117-8433-4914-9e56-b69a26fc1ad4?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed6b9b8a-9421-4cc2-91f1-06b57f517a75?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "be341d5e-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3203,7 +3943,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:51:41 GMT", + "Date": "Wed, 25 May 2022 15:24:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3211,17 +3951,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23828893-456f-4d26-9165-247a017e2113", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "d1546a46-17d0-4c8e-92bb-492a8692182d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085141Z:23828893-456f-4d26-9165-247a017e2113", + "x-ms-correlation-request-id": "43b422f4-9b5b-42df-9633-d6aae87e5e85", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152457Z:43b422f4-9b5b-42df-9633-d6aae87e5e85", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c9fd8117-8433-4914-9e56-b69a26fc1ad4", - "name": "c9fd8117-8433-4914-9e56-b69a26fc1ad4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed6b9b8a-9421-4cc2-91f1-06b57f517a75", + "name": "ed6b9b8a-9421-4cc2-91f1-06b57f517a75", "status": "Deleting", - "startTime": "2022-03-01T08:51:11.601861Z", + "startTime": "2022-05-25T15:24:27.0924632Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3230,15 +3969,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c9fd8117-8433-4914-9e56-b69a26fc1ad4?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed6b9b8a-9421-4cc2-91f1-06b57f517a75?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "be341d5e-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3246,7 +3983,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:52:11 GMT", + "Date": "Wed, 25 May 2022 15:25:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3254,17 +3991,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "249dbdc7-685d-4389-a922-502492a66c0e", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "183746e2-0bd5-44ea-a658-a79e890238e9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085212Z:249dbdc7-685d-4389-a922-502492a66c0e", + "x-ms-correlation-request-id": "c19d4a77-daa3-40f2-984c-20a350f01cc1", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152527Z:c19d4a77-daa3-40f2-984c-20a350f01cc1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c9fd8117-8433-4914-9e56-b69a26fc1ad4", - "name": "c9fd8117-8433-4914-9e56-b69a26fc1ad4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed6b9b8a-9421-4cc2-91f1-06b57f517a75", + "name": "ed6b9b8a-9421-4cc2-91f1-06b57f517a75", "status": "Deleting", - "startTime": "2022-03-01T08:51:11.601861Z", + "startTime": "2022-05-25T15:24:27.0924632Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3273,15 +4009,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c9fd8117-8433-4914-9e56-b69a26fc1ad4?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed6b9b8a-9421-4cc2-91f1-06b57f517a75?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "be341d5e-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3289,7 +4023,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:52:42 GMT", + "Date": "Wed, 25 May 2022 15:25:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3297,18 +4031,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d74344af-40aa-4c2f-9a3c-d78b40690533", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "df99a738-c35c-47a6-9d5a-529cab8f0b7e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085242Z:d74344af-40aa-4c2f-9a3c-d78b40690533", + "x-ms-correlation-request-id": "0f35ac16-b06e-47a4-81d3-f2d83c80eb41", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152557Z:0f35ac16-b06e-47a4-81d3-f2d83c80eb41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c9fd8117-8433-4914-9e56-b69a26fc1ad4", - "name": "c9fd8117-8433-4914-9e56-b69a26fc1ad4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed6b9b8a-9421-4cc2-91f1-06b57f517a75", + "name": "ed6b9b8a-9421-4cc2-91f1-06b57f517a75", "status": "Succeeded", - "startTime": "2022-03-01T08:51:11.601861Z", - "endTime": "2022-03-01T08:52:27.508032Z", + "startTime": "2022-05-25T15:24:27.0924632Z", + "endTime": "2022-05-25T15:25:42.6536855Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -3316,15 +4049,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c9fd8117-8433-4914-9e56-b69a26fc1ad4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed6b9b8a-9421-4cc2-91f1-06b57f517a75?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "be341d5e-993c-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3332,7 +4063,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:52:42 GMT", + "Date": "Wed, 25 May 2022 15:25:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3340,20 +4071,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf6d5c22-bcc1-4ac8-a952-a57e2c2f117f", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "6080a302-26bb-4c31-87b9-1e9da7bb2cfb", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085243Z:bf6d5c22-bcc1-4ac8-a952-a57e2c2f117f", + "x-ms-correlation-request-id": "3112be31-a142-49eb-b589-38d1356703ae", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152558Z:3112be31-a142-49eb-b589-38d1356703ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A51%3A11.5877437Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A25%3A25.6851492Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:50:37.7526651Z" + "CreatedOnDate": "2022-05-25T15:15:31.2516864Z" }, "properties": { "dataProtection": { @@ -3363,11 +4093,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Deleting", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -3395,19 +4124,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_6ce6f001", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_9abfac5a", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "ecaeb9d8-ea83-50df-e3aa-404c08eae5e4", + "poolId": "0d7cd2ad-0a61-5ffe-38be-da7fd5163705", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "979e70d4-50a3-b338-cf81-56240ed05d4c", - "fileSystemId": "979e70d4-50a3-b338-cf81-56240ed05d4c", + "mountTargetId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", + "fileSystemId": "68063ef3-5cdb-3e32-e3d3-35d025832caa", "startIp": "", "endIp": "", "gateway": "", @@ -3416,7 +4145,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -3430,36 +4159,45 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:45.0304213Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:23:53.0010412Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6c3e1738-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:56:05 GMT", + "Date": "Wed, 25 May 2022 15:29:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1264332b-f20a-47e9-873a-926826acc848", + "x-ms-correlation-request-id": "440b7f5b-519c-46c7-a7d2-bfd966105441", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "1264332b-f20a-47e9-873a-926826acc848", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085605Z:1264332b-f20a-47e9-873a-926826acc848" + "x-ms-routing-request-id": "WESTEUROPE:20220525T152921Z:440b7f5b-519c-46c7-a7d2-bfd966105441" }, "ResponseBody": { "error": { @@ -3469,48 +4207,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73be95be-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/91c388d1-ea5e-41a2-b321-4a27ad6d4e1b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab67faf0-51a9-4769-bd61-c4a8065520b7?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 08:56:18 GMT", + "Date": "Wed, 25 May 2022 15:29:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/91c388d1-ea5e-41a2-b321-4a27ad6d4e1b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab67faf0-51a9-4769-bd61-c4a8065520b7?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a86236b-d061-44d1-b9db-041bbd7aaa75", + "x-ms-correlation-request-id": "698d00cb-7fdc-4dd5-8f10-8efd56d99d0f", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "2a86236b-d061-44d1-b9db-041bbd7aaa75", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085618Z:2a86236b-d061-44d1-b9db-041bbd7aaa75", + "x-ms-routing-request-id": "WESTEUROPE:20220525T152933Z:698d00cb-7fdc-4dd5-8f10-8efd56d99d0f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/91c388d1-ea5e-41a2-b321-4a27ad6d4e1b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab67faf0-51a9-4769-bd61-c4a8065520b7?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73be95be-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3518,7 +4251,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:56:48 GMT", + "Date": "Wed, 25 May 2022 15:30:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3526,18 +4259,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bdab3ed6-a347-404d-a582-713d6fdfcf38", + "x-ms-correlation-request-id": "703b6fba-2dee-4a0d-b98f-6473af8b62a9", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "5491ead7-0f6d-42ba-94a4-e6dd77045e63", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085648Z:bdab3ed6-a347-404d-a582-713d6fdfcf38", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153003Z:703b6fba-2dee-4a0d-b98f-6473af8b62a9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/91c388d1-ea5e-41a2-b321-4a27ad6d4e1b", - "name": "91c388d1-ea5e-41a2-b321-4a27ad6d4e1b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab67faf0-51a9-4769-bd61-c4a8065520b7", + "name": "ab67faf0-51a9-4769-bd61-c4a8065520b7", "status": "Succeeded", - "startTime": "2022-03-01T08:56:18.2533696Z", - "endTime": "2022-03-01T08:56:18.7825555Z", + "startTime": "2022-05-25T15:29:33.1240773Z", + "endTime": "2022-05-25T15:29:36.483458Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -3545,15 +4277,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/91c388d1-ea5e-41a2-b321-4a27ad6d4e1b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab67faf0-51a9-4769-bd61-c4a8065520b7?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73be95be-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3561,7 +4291,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:56:48 GMT", + "Date": "Wed, 25 May 2022 15:30:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3569,172 +4299,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ece1d088-9262-4c23-b43d-74c3067d6460", + "x-ms-correlation-request-id": "38900821-f083-4521-81fc-082bea20ee99", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c38ca567-1801-4c98-83c8-6ff2ccd07857", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085648Z:ece1d088-9262-4c23-b43d-74c3067d6460", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153003Z:38900821-f083-4521-81fc-082bea20ee99", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A56%3A18.2385283Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A29%3A33.120194Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:40:19.2390649Z" + "CreatedOnDate": "2022-05-25T15:09:59.8999882Z" }, "properties": { - "poolId": "ecaeb9d8-ea83-50df-e3aa-404c08eae5e4", + "poolId": "0d7cd2ad-0a61-5ffe-38be-da7fd5163705", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:10:01.6134394Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:10:01.6134394Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d6d6062-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 08:56:58 GMT", + "Date": "Wed, 25 May 2022 15:30:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4d879be-6e4a-4b69-a3bf-2b42e018252f", + "x-ms-correlation-request-id": "5471925e-3939-4501-a141-a3751bde7d64", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "d4d879be-6e4a-4b69-a3bf-2b42e018252f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085658Z:d4d879be-6e4a-4b69-a3bf-2b42e018252f" + "x-ms-routing-request-id": "WESTEUROPE:20220525T153014Z:5471925e-3939-4501-a141-a3751bde7d64" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9384c648-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 08:57:08 GMT", + "Date": "Wed, 25 May 2022 15:30:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2f5cbf7-94b0-44a9-b149-94f15700d226", + "x-ms-correlation-request-id": "eff4ea43-6da4-4386-8f9e-f3b33131ace2", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "f2f5cbf7-94b0-44a9-b149-94f15700d226", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085709Z:f2f5cbf7-94b0-44a9-b149-94f15700d226" + "x-ms-routing-request-id": "WESTEUROPE:20220525T153024Z:eff4ea43-6da4-4386-8f9e-f3b33131ace2" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "999c1374-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 08:57:19 GMT", + "Date": "Wed, 25 May 2022 15:30:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b8de8bb-d5ff-4395-b77c-1043222f62d3", + "x-ms-correlation-request-id": "c17efc08-eb53-4f20-a302-1c4ee4fa961b", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "2b8de8bb-d5ff-4395-b77c-1043222f62d3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085719Z:2b8de8bb-d5ff-4395-b77c-1043222f62d3" + "x-ms-routing-request-id": "WESTEUROPE:20220525T153034Z:c17efc08-eb53-4f20-a302-1c4ee4fa961b" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9fb2b510-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 08:57:29 GMT", + "Date": "Wed, 25 May 2022 15:30:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb3914cb-cfef-4891-9bc8-df4a31b6e97e", + "x-ms-correlation-request-id": "618c0b71-b9da-4cdf-887b-960f7dd25e9b", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "bb3914cb-cfef-4891-9bc8-df4a31b6e97e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085729Z:bb3914cb-cfef-4891-9bc8-df4a31b6e97e" + "x-ms-routing-request-id": "WESTEUROPE:20220525T153045Z:618c0b71-b9da-4cdf-887b-960f7dd25e9b" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a5ca2410-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:57:38 GMT", + "Date": "Wed, 25 May 2022 15:30:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce9503cb-82ff-489b-88f9-caa7ea1dba70", + "x-ms-correlation-request-id": "9dc45917-dc34-4144-b07a-a3b0a8b89136", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "ce9503cb-82ff-489b-88f9-caa7ea1dba70", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085739Z:ce9503cb-82ff-489b-88f9-caa7ea1dba70" + "x-ms-routing-request-id": "WESTEUROPE:20220525T153055Z:9dc45917-dc34-4144-b07a-a3b0a8b89136" }, "ResponseBody": { "error": { @@ -3744,48 +4467,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a5e7cc0e-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3d72d72f-1270-453f-b3cc-541b5944990e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cd5b111b-9bbb-450a-a6d0-bf3797e89efa?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 08:57:39 GMT", + "Date": "Wed, 25 May 2022 15:30:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3d72d72f-1270-453f-b3cc-541b5944990e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cd5b111b-9bbb-450a-a6d0-bf3797e89efa?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f311b50-bc08-4c18-8e51-5f00a322e656", + "x-ms-correlation-request-id": "1b79b94f-da3f-44b9-a519-b140003c8b2c", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "2f311b50-bc08-4c18-8e51-5f00a322e656", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085740Z:2f311b50-bc08-4c18-8e51-5f00a322e656", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153056Z:1b79b94f-da3f-44b9-a519-b140003c8b2c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3d72d72f-1270-453f-b3cc-541b5944990e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cd5b111b-9bbb-450a-a6d0-bf3797e89efa?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a5e7cc0e-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3793,7 +4511,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:58:10 GMT", + "Date": "Wed, 25 May 2022 15:31:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3801,18 +4519,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7eaf853-1e09-412c-964b-038d1c92e4e4", + "x-ms-correlation-request-id": "c8aed394-70b6-406c-bfd5-5a4e2e4464c2", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "daa33ab7-079f-4fb0-a0aa-788303c9d55c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085811Z:c7eaf853-1e09-412c-964b-038d1c92e4e4", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153126Z:c8aed394-70b6-406c-bfd5-5a4e2e4464c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3d72d72f-1270-453f-b3cc-541b5944990e", - "name": "3d72d72f-1270-453f-b3cc-541b5944990e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cd5b111b-9bbb-450a-a6d0-bf3797e89efa", + "name": "cd5b111b-9bbb-450a-a6d0-bf3797e89efa", "status": "Succeeded", - "startTime": "2022-03-01T08:57:40.7477657Z", - "endTime": "2022-03-01T08:57:40.7866867Z", + "startTime": "2022-05-25T15:30:56.3482957Z", + "endTime": "2022-05-25T15:30:56.3951746Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -3820,15 +4537,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3d72d72f-1270-453f-b3cc-541b5944990e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cd5b111b-9bbb-450a-a6d0-bf3797e89efa?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a5e7cc0e-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3836,7 +4551,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:58:10 GMT", + "Date": "Wed, 25 May 2022 15:31:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3844,55 +4559,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5bdfea6-a9c6-48c8-8e80-b2024ff2bc05", + "x-ms-correlation-request-id": "ee562167-298b-4e4d-84e4-fd636dfc1142", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "ba63d0cb-0a44-417f-a99b-283a933e6a81", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085811Z:e5bdfea6-a9c6-48c8-8e80-b2024ff2bc05", + "x-ms-routing-request-id": "WESTEUROPE:20220525T153126Z:ee562167-298b-4e4d-84e4-fd636dfc1142", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A57%3A40.7346476Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A30%3A56.3484703Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:39:44.3566581Z" + "CreatedOnDate": "2022-05-25T15:09:23.7548122Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:09:26.7615882Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:09:26.7615882Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b9d08dbe-993d-11ec-a930-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:58:12 GMT", + "Date": "Wed, 25 May 2022 15:31:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "845ba121-87db-4f5d-a353-a4567433dca9", + "x-ms-correlation-request-id": "db4a91ff-80bd-443b-8c6d-2aa9a9e56974", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "845ba121-87db-4f5d-a353-a4567433dca9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T085813Z:845ba121-87db-4f5d-a353-a4567433dca9" + "x-ms-routing-request-id": "WESTEUROPE:20220525T153129Z:db4a91ff-80bd-443b-8c6d-2aa9a9e56974" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_list_account_backups.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_list_account_backups.json index b335d63f3acb..4c68461d30dd 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_list_account_backups.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_account_backup.pyTestNetAppAccountBackuptest_list_account_backups.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:17:43 GMT", + "Date": "Wed, 25 May 2022 15:41:16 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AqQy1yap_-tFpbbRmVinQzs; expires=Thu, 31-Mar-2022 08:17:43 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrIC7MaGpnzanKo7N7TN6ZfiNkICnPCn-bnZMGT9nFp1DZJp4ICGk64hMtteyaO4ZcA4PgFjyPRy2DsIEcCHwSvTgm8KLYc3EAUe39SOhd2Tl4c74577emqCgs2CNHy2KGK4E9wUT5nOYBG9D1Rp3euCQKcD3m-0_7sb_h6rcPbXogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - NEULR1 ProdSlices", - "x-ms-request-id": "07402c9e-1c32-4698-9e20-df287b101100" + "x-ms-ests-server": "2.1.12794.5 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AqQy1yap_-tFpbbRmVinQzs; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:17:43 GMT", + "Date": "Wed, 25 May 2022 15:41:16 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AqQy1yap_-tFpbbRmVinQzs; expires=Thu, 31-Mar-2022 08:17:43 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - WEULR1 ProdSlices", - "x-ms-request-id": "8b8b9135-0a09-4030-a7ef-7b031f960000" + "x-ms-ests-server": "2.1.12794.5 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0a04b60d-2264-49e2-b726-dadfb7b452de", + "client-request-id": "8e68b8b4-353d-4e1a-86f8-b0e3ed3fb570", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AqQy1yap_-tFpbbRmVinQzs; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "0a04b60d-2264-49e2-b726-dadfb7b452de", - "Content-Length": "1412", + "client-request-id": "8e68b8b4-353d-4e1a-86f8-b0e3ed3fb570", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:17:43 GMT", + "Date": "Wed, 25 May 2022 15:41:16 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AqQy1yap_-tFpbbRmVinQzv7QncyAQAAAKbNr9kOAAAA; expires=Thu, 31-Mar-2022 08:17:43 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12529.16 - NEULR1 ProdSlices", - "x-ms-request-id": "07402c9e-1c32-4698-9e20-df288c101100" + "x-ms-ests-server": "2.1.12794.5 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "11049b76-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/59cb7e20-4460-49be-a3c0-9df91d42d343?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7adcecf9-7eb7-4156-aad1-cd2d0abc581e?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:17:49 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A17%3A49.4604776Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:41:24 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A41%3A24.2848612Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cffb966e-b745-4253-8b20-fa18d6d332b8", + "x-ms-correlation-request-id": "7085988d-32c1-4fae-b8f3-bf2f158b8267", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "083cae20-c65f-4a03-aee5-5fdc47ea6424", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T081750Z:cffb966e-b745-4253-8b20-fa18d6d332b8", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154125Z:7085988d-32c1-4fae-b8f3-bf2f158b8267", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A17%3A49.4604776Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A41%3A24.2848612Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:17:45.9817620Z" + "CreatedOnDate": "2022-05-25T15:41:20.2068696Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:41:23.5236398Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:41:23.5236398Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/59cb7e20-4460-49be-a3c0-9df91d42d343?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7adcecf9-7eb7-4156-aad1-cd2d0abc581e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "11049b76-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:18:20 GMT", + "Date": "Wed, 25 May 2022 15:41:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4dbba60-a402-4b5d-922b-9b92101bd963", + "x-ms-correlation-request-id": "1d3247e6-f457-4a7c-ba1e-7a5274c05980", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "deec7f6d-5060-4557-9839-fa1cc6657904", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T081820Z:e4dbba60-a402-4b5d-922b-9b92101bd963", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154155Z:1d3247e6-f457-4a7c-ba1e-7a5274c05980", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/59cb7e20-4460-49be-a3c0-9df91d42d343", - "name": "59cb7e20-4460-49be-a3c0-9df91d42d343", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7adcecf9-7eb7-4156-aad1-cd2d0abc581e", + "name": "7adcecf9-7eb7-4156-aad1-cd2d0abc581e", "status": "Succeeded", - "startTime": "2022-03-01T08:17:49.468422Z", - "endTime": "2022-03-01T08:17:49.5285453Z", + "startTime": "2022-05-25T15:41:24.2772512Z", + "endTime": "2022-05-25T15:41:24.3085072Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "11049b76-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:18:20 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A17%3A49.525764Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:41:55 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A41%3A24.3110915Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6f2ae14-6315-4789-bd19-1591946967d7", + "x-ms-correlation-request-id": "8d110457-15b5-43a6-b40f-2166fdad6c25", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "1f6d7c95-0cb2-4159-b930-0f1780513698", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T081820Z:e6f2ae14-6315-4789-bd19-1591946967d7", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154156Z:8d110457-15b5-43a6-b40f-2166fdad6c25", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A17%3A49.525764Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A41%3A24.3110915Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:17:45.9817620Z" + "CreatedOnDate": "2022-05-25T15:41:20.2068696Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:41:23.5236398Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:41:23.5236398Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "27ebd9d0-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/615704d0-e460-4860-be7b-9243ce2a3872?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/768ada55-c0a1-4d1e-a627-dc9afb867a5b?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:18:23 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A18%3A22.7117546Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:41:59 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A41%3A58.6031718Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "131c5c09-a1cc-452b-90b1-7846961ae4fd", + "x-ms-correlation-request-id": "8fb97892-089a-4c5f-8217-4ce6fdf16ac7", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "4490b833-8605-49ab-934c-a6931841aad5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T081823Z:131c5c09-a1cc-452b-90b1-7846961ae4fd", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154159Z:8fb97892-089a-4c5f-8217-4ce6fdf16ac7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A18%3A22.7117546Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A41%3A58.6031718Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:18:21.2010985Z" + "CreatedOnDate": "2022-05-25T15:41:56.5145443Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:41:58.2583659Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:41:58.2583659Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/615704d0-e460-4860-be7b-9243ce2a3872?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/768ada55-c0a1-4d1e-a627-dc9afb867a5b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "27ebd9d0-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:18:53 GMT", + "Date": "Wed, 25 May 2022 15:42:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce621480-5bac-4e5c-ba10-345cf18d82ba", + "x-ms-correlation-request-id": "7edca310-f914-4e12-bdcc-e201e8d34118", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "2469f749-d47f-4816-b3e1-0efc8a672061", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T081853Z:ce621480-5bac-4e5c-ba10-345cf18d82ba", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154230Z:7edca310-f914-4e12-bdcc-e201e8d34118", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/615704d0-e460-4860-be7b-9243ce2a3872", - "name": "615704d0-e460-4860-be7b-9243ce2a3872", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/768ada55-c0a1-4d1e-a627-dc9afb867a5b", + "name": "768ada55-c0a1-4d1e-a627-dc9afb867a5b", "status": "Succeeded", - "startTime": "2022-03-01T08:18:22.717244Z", - "endTime": "2022-03-01T08:18:22.9872405Z", + "startTime": "2022-05-25T15:41:58.6061493Z", + "endTime": "2022-05-25T15:41:59.2155619Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "27ebd9d0-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:18:53 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A18%3A22.974765Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:42:30 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A41%3A59.2070599Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "754830e6-9404-4871-9a0a-f4cf748ab099", + "x-ms-correlation-request-id": "e37d311e-96c1-4d59-b4bb-a6a80f3cced4", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "89e12b5a-e420-4ce1-a7fa-5f648ce88af5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T081854Z:754830e6-9404-4871-9a0a-f4cf748ab099", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154230Z:e37d311e-96c1-4d59-b4bb-a6a80f3cced4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A18%3A22.974765Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A41%3A59.2070599Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:18:21.2010985Z" + "CreatedOnDate": "2022-05-25T15:41:56.5145443Z" }, "properties": { - "poolId": "2f2d0100-a3d8-6898-1fb2-603fff8e0f5a", + "poolId": "16e630b1-cd82-d9ed-6ddd-33a0440b669e", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:41:58.2583659Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:41:58.2583659Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:19:06 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A19%3A05.7341249Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:42:45 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A42%3A44.4388019Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9497c6d-939e-4f98-ae51-e85247f8326f", + "x-ms-correlation-request-id": "bef85257-e4ad-4b6c-abf6-17a1aa8b3033", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d0ebe957-c2b3-4d57-9a31-59ef8c9cf47e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T081906Z:b9497c6d-939e-4f98-ae51-e85247f8326f", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154245Z:bef85257-e4ad-4b6c-abf6-17a1aa8b3033", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A19%3A05.7341249Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A42%3A44.4388019Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:19:04.4217330Z" + "CreatedOnDate": "2022-05-25T15:42:40.8578217Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:42:42.0085871Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:42:42.0085871Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:19:36 GMT", + "Date": "Wed, 25 May 2022 15:43:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37b21568-83eb-4a84-a547-a1ff17f96ae1", + "x-ms-correlation-request-id": "d9122a17-687c-4c37-8c5f-d10c89397c98", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "de3b70a3-5675-4a53-bdfa-f235002a7819", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T081936Z:37b21568-83eb-4a84-a547-a1ff17f96ae1", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154315Z:d9122a17-687c-4c37-8c5f-d10c89397c98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678", - "name": "000e57ef-6c88-4a71-bd06-4aef4fb58678", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628", + "name": "425161f9-55c9-4b7e-8da0-d1cb45ad5628", "status": "Creating", - "startTime": "2022-03-01T08:19:05.744462Z", + "startTime": "2022-05-25T15:42:44.4456859Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:20:06 GMT", + "Date": "Wed, 25 May 2022 15:43:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ac35d4d-6759-4e95-b537-361ba5d84df8", + "x-ms-correlation-request-id": "70bf12ff-ffd0-4291-b6cb-4d0aff9d9111", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "3da417bc-351b-4af1-a339-a14c5d44a30b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082007Z:7ac35d4d-6759-4e95-b537-361ba5d84df8", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154345Z:70bf12ff-ffd0-4291-b6cb-4d0aff9d9111", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678", - "name": "000e57ef-6c88-4a71-bd06-4aef4fb58678", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628", + "name": "425161f9-55c9-4b7e-8da0-d1cb45ad5628", "status": "Creating", - "startTime": "2022-03-01T08:19:05.744462Z", + "startTime": "2022-05-25T15:42:44.4456859Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:20:36 GMT", + "Date": "Wed, 25 May 2022 15:44:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1194db05-0890-4f0b-abf2-c8a584d162fd", + "x-ms-correlation-request-id": "aa6fec77-cbb4-4972-bd56-47408087a7e3", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "70a42393-308a-43b5-845a-e9009f1c61b4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082037Z:1194db05-0890-4f0b-abf2-c8a584d162fd", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154416Z:aa6fec77-cbb4-4972-bd56-47408087a7e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678", - "name": "000e57ef-6c88-4a71-bd06-4aef4fb58678", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628", + "name": "425161f9-55c9-4b7e-8da0-d1cb45ad5628", "status": "Creating", - "startTime": "2022-03-01T08:19:05.744462Z", + "startTime": "2022-05-25T15:42:44.4456859Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:21:07 GMT", + "Date": "Wed, 25 May 2022 15:44:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba121d50-ec5b-4586-9d09-f13fb1c31e2b", + "x-ms-correlation-request-id": "da75c691-5a85-40c2-b228-0a2c40e90eb6", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "83f83a89-e110-440b-83df-48c3f08dd686", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082107Z:ba121d50-ec5b-4586-9d09-f13fb1c31e2b", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154446Z:da75c691-5a85-40c2-b228-0a2c40e90eb6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678", - "name": "000e57ef-6c88-4a71-bd06-4aef4fb58678", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628", + "name": "425161f9-55c9-4b7e-8da0-d1cb45ad5628", "status": "Creating", - "startTime": "2022-03-01T08:19:05.744462Z", + "startTime": "2022-05-25T15:42:44.4456859Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:21:37 GMT", + "Date": "Wed, 25 May 2022 15:45:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce5a2ee6-7221-4f14-aecc-598948f4f939", + "x-ms-correlation-request-id": "70dad4fe-501a-4f49-80ae-84ed985d4bd4", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7bcb2dad-c918-4f8a-aa6e-d543367d642a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082137Z:ce5a2ee6-7221-4f14-aecc-598948f4f939", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154516Z:70dad4fe-501a-4f49-80ae-84ed985d4bd4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678", - "name": "000e57ef-6c88-4a71-bd06-4aef4fb58678", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628", + "name": "425161f9-55c9-4b7e-8da0-d1cb45ad5628", "status": "Creating", - "startTime": "2022-03-01T08:19:05.744462Z", + "startTime": "2022-05-25T15:42:44.4456859Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:22:07 GMT", + "Date": "Wed, 25 May 2022 15:45:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7bd1d75d-798b-44c2-a1f4-e8081bfab780", + "x-ms-correlation-request-id": "cb685de1-314f-4abe-8b32-f8a707e9f463", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "f8dc1375-301b-4e12-b5f1-e37e9c15fcc3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082207Z:7bd1d75d-798b-44c2-a1f4-e8081bfab780", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154546Z:cb685de1-314f-4abe-8b32-f8a707e9f463", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678", - "name": "000e57ef-6c88-4a71-bd06-4aef4fb58678", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628", + "name": "425161f9-55c9-4b7e-8da0-d1cb45ad5628", "status": "Creating", - "startTime": "2022-03-01T08:19:05.744462Z", + "startTime": "2022-05-25T15:42:44.4456859Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:22:38 GMT", + "Date": "Wed, 25 May 2022 15:46:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "163e1881-ba43-4204-9733-2bb4b5bc06fa", + "x-ms-correlation-request-id": "526df760-6c1d-4a3b-be53-0f08dbfce9d3", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "98c8de6e-31d6-47c0-9eb7-f9613e939a81", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082238Z:163e1881-ba43-4204-9733-2bb4b5bc06fa", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154616Z:526df760-6c1d-4a3b-be53-0f08dbfce9d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678", - "name": "000e57ef-6c88-4a71-bd06-4aef4fb58678", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628", + "name": "425161f9-55c9-4b7e-8da0-d1cb45ad5628", "status": "Creating", - "startTime": "2022-03-01T08:19:05.744462Z", + "startTime": "2022-05-25T15:42:44.4456859Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:23:07 GMT", + "Date": "Wed, 25 May 2022 15:46:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +946,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62465bc4-214f-45e1-832b-bc3f3b3bc6c1", + "x-ms-correlation-request-id": "ac4a9267-dfdd-4e37-bdf4-cc2d14b1f705", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "88e46664-8bf0-4916-b185-7ea762bb710f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082308Z:62465bc4-214f-45e1-832b-bc3f3b3bc6c1", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154647Z:ac4a9267-dfdd-4e37-bdf4-cc2d14b1f705", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678", - "name": "000e57ef-6c88-4a71-bd06-4aef4fb58678", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628", + "name": "425161f9-55c9-4b7e-8da0-d1cb45ad5628", "status": "Creating", - "startTime": "2022-03-01T08:19:05.744462Z", + "startTime": "2022-05-25T15:42:44.4456859Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +978,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:23:38 GMT", + "Date": "Wed, 25 May 2022 15:47:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +986,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb32bc47-86eb-4e12-9239-0c4e045e3678", + "x-ms-correlation-request-id": "8dbb1805-fac6-40e5-936b-25a08afce0af", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "b9a124d2-d100-43c8-b1ef-ecbb7b213a11", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082338Z:bb32bc47-86eb-4e12-9239-0c4e045e3678", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154717Z:8dbb1805-fac6-40e5-936b-25a08afce0af", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/000e57ef-6c88-4a71-bd06-4aef4fb58678", - "name": "000e57ef-6c88-4a71-bd06-4aef4fb58678", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/425161f9-55c9-4b7e-8da0-d1cb45ad5628", + "name": "425161f9-55c9-4b7e-8da0-d1cb45ad5628", "status": "Succeeded", - "startTime": "2022-03-01T08:19:05.744462Z", - "endTime": "2022-03-01T08:23:28.5236627Z", + "startTime": "2022-05-25T15:42:44.4456859Z", + "endTime": "2022-05-25T15:46:47.4068528Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +1004,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41af21ba-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +1018,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:23:38 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A23%3A28.5081582Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:47:17 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A46%3A47.4037037Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +1027,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "506d4332-cf6a-41cc-9a3e-d06e2f8831e2", + "x-ms-correlation-request-id": "55ba3202-e206-4973-b4bc-0f17a3a63893", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "0914966b-8445-45d4-865b-bf61b4d20e73", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082339Z:506d4332-cf6a-41cc-9a3e-d06e2f8831e2", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154718Z:55ba3202-e206-4973-b4bc-0f17a3a63893", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A23%3A28.5081582Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A46%3A47.4037037Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:19:04.4217330Z" + "CreatedOnDate": "2022-05-25T15:42:40.8578217Z" }, "properties": { - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1070,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_16987eb5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1085,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "mountTargetId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,20 +1099,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:42:42.0085871Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:42:42.0085871Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "eb753d7e-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1127,8 +1127,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:23:48 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A23%3A28.5081582Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:47:27 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A46%3A47.4037037Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1136,23 +1136,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8c62993-d7d0-4697-9971-abcac8b76c99", + "x-ms-correlation-request-id": "05067e3e-58ed-4ef9-a475-f07dc9163fda", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "d86628b6-ef47-4c1d-a96d-7a3aebb125ac", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082349Z:c8c62993-d7d0-4697-9971-abcac8b76c99", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154728Z:05067e3e-58ed-4ef9-a475-f07dc9163fda", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A23%3A28.5081582Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A46%3A47.4037037Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:19:04.4217330Z" + "CreatedOnDate": "2022-05-25T15:42:40.8578217Z" }, "properties": { - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1180,10 +1179,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_16987eb5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1195,12 +1194,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "mountTargetId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1209,20 +1208,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:42:42.0085871Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:42:42.0085871Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "eb97ae54-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1230,7 +1236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:23:49 GMT", + "Date": "Wed, 25 May 2022 15:47:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1238,10 +1244,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "321c4d7a-3ab5-4acc-84f2-b170702bf618", + "x-ms-correlation-request-id": "e3684ee6-bf33-4139-adf6-aef0b005de5f", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "9102ab3f-7adc-4819-9249-823656cc7a74", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082349Z:321c4d7a-3ab5-4acc-84f2-b170702bf618", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154729Z:e3684ee6-bf33-4139-adf6-aef0b005de5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1250,32 +1255,26 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", + "Content-Length": "401", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ebb78e72-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -1289,36 +1288,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efd1ffc5-e429-4326-8be0-5bf8f2da975f?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5013604c-319d-4dd2-bbf3-49081ea7978c?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2067", + "Content-Length": "2386", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:23:49 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A23%3A49.9679607Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:47:28 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A47%3A29.6924544Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efd1ffc5-e429-4326-8be0-5bf8f2da975f?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5013604c-319d-4dd2-bbf3-49081ea7978c?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d737ad1e-c7d5-4d78-80a7-e5b2bc753e03", + "x-ms-correlation-request-id": "d0a2570a-2e79-440e-9922-853a3c083798", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "bd1ec5bf-6f58-4498-bd07-22804dca020d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082350Z:d737ad1e-c7d5-4d78-80a7-e5b2bc753e03", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154729Z:d0a2570a-2e79-440e-9922-853a3c083798", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A23%3A49.9679607Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A47%3A29.6924544Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:19:04.4217330Z" + "CreatedOnDate": "2022-05-25T15:42:40.8578217Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1346,10 +1344,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_16987eb5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1361,12 +1359,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "mountTargetId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1374,20 +1372,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:42:42.0085871Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:42:42.0085871Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efd1ffc5-e429-4326-8be0-5bf8f2da975f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5013604c-319d-4dd2-bbf3-49081ea7978c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ebb78e72-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1395,7 +1400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:24:20 GMT", + "Date": "Wed, 25 May 2022 15:47:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1403,18 +1408,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a264483-44e4-46f1-8df7-e71b9aca1551", + "x-ms-correlation-request-id": "3076aa1e-c5d4-403d-a8c8-bcb37f7ef1c7", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "ce453ec7-916c-4499-a0d7-a51aeaea835e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082420Z:1a264483-44e4-46f1-8df7-e71b9aca1551", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154800Z:3076aa1e-c5d4-403d-a8c8-bcb37f7ef1c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efd1ffc5-e429-4326-8be0-5bf8f2da975f", - "name": "efd1ffc5-e429-4326-8be0-5bf8f2da975f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5013604c-319d-4dd2-bbf3-49081ea7978c", + "name": "5013604c-319d-4dd2-bbf3-49081ea7978c", "status": "Succeeded", - "startTime": "2022-03-01T08:23:49.9755473Z", - "endTime": "2022-03-01T08:23:58.0458873Z", + "startTime": "2022-05-25T15:47:29.6992992Z", + "endTime": "2022-05-25T15:47:47.0572844Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1422,15 +1426,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efd1ffc5-e429-4326-8be0-5bf8f2da975f?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5013604c-319d-4dd2-bbf3-49081ea7978c?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ebb78e72-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1438,7 +1440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:24:20 GMT", + "Date": "Wed, 25 May 2022 15:48:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,20 +1448,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9624c70-4d1d-46d2-985b-fbc45041b2cf", + "x-ms-correlation-request-id": "7b214658-ef4f-4f9c-b09b-c51938f42377", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "f9935458-4318-46db-b13f-9497b56acbb5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082420Z:a9624c70-4d1d-46d2-985b-fbc45041b2cf", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154800Z:7b214658-ef4f-4f9c-b09b-c51938f42377", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A23%3A58.0373742Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A47%3A47.0534983Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:23:49.7305229Z" + "CreatedOnDate": "2022-05-25T15:47:29.3986057Z" }, "properties": { "dataProtection": { @@ -1469,11 +1470,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1501,19 +1501,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_16987eb5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "2f2d0100-a3d8-6898-1fb2-603fff8e0f5a", + "poolId": "16e630b1-cd82-d9ed-6ddd-33a0440b669e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "mountTargetId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "startIp": "", "endIp": "", "gateway": "", @@ -1522,7 +1522,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1536,22 +1536,32 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:42:42.0085871Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:47:29.5744179Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "68", + "Content-Length": "81", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fe3a76d6-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -1561,21 +1571,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/03183cbc-2f2e-4505-8c8e-3374a7093867?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ee914f22-8cb4-4062-a1e5-9b06a2058026?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Length": "523", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:24:20 GMT", + "Date": "Wed, 25 May 2022 15:48:01 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/03183cbc-2f2e-4505-8c8e-3374a7093867?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ee914f22-8cb4-4062-a1e5-9b06a2058026?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78830084-2c1c-4ddb-bbe4-eec13ef1eba9", + "x-ms-correlation-request-id": "fed89f43-02d4-4399-8f17-40d1705508ed", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "1a4885c2-3fa7-4ce9-8f95-f0e764223838", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082420Z:78830084-2c1c-4ddb-bbe4-eec13ef1eba9", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154801Z:fed89f43-02d4-4399-8f17-40d1705508ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1590,15 +1599,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/03183cbc-2f2e-4505-8c8e-3374a7093867?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ee914f22-8cb4-4062-a1e5-9b06a2058026?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fe3a76d6-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1606,7 +1613,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:24:50 GMT", + "Date": "Wed, 25 May 2022 15:48:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1614,18 +1621,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "599c662b-b1b8-4207-95c3-aaa8ac1318a7", + "x-ms-correlation-request-id": "5f4437b5-4cc2-48e5-8c69-d8bdafcd6c6a", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "4f6ff019-b2fa-40af-932c-6a984c9b719b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082451Z:599c662b-b1b8-4207-95c3-aaa8ac1318a7", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154831Z:5f4437b5-4cc2-48e5-8c69-d8bdafcd6c6a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/03183cbc-2f2e-4505-8c8e-3374a7093867", - "name": "03183cbc-2f2e-4505-8c8e-3374a7093867", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ee914f22-8cb4-4062-a1e5-9b06a2058026", + "name": "ee914f22-8cb4-4062-a1e5-9b06a2058026", "status": "Succeeded", - "startTime": "2022-03-01T08:24:20.7199374Z", - "endTime": "2022-03-01T08:24:21.1105721Z", + "startTime": "2022-05-25T15:48:01.1593804Z", + "endTime": "2022-05-25T15:48:02.6758734Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" @@ -1633,62 +1639,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/03183cbc-2f2e-4505-8c8e-3374a7093867?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ee914f22-8cb4-4062-a1e5-9b06a2058026?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fe3a76d6-9938-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "720", + "Content-Length": "730", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:24:50 GMT", + "Date": "Wed, 25 May 2022 15:48:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "612fec3f-e0ae-4f34-8bdb-e0705f7034c1", + "x-ms-correlation-request-id": "d66464ad-333c-4c50-956f-94e3f2346f32", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "dc559617-4f8e-4748-bf5b-0597f4b99e0f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082451Z:612fec3f-e0ae-4f34-8bdb-e0705f7034c1", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154831Z:d66464ad-333c-4c50-956f-94e3f2346f32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "3/1/2022 8:24:21 AM", + "etag": "5/25/2022 3:48:02 PM", "location": "", "properties": { - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "656a805d-58f2-0287-fb50-bc2d756de474", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1689a14e-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1696,7 +1697,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:25:00 GMT", + "Date": "Wed, 25 May 2022 15:48:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1704,10 +1705,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa1997b1-3a47-4831-b3cd-f24c25cd389a", + "x-ms-correlation-request-id": "74d7f55a-7d84-435e-9e39-3a6fa2e9c24d", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "2d46bdad-f474-41c5-960a-96da97e4c5ce", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082501Z:fa1997b1-3a47-4831-b3cd-f24c25cd389a", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154842Z:74d7f55a-7d84-435e-9e39-3a6fa2e9c24d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1716,27 +1716,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:24:21Z", - "backupId": "656a805d-58f2-0287-fb50-bc2d756de474", + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1cb42ef4-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1744,7 +1742,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:25:11 GMT", + "Date": "Wed, 25 May 2022 15:48:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1752,10 +1750,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68bf748b-59cc-425e-a12a-d09e02acb5fd", + "x-ms-correlation-request-id": "68551c7c-7621-4294-b120-67089c823a82", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "b42d6c68-1be4-48e0-90ca-03ad47f4cd61", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082512Z:68bf748b-59cc-425e-a12a-d09e02acb5fd", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154853Z:68551c7c-7621-4294-b120-67089c823a82", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1764,27 +1761,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:24:21Z", - "backupId": "656a805d-58f2-0287-fb50-bc2d756de474", + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "22e6fac2-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1792,7 +1787,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:25:21 GMT", + "Date": "Wed, 25 May 2022 15:49:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1800,10 +1795,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2c0eff8-efc5-4b68-95e8-0c67fec249aa", + "x-ms-correlation-request-id": "e4be7a74-bd70-4e89-b848-322a1264a897", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "e137d246-65a8-4cc4-adc0-c257f83359d6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082522Z:e2c0eff8-efc5-4b68-95e8-0c67fec249aa", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154904Z:e4be7a74-bd70-4e89-b848-322a1264a897", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1812,27 +1806,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:24:21Z", - "backupId": "656a805d-58f2-0287-fb50-bc2d756de474", + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "290d9bfe-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1840,7 +1832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:25:31 GMT", + "Date": "Wed, 25 May 2022 15:49:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1848,10 +1840,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1802cf16-664f-4d75-951b-b980acddc762", + "x-ms-correlation-request-id": "3acb098b-ef29-4e98-a146-7a9d96478ae2", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "29d5df07-cd15-4424-b1fb-7a01f9971fee", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082532Z:1802cf16-664f-4d75-951b-b980acddc762", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154915Z:3acb098b-ef29-4e98-a146-7a9d96478ae2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1860,27 +1851,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:24:26Z", - "backupId": "656a805d-58f2-0287-fb50-bc2d756de474", - "size": 323584, + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "293f29f8-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1888,7 +1877,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:25:32 GMT", + "Date": "Wed, 25 May 2022 15:49:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1896,163 +1885,81 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0dcd8ba4-af41-45c1-adf7-49859b13b1ec", + "x-ms-correlation-request-id": "f1277718-94a6-413b-a71d-d1c282829908", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "6e0faa99-5621-4752-818f-c1cb0e0033ee", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082532Z:0dcd8ba4-af41-45c1-adf7-49859b13b1ec", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154926Z:f1277718-94a6-413b-a71d-d1c282829908", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", - "name": "sdk-py-tests-acc-1/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } - } - ] + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "295e5a76-9939-11ec-8e03-faffc24ca865" - }, - "RequestBody": { - "properties": { - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "throughputMibps": 0.0, - "dataProtection": { - "backup": { - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", - "backupEnabled": true - } - }, - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0 - } + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "StatusCode": 202, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c3757391-746c-44d5-b50b-f124c4d6fd62?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "2317", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:25:32 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A25%3A33.3342091Z\u0027\u0022", + "Date": "Wed, 25 May 2022 15:49:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c3757391-746c-44d5-b50b-f124c4d6fd62?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fe29666-7cae-4e0c-996b-c8f45f9e54a8", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "3d3db718-20e5-40cd-accf-691b34a8a9c5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082533Z:5fe29666-7cae-4e0c-996b-c8f45f9e54a8", + "x-ms-correlation-request-id": "a7eb6da7-5f1d-40ca-a5ce-a6e57a9e3daa", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154937Z:a7eb6da7-5f1d-40ca-a5ce-a6e57a9e3daa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A25%3A33.3342091Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T08:23:49.7305229Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Patching", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c3757391-746c-44d5-b50b-f124c4d6fd62?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "295e5a76-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2060,7 +1967,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:26:03 GMT", + "Date": "Wed, 25 May 2022 15:49:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2068,34 +1975,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8ada565-da69-4ce6-af96-859e76f09045", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "17ca61ea-024d-4dd0-a8b1-548db3b6d130", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082603Z:b8ada565-da69-4ce6-af96-859e76f09045", + "x-ms-correlation-request-id": "32b24640-6ff5-4bf6-9f4d-7f78e7e181ba", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154948Z:32b24640-6ff5-4bf6-9f4d-7f78e7e181ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c3757391-746c-44d5-b50b-f124c4d6fd62", - "name": "c3757391-746c-44d5-b50b-f124c4d6fd62", - "status": "Succeeded", - "startTime": "2022-03-01T08:25:33.3409019Z", - "endTime": "2022-03-01T08:25:40.5110206Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c3757391-746c-44d5-b50b-f124c4d6fd62?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "295e5a76-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2103,7 +2012,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:26:03 GMT", + "Date": "Wed, 25 May 2022 15:49:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2111,136 +2020,2155 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17e1e029-4e78-445e-adcf-ac0561bf8bf9", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "489e067e-af65-452d-89cf-459b8baed0ae", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082603Z:17e1e029-4e78-445e-adcf-ac0561bf8bf9", + "x-ms-correlation-request-id": "75c33bd3-7d80-4b54-9cae-d2f29b73df0f", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "WESTEUROPE:20220525T154959Z:75c33bd3-7d80-4b54-9cae-d2f29b73df0f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A25%3A40.5041343Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T08:25:33.0070446Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", - "usageThreshold": 107374182400, - "usedBytes": 0, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv4": false, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "2f2d0100-a3d8-6898-1fb2-603fff8e0f5a", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "encryptionKeySource": "Microsoft.NetApp", - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "68", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3bd8e720-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "RequestBody": { - "location": "southcentralusstage", - "properties": { - "useExistingSnapshot": false + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:50:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "49e484f6-f459-40bf-be4f-a215d811c98e", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155010Z:49e484f6-f459-40bf-be4f-a215d811c98e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:50:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aabf9947-fd40-4a9c-993b-a99ba536656f", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155020Z:aabf9947-fd40-4a9c-993b-a99ba536656f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:50:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "77f866cd-fd5f-4367-a283-a001d48a96e3", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155032Z:77f866cd-fd5f-4367-a283-a001d48a96e3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:50:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bde4addc-f979-436c-b487-d1fa915ad22d", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155042Z:bde4addc-f979-436c-b487-d1fa915ad22d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:50:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a44df800-e44b-417c-9ae3-e8576599d321", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155054Z:a44df800-e44b-417c-9ae3-e8576599d321", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:51:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2ad8d646-584d-445b-8b18-83d8d7421865", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155112Z:2ad8d646-584d-445b-8b18-83d8d7421865", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:51:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "33d1f890-41ee-4a92-a11d-fd55a9ad51c1", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155124Z:33d1f890-41ee-4a92-a11d-fd55a9ad51c1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:51:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0c0e699b-b2d7-418f-b39b-9a114404d6b7", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155135Z:0c0e699b-b2d7-418f-b39b-9a114404d6b7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:51:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c2eb2994-a18a-4dc0-b821-715254ffc5f8", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155146Z:c2eb2994-a18a-4dc0-b821-715254ffc5f8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:51:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7c1e8269-7ad6-4732-8398-20ff3c9fcfc8", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155157Z:7c1e8269-7ad6-4732-8398-20ff3c9fcfc8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:52:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7b4db7d2-c9cb-4c28-8941-a4df7cd4b0d1", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155207Z:7b4db7d2-c9cb-4c28-8941-a4df7cd4b0d1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:52:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3f5de56d-ac0b-4662-b4d1-07a82b7c6daa", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155218Z:3f5de56d-ac0b-4662-b4d1-07a82b7c6daa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:52:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "12c9705a-1616-478c-9238-72faea13d193", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155229Z:12c9705a-1616-478c-9238-72faea13d193", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:52:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ec1921f9-1634-4d5a-9735-25f1d4537fc8", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155240Z:ec1921f9-1634-4d5a-9735-25f1d4537fc8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:52:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "97b59881-c597-4006-b1f2-5ce52186a808", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155251Z:97b59881-c597-4006-b1f2-5ce52186a808", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:53:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "43e382b2-ef17-4eca-a4b3-beb9f3f1f018", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155302Z:43e382b2-ef17-4eca-a4b3-beb9f3f1f018", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:53:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "51de03f2-8044-44f9-9668-c42f8c5bb43c", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155313Z:51de03f2-8044-44f9-9668-c42f8c5bb43c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:53:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2d869d4a-b034-4d06-a179-d886936d8696", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155324Z:2d869d4a-b034-4d06-a179-d886936d8696", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:53:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "03698a51-cfb1-45f0-8ad8-86104a6e437b", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155335Z:03698a51-cfb1-45f0-8ad8-86104a6e437b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:53:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c3b08aae-6767-4909-bf8e-e8c4aecc3f75", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155346Z:c3b08aae-6767-4909-bf8e-e8c4aecc3f75", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:53:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cb209094-9100-4afc-861f-5c5c59ae362d", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155357Z:cb209094-9100-4afc-861f-5c5c59ae362d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:54:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "337028db-366c-4ee8-a336-a0e8e74d7629", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155408Z:337028db-366c-4ee8-a336-a0e8e74d7629", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:54:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d55b0fb5-371e-46ab-8da9-fd918acc5500", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155419Z:d55b0fb5-371e-46ab-8da9-fd918acc5500", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:54:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3e436700-a1ca-4207-9a5c-20046b96f436", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155430Z:3e436700-a1ca-4207-9a5c-20046b96f436", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:54:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9574e13b-4ad6-401b-92a9-e1a64189012f", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155441Z:9574e13b-4ad6-401b-92a9-e1a64189012f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:54:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6adf2963-330e-411f-9049-1b67d029e602", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155451Z:6adf2963-330e-411f-9049-1b67d029e602", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:55:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d5a4a448-549b-4cfc-8d9f-6f549112b638", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155502Z:d5a4a448-549b-4cfc-8d9f-6f549112b638", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:55:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a63439f7-1dcb-424c-887b-256715930fe8", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155513Z:a63439f7-1dcb-424c-887b-256715930fe8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:55:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6f908054-9799-48a1-b2b3-fc7720766a4b", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155524Z:6f908054-9799-48a1-b2b3-fc7720766a4b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:55:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "59f8bdeb-1671-43a3-9863-eb60ae686789", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155535Z:59f8bdeb-1671-43a3-9863-eb60ae686789", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:55:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f5a8645d-229f-48a8-9a5d-b85c8c35a027", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155546Z:f5a8645d-229f-48a8-9a5d-b85c8c35a027", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:55:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "efccac98-f605-4436-a547-42dba217b68b", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155557Z:efccac98-f605-4436-a547-42dba217b68b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:55:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "15e6368d-331d-4a6b-b4d2-e09a922bfebd", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155557Z:15e6368d-331d-4a6b-b4d2-e09a922bfebd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", + "name": "sdk-py-tests-acc-1/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "401", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", + "backupEnabled": true + } + }, + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:55:57 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T15%3A55%3A57.825869Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a3a516b3-5816-4e29-b7b2-62caca861a90", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155557Z:a3a516b3-5816-4e29-b7b2-62caca861a90", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-25T15%3A55%3A57.825869Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-25T15:47:29.3986057Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" + } + }, + "provisioningState": "Succeeded", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_16987eb5", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:42:42.0085871Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:55:57.7221043Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "81", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "southcentralusstage", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6bcf2069-d2a6-482d-800a-797363123a5c?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "523", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:55:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6bcf2069-d2a6-482d-800a-797363123a5c?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "722b974e-f19e-49ba-9f37-dd6c6296d26b", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155558Z:722b974e-f19e-49ba-9f37-dd6c6296d26b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6bcf2069-d2a6-482d-800a-797363123a5c?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:56:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2e735227-fa89-43b2-b061-e90d8b7321c3", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155628Z:2e735227-fa89-43b2-b061-e90d8b7321c3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6bcf2069-d2a6-482d-800a-797363123a5c", + "name": "6bcf2069-d2a6-482d-800a-797363123a5c", + "status": "Succeeded", + "startTime": "2022-05-25T15:55:58.317929Z", + "endTime": "2022-05-25T15:55:59.8802708Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6bcf2069-d2a6-482d-800a-797363123a5c?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "730", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:56:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "078fee95-7e96-4ee8-a729-55ab90444e46", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155628Z:078fee95-7e96-4ee8-a729-55ab90444e46", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "5/25/2022 3:55:59 PM", + "location": "", + "properties": { + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "failureReason": "None", + "useExistingSnapshot": false, + "provisioningState": "Creating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:56:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "703a1063-8b19-4873-854a-7d5326d71970", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155639Z:703a1063-8b19-4873-854a-7d5326d71970", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:56:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "959ba5a0-33ad-4fa2-be56-8801bf0410f0", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155650Z:959ba5a0-33ad-4fa2-be56-8801bf0410f0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:57:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e6961672-0bca-4807-8496-06bed20c54f2", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155701Z:e6961672-0bca-4807-8496-06bed20c54f2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:57:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cb343609-bd4c-4e24-ab5a-77982396d775", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155712Z:cb343609-bd4c-4e24-ab5a-77982396d775", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:57:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2c76e2e8-ee70-48f5-a8a8-c2f5ffcb8da2", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155723Z:2c76e2e8-ee70-48f5-a8a8-c2f5ffcb8da2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:57:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "da454901-0e7e-4bc5-b43d-c5ef6209ae77", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155735Z:da454901-0e7e-4bc5-b43d-c5ef6209ae77", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:57:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "096336ae-b4b7-401c-8d19-9f28526a8e4b", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155746Z:096336ae-b4b7-401c-8d19-9f28526a8e4b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 15:57:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e72bdbee-6f68-48f4-8a1c-eb05c5243d0f", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155757Z:e72bdbee-6f68-48f4-8a1c-eb05c5243d0f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d9183626-0b20-4cc6-a436-15ed1f5acdcb?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:26:03 GMT", + "Date": "Wed, 25 May 2022 15:58:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d9183626-0b20-4cc6-a436-15ed1f5acdcb?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97e13383-f8ab-40b2-a0d7-3ca504f8b347", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "3819966e-3da6-4140-9f47-dde5d18838c6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082604Z:97e13383-f8ab-40b2-a0d7-3ca504f8b347", + "x-ms-correlation-request-id": "cb94c7ca-2112-48bc-a6ae-7ba721c19e01", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155808Z:cb94c7ca-2112-48bc-a6ae-7ba721c19e01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2249,21 +4177,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "provisioningState": "Creating", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d9183626-0b20-4cc6-a436-15ed1f5acdcb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3bd8e720-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2271,7 +4203,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:26:34 GMT", + "Date": "Wed, 25 May 2022 15:58:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2279,81 +4211,81 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "555429d5-03cc-43b5-913c-2fd95722dfc3", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "1e1a732d-d69e-4b4a-9d72-6fba226bf567", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082634Z:555429d5-03cc-43b5-913c-2fd95722dfc3", + "x-ms-correlation-request-id": "7d278b9f-1653-4763-b6e7-24e47b7e1760", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155820Z:7d278b9f-1653-4763-b6e7-24e47b7e1760", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d9183626-0b20-4cc6-a436-15ed1f5acdcb", - "name": "d9183626-0b20-4cc6-a436-15ed1f5acdcb", - "status": "Succeeded", - "startTime": "2022-03-01T08:26:04.1602024Z", - "endTime": "2022-03-01T08:26:04.6152018Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2" + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d9183626-0b20-4cc6-a436-15ed1f5acdcb?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3bd8e720-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "720", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:26:34 GMT", + "Date": "Wed, 25 May 2022 15:58:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfae0b4a-973c-4b3b-abbd-b0c0dc3f6aec", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "72a9fe89-afa3-49c9-88e0-55aa4965a2ba", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082634Z:bfae0b4a-973c-4b3b-abbd-b0c0dc3f6aec", + "x-ms-correlation-request-id": "ec78e9e8-6b41-4a12-9ac3-dd4c9b4213a7", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155830Z:ec78e9e8-6b41-4a12-9ac3-dd4c9b4213a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "3/1/2022 8:26:04 AM", - "location": "", + "location": "southcentralusstage", "properties": { - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "542f2c94-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2361,7 +4293,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:26:44 GMT", + "Date": "Wed, 25 May 2022 15:58:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2369,10 +4301,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3e87f53-dcc1-45f4-b831-8ee6bfb3f190", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "eba75035-d82a-4956-9621-8483a7ff6a14", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082645Z:c3e87f53-dcc1-45f4-b831-8ee6bfb3f190", + "x-ms-correlation-request-id": "fa89238c-3574-4011-8c13-c682ca780051", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155841Z:fa89238c-3574-4011-8c13-c682ca780051", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2381,27 +4312,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5a55ec70-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2409,7 +4338,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:26:55 GMT", + "Date": "Wed, 25 May 2022 15:58:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2417,10 +4346,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b87893f-976e-4e44-ad7a-352075580a8b", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "2937b290-eef5-487d-a9fb-905526f16766", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082656Z:3b87893f-976e-4e44-ad7a-352075580a8b", + "x-ms-correlation-request-id": "c327d51d-dd45-46eb-906d-0f0a9333d9e5", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155852Z:c327d51d-dd45-46eb-906d-0f0a9333d9e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2429,27 +4357,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e244a8-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2457,7 +4383,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:27:06 GMT", + "Date": "Wed, 25 May 2022 15:59:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2465,10 +4391,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f646fe2-6041-4836-ad83-0cf27ecd7b04", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "ad04a644-43d3-40cb-9082-c44ef383bd77", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082706Z:5f646fe2-6041-4836-ad83-0cf27ecd7b04", + "x-ms-correlation-request-id": "5b5af3e1-8b6e-45a2-b853-8f0e897a9fa6", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155903Z:5b5af3e1-8b6e-45a2-b853-8f0e897a9fa6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2477,27 +4402,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "670a0b72-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2505,7 +4428,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:27:16 GMT", + "Date": "Wed, 25 May 2022 15:59:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2513,10 +4436,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e620322-8fdb-4313-b64a-3a48da454c12", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "e3740b1e-cc38-4f4b-b13d-a0124fadcc90", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082716Z:7e620322-8fdb-4313-b64a-3a48da454c12", + "x-ms-correlation-request-id": "bc47bbec-c104-4798-b552-2c68ab133ad6", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155914Z:bc47bbec-c104-4798-b552-2c68ab133ad6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2525,27 +4447,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6d315a1e-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2553,7 +4473,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:27:26 GMT", + "Date": "Wed, 25 May 2022 15:59:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2561,10 +4481,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77a70b47-c215-4da7-97fe-c789c6aaef5c", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "682c3966-8d0b-46ee-8cd3-568724fe076e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082727Z:77a70b47-c215-4da7-97fe-c789c6aaef5c", + "x-ms-correlation-request-id": "77046c3e-6700-48b8-90fd-e998df8680f8", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155925Z:77046c3e-6700-48b8-90fd-e998df8680f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2573,27 +4492,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7358d61a-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2601,7 +4518,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:27:39 GMT", + "Date": "Wed, 25 May 2022 15:59:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2609,10 +4526,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c070141-a686-427d-9a09-63cbf4494f20", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "f1356d2c-05be-4a39-bb33-f8c22ab68248", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082739Z:2c070141-a686-427d-9a09-63cbf4494f20", + "x-ms-correlation-request-id": "872ba8f1-9566-4b4b-9b5d-cbe6f11dccd3", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155936Z:872ba8f1-9566-4b4b-9b5d-cbe6f11dccd3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2621,27 +4537,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7af3f0d0-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2649,7 +4563,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:27:49 GMT", + "Date": "Wed, 25 May 2022 15:59:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2657,10 +4571,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "868138fb-2bea-412f-85c2-88fd42bfd214", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "72cc6469-3da8-4d0f-a800-18c0f51795db", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082750Z:868138fb-2bea-412f-85c2-88fd42bfd214", + "x-ms-correlation-request-id": "73352a7b-28c3-4f50-9a95-049495f497f2", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155947Z:73352a7b-28c3-4f50-9a95-049495f497f2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2669,27 +4582,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8122114e-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2697,7 +4608,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:27:59 GMT", + "Date": "Wed, 25 May 2022 15:59:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2705,10 +4616,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a23d1f8-3ace-4f9c-b982-590427b33bbb", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "3b6194a6-e382-4fb3-9689-6bb8b2a19d6b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082800Z:0a23d1f8-3ace-4f9c-b982-590427b33bbb", + "x-ms-correlation-request-id": "93f67d85-3b9d-4200-8692-ec07a2c8fc08", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "WESTEUROPE:20220525T155958Z:93f67d85-3b9d-4200-8692-ec07a2c8fc08", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2717,27 +4627,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "874d8be8-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2745,7 +4653,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:28:09 GMT", + "Date": "Wed, 25 May 2022 16:00:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2753,10 +4661,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a0bbe0d-768a-413a-a615-a1d9449b4ac2", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "7631f007-1abe-42b9-b04b-2ed05ab80674", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082810Z:9a0bbe0d-768a-413a-a615-a1d9449b4ac2", + "x-ms-correlation-request-id": "52cd2f15-84aa-430b-9c21-fee943ee12e0", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160009Z:52cd2f15-84aa-430b-9c21-fee943ee12e0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2765,27 +4672,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d82fce6-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2793,7 +4698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:28:21 GMT", + "Date": "Wed, 25 May 2022 16:00:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2801,10 +4706,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d55a9a1-3a10-410f-9bd3-56159ad532f1", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "7f74ccf5-a851-4157-ab15-83bdfe0fc8ae", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082821Z:8d55a9a1-3a10-410f-9bd3-56159ad532f1", + "x-ms-correlation-request-id": "5f5aa26b-39e7-40bd-935c-6d81db7cb6fc", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160020Z:5f5aa26b-39e7-40bd-935c-6d81db7cb6fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2813,27 +4717,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "93afe1ec-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2841,7 +4743,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:28:31 GMT", + "Date": "Wed, 25 May 2022 16:00:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2849,10 +4751,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1d034d6-2f30-4c15-8883-cc8118c9971a", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "9b6cd9ad-cc3f-4924-8eee-165bd027212d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082831Z:c1d034d6-2f30-4c15-8883-cc8118c9971a", + "x-ms-correlation-request-id": "f1d4ccc9-2b22-4bd6-b84b-19df341303aa", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160031Z:f1d4ccc9-2b22-4bd6-b84b-19df341303aa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2861,27 +4762,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "99d9072e-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2889,7 +4788,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:28:44 GMT", + "Date": "Wed, 25 May 2022 16:00:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2897,10 +4796,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "612b75ab-f5a6-4d04-abe0-06cea8d6b013", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "65c1331e-905c-4b86-827a-db374211e37a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082844Z:612b75ab-f5a6-4d04-abe0-06cea8d6b013", + "x-ms-correlation-request-id": "f24762cd-0c72-4dca-8bca-47155315b11c", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160042Z:f24762cd-0c72-4dca-8bca-47155315b11c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2909,27 +4807,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a1982bca-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2937,7 +4833,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:28:54 GMT", + "Date": "Wed, 25 May 2022 16:00:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2945,10 +4841,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d15d57f5-e7ac-4bb2-9b7e-c6857ab9b457", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "20b53731-3f21-41db-b971-c3c972aa425c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082854Z:d15d57f5-e7ac-4bb2-9b7e-c6857ab9b457", + "x-ms-correlation-request-id": "b88323c6-a587-48b7-b143-3fe8f7c02959", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160053Z:b88323c6-a587-48b7-b143-3fe8f7c02959", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2957,27 +4852,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a7bb8c22-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2985,7 +4878,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:29:04 GMT", + "Date": "Wed, 25 May 2022 16:01:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2993,10 +4886,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b9c054d-d123-4ed4-881a-b82649e4c9b7", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "ceba9225-a6f9-4b0b-8e4b-d081078bce4d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082905Z:9b9c054d-d123-4ed4-881a-b82649e4c9b7", + "x-ms-correlation-request-id": "2bd03e13-6360-40fe-b00f-14a78ced4460", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160104Z:2bd03e13-6360-40fe-b00f-14a78ced4460", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3005,27 +4897,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ade643ee-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3033,7 +4923,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:29:14 GMT", + "Date": "Wed, 25 May 2022 16:01:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3041,10 +4931,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fab9cf4-a264-44a6-83b9-a14ba5ea19d3", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "ff0687aa-0f64-40cc-a863-4c64c32595a4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082915Z:9fab9cf4-a264-44a6-83b9-a14ba5ea19d3", + "x-ms-correlation-request-id": "c9847815-7549-414a-be45-01dd6dc3396c", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160115Z:c9847815-7549-414a-be45-01dd6dc3396c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3053,27 +4942,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b40a7d08-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3081,7 +4968,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:29:24 GMT", + "Date": "Wed, 25 May 2022 16:01:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3089,10 +4976,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87301f6b-f282-4cf0-be78-770cb08577c4", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "abe29f58-c2ce-4bd3-bbd6-8560446cd3d1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082925Z:87301f6b-f282-4cf0-be78-770cb08577c4", + "x-ms-correlation-request-id": "f762516e-bca8-462a-bb14-33cb7c31571d", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160125Z:f762516e-bca8-462a-bb14-33cb7c31571d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3101,27 +4987,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ba31428e-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3129,7 +5013,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:29:35 GMT", + "Date": "Wed, 25 May 2022 16:01:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3137,10 +5021,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5875e99-02e3-4bc5-8c2c-6b4b9b5da99e", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "ed32f6f5-8002-4c07-8db4-7d36ce196ee5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082936Z:c5875e99-02e3-4bc5-8c2c-6b4b9b5da99e", + "x-ms-correlation-request-id": "f947dc3c-6c4b-46c8-8f9f-bec12c810cd9", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160136Z:f947dc3c-6c4b-46c8-8f9f-bec12c810cd9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3149,27 +5032,205 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:01:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c872c0ac-c953-44e9-882e-1f6710d14afa", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160147Z:c872c0ac-c953-44e9-882e-1f6710d14afa", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:01:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "50663af6-5406-4b24-8a78-19af6f8d28f7", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160158Z:50663af6-5406-4b24-8a78-19af6f8d28f7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:02:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "053e2070-d594-4fa2-adb3-7a65930d83dd", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160209Z:053e2070-d594-4fa2-adb3-7a65930d83dd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 May 2022 16:02:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2d45e623-6fac-4d2e-baec-9edce19ec4f8", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160220Z:2d45e623-6fac-4d2e-baec-9edce19ec4f8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0549fa8-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3177,7 +5238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:29:45 GMT", + "Date": "Wed, 25 May 2022 16:02:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3185,10 +5246,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "322173fe-5da7-4e88-a02f-c95dc3bc061b", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "c3f06665-d09e-4bcf-bfee-485a86445a8b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082946Z:322173fe-5da7-4e88-a02f-c95dc3bc061b", + "x-ms-correlation-request-id": "3c02e292-d7d9-4126-98ed-48375af4fbb6", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160231Z:3c02e292-d7d9-4126-98ed-48375af4fbb6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3197,27 +5257,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c6791b70-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3225,7 +5283,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:29:55 GMT", + "Date": "Wed, 25 May 2022 16:02:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3233,10 +5291,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8d3d4d4-71bc-4d71-9bbd-9b3da5851308", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "6148f6a8-6311-4872-9d07-1cfcc2626719", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T082956Z:e8d3d4d4-71bc-4d71-9bbd-9b3da5851308", + "x-ms-correlation-request-id": "4a288031-ff6b-4bb1-b5de-8101d87ab107", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160242Z:4a288031-ff6b-4bb1-b5de-8101d87ab107", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3245,27 +5302,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cc9e3fbc-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3273,7 +5328,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:30:06 GMT", + "Date": "Wed, 25 May 2022 16:02:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3281,10 +5336,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f485107-dce3-4f9f-acbf-0de0442df7ff", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "55fc87ea-5ddb-4c4e-b9fd-c45671326a5b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083007Z:4f485107-dce3-4f9f-acbf-0de0442df7ff", + "x-ms-correlation-request-id": "98a93b08-caf3-423b-832d-f072ec082ecd", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160256Z:98a93b08-caf3-423b-832d-f072ec082ecd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3293,27 +5347,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d2c55272-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3321,7 +5373,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:30:17 GMT", + "Date": "Wed, 25 May 2022 16:03:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3329,10 +5381,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb2cc879-368f-4f23-919b-7b9757056005", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "066e5db1-810a-48a2-aa75-f583ad10ccd9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083017Z:fb2cc879-368f-4f23-919b-7b9757056005", + "x-ms-correlation-request-id": "3edf73e7-2288-44b9-9e94-5f80f7defb37", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160309Z:3edf73e7-2288-44b9-9e94-5f80f7defb37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3341,27 +5392,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d8ea4950-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3369,7 +5418,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:30:26 GMT", + "Date": "Wed, 25 May 2022 16:03:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3377,10 +5426,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c15fc97-ea9a-4ab6-a71a-7f1eec21fe94", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "8c5bc324-c131-4088-9c9b-35b756282ed7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083027Z:3c15fc97-ea9a-4ab6-a71a-7f1eec21fe94", + "x-ms-correlation-request-id": "6410cc0f-a42c-489e-aa52-ee0f6f63eb05", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160319Z:6410cc0f-a42c-489e-aa52-ee0f6f63eb05", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3389,27 +5437,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "df111908-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3417,7 +5463,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:30:37 GMT", + "Date": "Wed, 25 May 2022 16:03:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3425,10 +5471,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69408545-f97b-446d-b9bb-c9f2c1de889b", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "32787880-fba1-4b3d-bdfa-f226ebf401a4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083038Z:69408545-f97b-446d-b9bb-c9f2c1de889b", + "x-ms-correlation-request-id": "a99a9526-d162-4583-9154-af4f9f06596d", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160330Z:a99a9526-d162-4583-9154-af4f9f06596d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3437,27 +5482,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e5380d0a-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3465,7 +5508,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:30:47 GMT", + "Date": "Wed, 25 May 2022 16:03:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3473,10 +5516,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b211dab-11c0-47aa-964c-4afa0819e57b", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "27368ae4-cc3a-4dad-902a-64323442bbb1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083048Z:3b211dab-11c0-47aa-964c-4afa0819e57b", + "x-ms-correlation-request-id": "4514cff2-c986-4c61-bf1f-acc3c47583f4", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160342Z:4514cff2-c986-4c61-bf1f-acc3c47583f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3485,27 +5527,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:04Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "eb6718f6-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3513,7 +5553,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:30:58 GMT", + "Date": "Wed, 25 May 2022 16:03:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3521,10 +5561,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16094ea6-347f-4e5e-bc45-7924e942a8cd", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "7019cd6d-79ed-4f7e-be97-a23900b02692", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083058Z:16094ea6-347f-4e5e-bc45-7924e942a8cd", + "x-ms-correlation-request-id": "d9827bf2-e992-4c84-aa5f-5397f255dd8a", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160353Z:d9827bf2-e992-4c84-aa5f-5397f255dd8a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3533,27 +5572,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:09Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", - "size": 352256, + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "eba72810-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3561,7 +5598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:30:58 GMT", + "Date": "Wed, 25 May 2022 16:03:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3569,26 +5606,74 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c53aa074-6974-4f01-98bc-0906003ef3cb", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "dac1f404-7b22-4797-b8b1-b5ee8e973862", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083059Z:c53aa074-6974-4f01-98bc-0906003ef3cb", + "x-ms-correlation-request-id": "4b018b21-1544-4b5f-b59c-a568c5d2e2ee", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160354Z:4b018b21-1544-4b5f-b59c-a568c5d2e2ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps266", + "name": "sdk-py-tests-acc-1/ps266", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:11:20Z", + "backupId": "750af0a8-7223-5c69-2e7a-00a629bb92a9", + "size": 0, + "backupType": "Manual", + "label": "powershellBackupTest2", + "provisioningState": "Failed", + "failureReason": "Error when creating - Could not spawn additional jobs for volume backup. Please wait for the ongoing jobs to finish and try again.", + "volumeName": "ps7841", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps4177", + "name": "sdk-py-tests-acc-1/ps4177", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:11:06Z", + "backupId": "ea3c8071-076e-674f-e2c6-8f071d4a9043", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "ps7841", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps2088", + "name": "sdk-py-tests-acc-1/ps2088", "type": "Microsoft.NetApp/netAppAccounts/accountBackups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:24:26Z", - "backupId": "656a805d-58f2-0287-fb50-bc2d756de474", - "size": 323584, + "creationDate": "2021-07-13T16:38:44Z", + "backupId": "b8d46456-4b45-ae98-6752-ba096d91ebb1", + "size": 331776, "backupType": "Manual", "provisioningState": "Succeeded", "failureReason": "None", + "volumeName": "ps5378", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-25T15:48:02Z", + "backupId": "67f03957-66be-c56d-8891-9fa06fbff824", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } @@ -3599,12 +5684,12 @@ "type": "Microsoft.NetApp/netAppAccounts/accountBackups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-03-01T08:26:09Z", - "backupId": "20f41042-0948-8ca7-7ed0-100e8d569a15", - "size": 352256, + "creationDate": "2022-05-25T15:55:59Z", + "backupId": "e9425bf2-f19c-4af2-e1b9-ff3815f117a5", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } @@ -3613,15 +5698,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ebcfb7b2-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3629,7 +5712,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:30:58 GMT", + "Date": "Wed, 25 May 2022 16:03:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3637,10 +5720,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e17a28b-2018-46e2-9ca6-a5510866b7e4", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "db8d4366-95ba-41a5-bb87-8be01ea94fb6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083059Z:9e17a28b-2018-46e2-9ca6-a5510866b7e4", + "x-ms-correlation-request-id": "ecc5cb93-699b-4400-a003-7aafd7fff209", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160354Z:ecc5cb93-699b-4400-a003-7aafd7fff209", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3649,32 +5731,26 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "424", + "Content-Length": "402", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ebf3259e-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -3688,32 +5764,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/364c7417-61f0-4c82-bc28-1a8dfe26e916?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d38f95e-f61a-4311-bb15-95501cb042fd?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2317", + "Content-Length": "2638", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:30:59 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A30%3A59.8356386Z\u0027\u0022", + "Date": "Wed, 25 May 2022 16:03:54 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T16%3A03%3A55.0999548Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/364c7417-61f0-4c82-bc28-1a8dfe26e916?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d38f95e-f61a-4311-bb15-95501cb042fd?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87752bf7-34af-435a-9bf2-b31cc806a793", + "x-ms-correlation-request-id": "74f61abe-6763-4b4c-a35b-cb9ec7cfde89", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "0b7a480a-8680-461e-a50a-3a27c7411955", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083059Z:87752bf7-34af-435a-9bf2-b31cc806a793", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160355Z:74f61abe-6763-4b4c-a35b-cb9ec7cfde89", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A30%3A59.8356386Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A03%3A55.0999548Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:25:33.0070446Z" + "CreatedOnDate": "2022-05-25T15:47:29.3986057Z" }, "properties": { "dataProtection": { @@ -3724,7 +5799,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -3752,10 +5827,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_16987eb5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -3767,12 +5842,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "mountTargetId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -3780,20 +5855,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:42:42.0085871Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:55:57.7221043Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/364c7417-61f0-4c82-bc28-1a8dfe26e916?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d38f95e-f61a-4311-bb15-95501cb042fd?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ebf3259e-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3801,7 +5883,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:31:30 GMT", + "Date": "Wed, 25 May 2022 16:04:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3809,18 +5891,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2eda8263-cfd4-431b-aae8-18dbc821d6fc", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "cc26c84c-1ed2-40af-84b0-735889fac270", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083130Z:2eda8263-cfd4-431b-aae8-18dbc821d6fc", + "x-ms-correlation-request-id": "bbb52ef0-3c56-4550-b0a1-b04ddada827f", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160425Z:bbb52ef0-3c56-4550-b0a1-b04ddada827f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/364c7417-61f0-4c82-bc28-1a8dfe26e916", - "name": "364c7417-61f0-4c82-bc28-1a8dfe26e916", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d38f95e-f61a-4311-bb15-95501cb042fd", + "name": "4d38f95e-f61a-4311-bb15-95501cb042fd", "status": "Succeeded", - "startTime": "2022-03-01T08:30:59.8412824Z", - "endTime": "2022-03-01T08:31:11.4683392Z", + "startTime": "2022-05-25T16:03:55.0987421Z", + "endTime": "2022-05-25T16:04:11.3933956Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -3828,15 +5909,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/364c7417-61f0-4c82-bc28-1a8dfe26e916?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d38f95e-f61a-4311-bb15-95501cb042fd?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ebf3259e-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3844,7 +5923,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:31:30 GMT", + "Date": "Wed, 25 May 2022 16:04:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3852,20 +5931,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0decccd-2f1f-4612-9ce5-473b1f15685f", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "8493a3a4-cf60-4942-bb4a-282f37db2e84", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083130Z:e0decccd-2f1f-4612-9ce5-473b1f15685f", + "x-ms-correlation-request-id": "3f5e081b-6273-452c-a652-0faf200619f7", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160425Z:3f5e081b-6273-452c-a652-0faf200619f7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A31%3A11.4520362Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A04%3A11.3876112Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:30:59.5949253Z" + "CreatedOnDate": "2022-05-25T15:47:29.3986057Z" }, "properties": { "dataProtection": { @@ -3875,11 +5953,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -3907,19 +5984,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_16987eb5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "2f2d0100-a3d8-6898-1fb2-603fff8e0f5a", + "poolId": "16e630b1-cd82-d9ed-6ddd-33a0440b669e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "mountTargetId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "startIp": "", "endIp": "", "gateway": "", @@ -3928,7 +6005,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -3942,20 +6019,30 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:42:42.0085871Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:03:54.9912494Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ffed9bf6-9939-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, @@ -3963,16 +6050,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:31:33 GMT", + "Date": "Wed, 25 May 2022 16:04:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f22cb6e-2e9d-4a40-97e9-633cfb07d38e", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "a94d6def-31a9-404b-bb4e-bf66fd0bb9f7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083133Z:1f22cb6e-2e9d-4a40-97e9-633cfb07d38e", + "x-ms-correlation-request-id": "9af9392b-931e-4c55-b5ca-1ca2ac138d10", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160428Z:9af9392b-931e-4c55-b5ca-1ca2ac138d10", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3983,15 +6069,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "003f603a-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3999,7 +6083,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:31:33 GMT", + "Date": "Wed, 25 May 2022 16:04:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4007,10 +6091,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8f28390-85df-4fa2-af84-92f5d4c76f16", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "477362bb-e5f5-4f3e-ae0c-f366cf72b04f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083133Z:c8f28390-85df-4fa2-af84-92f5d4c76f16", + "x-ms-correlation-request-id": "bae05695-fcc9-48e6-b5a7-79924245fc7a", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160428Z:bae05695-fcc9-48e6-b5a7-79924245fc7a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4019,32 +6102,26 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "424", + "Content-Length": "402", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "005f4620-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -4056,34 +6133,33 @@ "defaultGroupQuotaInKiBs": 0 } }, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9197bd95-0a96-480b-a3ae-02ae1a5b0b99?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "2318", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:31:33 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T08%3A31%3A33.8653383Z\u0027\u0022", + "Date": "Wed, 25 May 2022 16:04:29 GMT", + "ETag": "W/\u0022datetime\u00272022-05-25T16%3A04%3A29.1104454Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9197bd95-0a96-480b-a3ae-02ae1a5b0b99?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c985b591-6013-4785-b000-be9b14c292ff", + "x-ms-correlation-request-id": "b065981a-300e-4f36-bc7e-7451dcd6544e", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "02643979-2fc3-4d97-8da5-a1f3d5c7b320", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083133Z:c985b591-6013-4785-b000-be9b14c292ff", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160429Z:b065981a-300e-4f36-bc7e-7451dcd6544e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A31%3A33.8653383Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A04%3A29.1104454Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:30:59.5949253Z" + "CreatedOnDate": "2022-05-25T15:47:29.3986057Z" }, "properties": { "dataProtection": { @@ -4093,8 +6169,8 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Patching", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "provisioningState": "Succeeded", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -4122,10 +6198,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_16987eb5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -4137,12 +6213,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "mountTargetId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -4150,182 +6226,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9197bd95-0a96-480b-a3ae-02ae1a5b0b99?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "005f4620-993a-11ec-8e03-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:32:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccc16172-58cc-48ae-aa36-5b1b9b7636af", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "62a500b4-fc61-4f03-aa11-4331505ba81e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083204Z:ccc16172-58cc-48ae-aa36-5b1b9b7636af", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9197bd95-0a96-480b-a3ae-02ae1a5b0b99", - "name": "9197bd95-0a96-480b-a3ae-02ae1a5b0b99", - "status": "Succeeded", - "startTime": "2022-03-01T08:31:33.8749623Z", - "endTime": "2022-03-01T08:31:44.2265503Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9197bd95-0a96-480b-a3ae-02ae1a5b0b99?api-version=2021-10-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "005f4620-993a-11ec-8e03-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:32:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db5c9c42-783b-4b10-a1e6-a52799d83e0d", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "3d2863a9-2739-42dd-bb69-74fef11bdf18", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083204Z:db5c9c42-783b-4b10-a1e6-a52799d83e0d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A31%3A44.2174765Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T08:30:59.5949253Z" + "maximumNumberOfFiles": 100000000, + "encrypted": true }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", - "usageThreshold": 107374182400, - "usedBytes": 0, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv4": false, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "2f2d0100-a3d8-6898-1fb2-603fff8e0f5a", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "encryptionKeySource": "Microsoft.NetApp", - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:42:42.0085871Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:04:28.9913132Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "13e3a43e-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, @@ -4333,16 +6254,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:32:06 GMT", + "Date": "Wed, 25 May 2022 16:04:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "638066ff-da9d-4e76-ab5a-79bef59595df", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "b1b8c4dd-c876-41a5-8fef-e0b17574432e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083206Z:638066ff-da9d-4e76-ab5a-79bef59595df", + "x-ms-correlation-request-id": "c44033fa-46c1-4a44-b26c-f69a7a6e35d6", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160431Z:c44033fa-46c1-4a44-b26c-f69a7a6e35d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4353,15 +6273,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1413dda2-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4369,7 +6287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:32:06 GMT", + "Date": "Wed, 25 May 2022 16:04:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4377,59 +6295,103 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d65a248-0207-407e-80fb-b69321a5fb8a", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "2440595d-8af2-4074-b0e4-5285bb706f48", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083206Z:4d65a248-0207-407e-80fb-b69321a5fb8a", + "x-ms-correlation-request-id": "196e9e05-c16e-4097-b682-4fb5d9a658e3", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160432Z:196e9e05-c16e-4097-b682-4fb5d9a658e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [] + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps266", + "name": "sdk-py-tests-acc-1/ps266", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:11:20Z", + "backupId": "750af0a8-7223-5c69-2e7a-00a629bb92a9", + "size": 0, + "backupType": "Manual", + "label": "powershellBackupTest2", + "provisioningState": "Failed", + "failureReason": "Error when creating - Could not spawn additional jobs for volume backup. Please wait for the ongoing jobs to finish and try again.", + "volumeName": "ps7841", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps4177", + "name": "sdk-py-tests-acc-1/ps4177", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:11:06Z", + "backupId": "ea3c8071-076e-674f-e2c6-8f071d4a9043", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "ps7841", + "useExistingSnapshot": false + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/accountBackups/ps2088", + "name": "sdk-py-tests-acc-1/ps2088", + "type": "Microsoft.NetApp/netAppAccounts/accountBackups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2021-07-13T16:38:44Z", + "backupId": "b8d46456-4b45-ae98-6752-ba096d91ebb1", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "ps5378", + "useExistingSnapshot": false + } + } + ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "143626c8-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1bfceedc-9b3e-483f-ac46-79057d0af014?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff681d2a-85f3-4c79-8c68-5012e4e7ca72?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 08:32:07 GMT", + "Date": "Wed, 25 May 2022 16:04:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1bfceedc-9b3e-483f-ac46-79057d0af014?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff681d2a-85f3-4c79-8c68-5012e4e7ca72?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1ea829a-bb52-435c-8166-b936b5b6fc39", + "x-ms-correlation-request-id": "17194d7b-abce-4c35-8ebf-12d42aeb2054", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "a1ea829a-bb52-435c-8166-b936b5b6fc39", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083207Z:a1ea829a-bb52-435c-8166-b936b5b6fc39", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160433Z:17194d7b-abce-4c35-8ebf-12d42aeb2054", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1bfceedc-9b3e-483f-ac46-79057d0af014?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff681d2a-85f3-4c79-8c68-5012e4e7ca72?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "143626c8-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4437,7 +6399,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:32:37 GMT", + "Date": "Wed, 25 May 2022 16:05:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4445,17 +6407,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "488efeb2-6be8-4902-9612-57f886c3fca6", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "7d4463b3-1d6f-4b31-ae94-354ca3e28c1e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083237Z:488efeb2-6be8-4902-9612-57f886c3fca6", + "x-ms-correlation-request-id": "6c92bb05-8d1c-445b-a2ca-49a2829bab5b", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160503Z:6c92bb05-8d1c-445b-a2ca-49a2829bab5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1bfceedc-9b3e-483f-ac46-79057d0af014", - "name": "1bfceedc-9b3e-483f-ac46-79057d0af014", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff681d2a-85f3-4c79-8c68-5012e4e7ca72", + "name": "ff681d2a-85f3-4c79-8c68-5012e4e7ca72", "status": "Deleting", - "startTime": "2022-03-01T08:32:07.3462973Z", + "startTime": "2022-05-25T16:04:33.4667015Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4464,15 +6425,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1bfceedc-9b3e-483f-ac46-79057d0af014?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff681d2a-85f3-4c79-8c68-5012e4e7ca72?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "143626c8-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4480,7 +6439,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:33:06 GMT", + "Date": "Wed, 25 May 2022 16:05:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4488,17 +6447,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47a6bff6-6f6f-4f4b-a7f3-5bdf0e080e92", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "d1b6857c-ed1b-47b7-bee7-5cf8606802c3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083307Z:47a6bff6-6f6f-4f4b-a7f3-5bdf0e080e92", + "x-ms-correlation-request-id": "80ab1226-c083-4499-9ec6-6c9444b765fb", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160534Z:80ab1226-c083-4499-9ec6-6c9444b765fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1bfceedc-9b3e-483f-ac46-79057d0af014", - "name": "1bfceedc-9b3e-483f-ac46-79057d0af014", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff681d2a-85f3-4c79-8c68-5012e4e7ca72", + "name": "ff681d2a-85f3-4c79-8c68-5012e4e7ca72", "status": "Deleting", - "startTime": "2022-03-01T08:32:07.3462973Z", + "startTime": "2022-05-25T16:04:33.4667015Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4507,15 +6465,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1bfceedc-9b3e-483f-ac46-79057d0af014?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff681d2a-85f3-4c79-8c68-5012e4e7ca72?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "143626c8-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4523,7 +6479,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:33:38 GMT", + "Date": "Wed, 25 May 2022 16:06:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4531,18 +6487,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ddcdbf82-50ba-41d8-84cd-bf0b3ae9dd37", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "72d8af3c-93a0-4be3-9036-8a1b3eacbf9c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083338Z:ddcdbf82-50ba-41d8-84cd-bf0b3ae9dd37", + "x-ms-correlation-request-id": "135d360b-569d-4336-96f3-223f50122de5", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160604Z:135d360b-569d-4336-96f3-223f50122de5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1bfceedc-9b3e-483f-ac46-79057d0af014", - "name": "1bfceedc-9b3e-483f-ac46-79057d0af014", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff681d2a-85f3-4c79-8c68-5012e4e7ca72", + "name": "ff681d2a-85f3-4c79-8c68-5012e4e7ca72", "status": "Succeeded", - "startTime": "2022-03-01T08:32:07.3462973Z", - "endTime": "2022-03-01T08:33:33.7445374Z", + "startTime": "2022-05-25T16:04:33.4667015Z", + "endTime": "2022-05-25T16:05:43.153933Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -4550,15 +6505,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1bfceedc-9b3e-483f-ac46-79057d0af014?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff681d2a-85f3-4c79-8c68-5012e4e7ca72?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "143626c8-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4566,7 +6519,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:33:38 GMT", + "Date": "Wed, 25 May 2022 16:06:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4574,20 +6527,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "059f1b2c-c671-4d84-810d-a6ce86ac7376", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "16dde6e6-8b6d-41f9-9825-ef4302ef2eaa", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083338Z:059f1b2c-c671-4d84-810d-a6ce86ac7376", + "x-ms-correlation-request-id": "dbf9075b-8e11-4c2c-98a2-e63cf49f2b14", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160604Z:dbf9075b-8e11-4c2c-98a2-e63cf49f2b14", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A32%3A07.3253901Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A05%3A33.8413065Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:30:59.5949253Z" + "CreatedOnDate": "2022-05-25T15:47:29.3986057Z" }, "properties": { "dataProtection": { @@ -4597,11 +6549,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Deleting", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -4629,19 +6580,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bb525bd8", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_16987eb5", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "2f2d0100-a3d8-6898-1fb2-603fff8e0f5a", + "poolId": "16e630b1-cd82-d9ed-6ddd-33a0440b669e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", - "fileSystemId": "e8ac1a70-7c3c-724a-39a9-09913d39167a", + "mountTargetId": "119661e6-1885-6e9f-ffa6-a093c07822d4", + "fileSystemId": "119661e6-1885-6e9f-ffa6-a093c07822d4", "startIp": "", "endIp": "", "gateway": "", @@ -4650,7 +6601,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -4664,36 +6615,45 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:42:42.0085871Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T16:04:28.9913132Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c1ecee8c-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:36:59 GMT", + "Date": "Wed, 25 May 2022 16:09:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c02ad81c-c3ff-4e4b-8713-ee66255b97d6", + "x-ms-correlation-request-id": "73d9626c-135a-435e-a3b5-eaa32303174c", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "c02ad81c-c3ff-4e4b-8713-ee66255b97d6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083700Z:c02ad81c-c3ff-4e4b-8713-ee66255b97d6" + "x-ms-routing-request-id": "WESTEUROPE:20220525T160926Z:73d9626c-135a-435e-a3b5-eaa32303174c" }, "ResponseBody": { "error": { @@ -4703,48 +6663,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c9017738-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1559bef4-5f08-4a7a-9a93-3ac927d4d6b2?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5f0dafff-a1b5-4827-bcbf-94204b4911e4?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 08:37:11 GMT", + "Date": "Wed, 25 May 2022 16:09:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1559bef4-5f08-4a7a-9a93-3ac927d4d6b2?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5f0dafff-a1b5-4827-bcbf-94204b4911e4?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ddfeee9-4cf3-4ba3-999c-902b415d441b", + "x-ms-correlation-request-id": "302dbdd5-b251-405f-a625-a9cd5681b373", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "4ddfeee9-4cf3-4ba3-999c-902b415d441b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083712Z:4ddfeee9-4cf3-4ba3-999c-902b415d441b", + "x-ms-routing-request-id": "WESTEUROPE:20220525T160938Z:302dbdd5-b251-405f-a625-a9cd5681b373", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1559bef4-5f08-4a7a-9a93-3ac927d4d6b2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5f0dafff-a1b5-4827-bcbf-94204b4911e4?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c9017738-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4752,7 +6707,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:37:42 GMT", + "Date": "Wed, 25 May 2022 16:10:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4760,18 +6715,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f9674f0-8007-48b9-8b9d-dccbbfc201c1", + "x-ms-correlation-request-id": "6682eff9-3dce-4bd7-8ad1-13d3040c5b23", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "31fc67f4-c765-415d-8daa-07d7b6a5d1b4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083742Z:3f9674f0-8007-48b9-8b9d-dccbbfc201c1", + "x-ms-routing-request-id": "WESTEUROPE:20220525T161008Z:6682eff9-3dce-4bd7-8ad1-13d3040c5b23", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1559bef4-5f08-4a7a-9a93-3ac927d4d6b2", - "name": "1559bef4-5f08-4a7a-9a93-3ac927d4d6b2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5f0dafff-a1b5-4827-bcbf-94204b4911e4", + "name": "5f0dafff-a1b5-4827-bcbf-94204b4911e4", "status": "Succeeded", - "startTime": "2022-03-01T08:37:12.2595662Z", - "endTime": "2022-03-01T08:37:12.7348722Z", + "startTime": "2022-05-25T16:09:38.3868668Z", + "endTime": "2022-05-25T16:09:42.3765695Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -4779,15 +6733,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1559bef4-5f08-4a7a-9a93-3ac927d4d6b2?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5f0dafff-a1b5-4827-bcbf-94204b4911e4?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c9017738-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4795,7 +6747,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:37:42 GMT", + "Date": "Wed, 25 May 2022 16:10:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4803,172 +6755,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e84181cb-bba6-467d-bfdd-8df9e16407dc", + "x-ms-correlation-request-id": "ddeaa66b-e828-4fec-949f-f67570c43154", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "a304f34a-9ea7-40bd-b18f-c9f0646829f6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083742Z:e84181cb-bba6-467d-bfdd-8df9e16407dc", + "x-ms-routing-request-id": "WESTEUROPE:20220525T161009Z:ddeaa66b-e828-4fec-949f-f67570c43154", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A37%3A12.2464135Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A09%3A38.3849708Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:18:21.2010985Z" + "CreatedOnDate": "2022-05-25T15:41:56.5145443Z" }, "properties": { - "poolId": "2f2d0100-a3d8-6898-1fb2-603fff8e0f5a", + "poolId": "16e630b1-cd82-d9ed-6ddd-33a0440b669e", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:41:58.2583659Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:41:58.2583659Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e257d27c-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 08:37:52 GMT", + "Date": "Wed, 25 May 2022 16:10:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee2a0084-faf3-458b-a645-b47637040968", + "x-ms-correlation-request-id": "0e4226ad-085d-4cb7-a544-f704178b3d43", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "ee2a0084-faf3-458b-a645-b47637040968", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083752Z:ee2a0084-faf3-458b-a645-b47637040968" + "x-ms-routing-request-id": "WESTEUROPE:20220525T161019Z:0e4226ad-085d-4cb7-a544-f704178b3d43" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e873529e-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 08:38:03 GMT", + "Date": "Wed, 25 May 2022 16:10:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b916edb-fd7a-45dd-9792-a818640cbeb7", + "x-ms-correlation-request-id": "ad38cf92-7318-4b21-8427-054668af9f88", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "0b916edb-fd7a-45dd-9792-a818640cbeb7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083803Z:0b916edb-fd7a-45dd-9792-a818640cbeb7" + "x-ms-routing-request-id": "WESTEUROPE:20220525T161029Z:ad38cf92-7318-4b21-8427-054668af9f88" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ee893892-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 08:38:13 GMT", + "Date": "Wed, 25 May 2022 16:10:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0cb879b-dcc0-4ba6-b9bb-091a4881c2ac", + "x-ms-correlation-request-id": "f97f4cd5-e909-4959-8975-9a2a2c429b69", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "a0cb879b-dcc0-4ba6-b9bb-091a4881c2ac", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083813Z:a0cb879b-dcc0-4ba6-b9bb-091a4881c2ac" + "x-ms-routing-request-id": "WESTEUROPE:20220525T161039Z:f97f4cd5-e909-4959-8975-9a2a2c429b69" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f4a1a714-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 08:38:23 GMT", + "Date": "Wed, 25 May 2022 16:10:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b8b8878-8785-447e-8207-7d2d4fcbfe62", + "x-ms-correlation-request-id": "881e3959-7306-438d-adc4-065819eeb7e2", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "3b8b8878-8785-447e-8207-7d2d4fcbfe62", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083823Z:3b8b8878-8785-447e-8207-7d2d4fcbfe62" + "x-ms-routing-request-id": "WESTEUROPE:20220525T161056Z:881e3959-7306-438d-adc4-065819eeb7e2" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fab9a8c2-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:38:33 GMT", + "Date": "Wed, 25 May 2022 16:11:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "809898bf-9164-4d99-bfdd-d8739d888f66", + "x-ms-correlation-request-id": "3a65be74-0b11-4229-b7d1-4c2c4ed7fad4", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "809898bf-9164-4d99-bfdd-d8739d888f66", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083833Z:809898bf-9164-4d99-bfdd-d8739d888f66" + "x-ms-routing-request-id": "WESTEUROPE:20220525T161106Z:3a65be74-0b11-4229-b7d1-4c2c4ed7fad4" }, "ResponseBody": { "error": { @@ -4978,48 +6923,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fad776d6-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6af9437b-fe22-401d-8225-983f31ef54bb?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b8b8d3f5-4d24-4fe9-8b7a-6af0d7488cc0?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 08:38:34 GMT", + "Date": "Wed, 25 May 2022 16:11:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6af9437b-fe22-401d-8225-983f31ef54bb?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b8b8d3f5-4d24-4fe9-8b7a-6af0d7488cc0?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "309518ed-af69-4eaa-b275-907657d66da8", + "x-ms-correlation-request-id": "f54b4f3d-776f-4cb1-9add-f86dc773eeb4", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "309518ed-af69-4eaa-b275-907657d66da8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083834Z:309518ed-af69-4eaa-b275-907657d66da8", + "x-ms-routing-request-id": "WESTEUROPE:20220525T161108Z:f54b4f3d-776f-4cb1-9add-f86dc773eeb4", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6af9437b-fe22-401d-8225-983f31ef54bb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b8b8d3f5-4d24-4fe9-8b7a-6af0d7488cc0?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fad776d6-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5027,7 +6967,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:39:04 GMT", + "Date": "Wed, 25 May 2022 16:11:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5035,18 +6975,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "057f54dc-8551-4add-98eb-17b5a7057801", + "x-ms-correlation-request-id": "7b6033f0-4639-4cfe-b26c-d9947cf532cf", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "ecec84c9-33eb-41a0-9e10-97a0817076c1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083905Z:057f54dc-8551-4add-98eb-17b5a7057801", + "x-ms-routing-request-id": "WESTEUROPE:20220525T161138Z:7b6033f0-4639-4cfe-b26c-d9947cf532cf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6af9437b-fe22-401d-8225-983f31ef54bb", - "name": "6af9437b-fe22-401d-8225-983f31ef54bb", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b8b8d3f5-4d24-4fe9-8b7a-6af0d7488cc0", + "name": "b8b8d3f5-4d24-4fe9-8b7a-6af0d7488cc0", "status": "Succeeded", - "startTime": "2022-03-01T08:38:34.792992Z", - "endTime": "2022-03-01T08:38:34.8679939Z", + "startTime": "2022-05-25T16:11:08.0139811Z", + "endTime": "2022-05-25T16:11:08.0451738Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -5054,15 +6993,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6af9437b-fe22-401d-8225-983f31ef54bb?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b8b8d3f5-4d24-4fe9-8b7a-6af0d7488cc0?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fad776d6-993a-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5070,7 +7007,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:39:04 GMT", + "Date": "Wed, 25 May 2022 16:11:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5078,55 +7015,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d53b398-c119-4d36-850c-cc125a3ce623", + "x-ms-correlation-request-id": "9af6c2c0-968e-431f-bfdc-e0eec454a7b4", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "69bd2411-6eae-4800-b13b-db74a086c038", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083905Z:0d53b398-c119-4d36-850c-cc125a3ce623", + "x-ms-routing-request-id": "WESTEUROPE:20220525T161138Z:9af6c2c0-968e-431f-bfdc-e0eec454a7b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T08%3A38%3A34.7805396Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-25T16%3A11%3A08.0125266Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T08:17:45.9817620Z" + "CreatedOnDate": "2022-05-25T15:41:20.2068696Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-25T15:41:23.5236398Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-25T15:41:23.5236398Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0eca9592-993b-11ec-8e03-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 08:39:07 GMT", + "Date": "Wed, 25 May 2022 16:11:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93aec14d-1396-4d4a-b1d2-82338ea2c873", + "x-ms-correlation-request-id": "23057f2d-8092-4cd3-b537-aaecbb995347", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "93aec14d-1396-4d4a-b1d2-82338ea2c873", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T083907Z:93aec14d-1396-4d4a-b1d2-82338ea2c873" + "x-ms-routing-request-id": "WESTEUROPE:20220525T161140Z:23057f2d-8092-4cd3-b537-aaecbb995347" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_create_delete_backup.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_create_delete_backup.json index 229448d5a43f..b9814bc0fe4c 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_create_delete_backup.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_create_delete_backup.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:30:38 GMT", + "Date": "Fri, 27 May 2022 09:44:26 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AmzfwlHpRbVKqi2KB8raJrc; expires=Wed, 30-Mar-2022 11:30:38 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr7EEK5M2Vq_pz5mYsexmNFLUuoK8bleqYDfLJLE5lR12GomeIRqd6KGRqWqIwXzJE0IzGYMLTIBD6HFLKdCJkA_dGM2RWIYA9b9s_tIqYCV0-wOAkhi0I4wRsZgXaa06YBJu_k89U5dmIDd574F01iIf1MfpyVedR5INsRlF-nI4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NEULR1 ProdSlices", - "x-ms-request-id": "64ddb625-f540-45cd-afcf-9ae2c3ec5800" + "x-ms-ests-server": "2.1.12821.9 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AmzfwlHpRbVKqi2KB8raJrc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:30:38 GMT", + "Date": "Fri, 27 May 2022 09:44:26 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AmzfwlHpRbVKqi2KB8raJrc; expires=Wed, 30-Mar-2022 11:30:39 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "244312e3-9684-4c18-bf38-1ad03ffe7000" + "x-ms-ests-server": "2.1.12794.7 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "8c653ae5-bd7d-4f0b-8bb5-f90aba6e7569", + "client-request-id": "440e9f32-5a0a-40e4-93e2-027d7181c08d", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AmzfwlHpRbVKqi2KB8raJrc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "8c653ae5-bd7d-4f0b-8bb5-f90aba6e7569", - "Content-Length": "1412", + "client-request-id": "440e9f32-5a0a-40e4-93e2-027d7181c08d", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:30:38 GMT", + "Date": "Fri, 27 May 2022 09:44:26 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AmzfwlHpRbVKqi2KB8raJrf7QncyAQAAAF6prtkOAAAA; expires=Wed, 30-Mar-2022 11:30:39 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WEULR1 ProdSlices", - "x-ms-request-id": "811df6fc-6ce9-4e9e-92ca-75dd58416700" + "x-ms-ests-server": "2.1.12821.9 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,89 +212,93 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d9d23cb6-9889-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1a3a6aab-6885-4773-9d3b-5d962f013ebf?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/21b17f11-b003-4f13-8f30-f41a52fb53e4?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:30:45 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A30%3A44.1153609Z\u0027\u0022", + "Date": "Fri, 27 May 2022 09:44:36 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T09%3A44%3A36.1336789Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f595d69-6eda-4399-9dc4-ae7e4fdcbbf0", + "x-ms-correlation-request-id": "4d9a285b-ffd1-4f8d-8aca-843aa08ac7f2", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "84b696a7-92c5-44f5-b302-3da4098718f3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113045Z:6f595d69-6eda-4399-9dc4-ae7e4fdcbbf0", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094437Z:4d9a285b-ffd1-4f8d-8aca-843aa08ac7f2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A30%3A44.1153609Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T09%3A44%3A36.1336789Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:30:41.3318499Z" + "CreatedOnDate": "2022-05-27T09:44:31.8400694Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:44:35.3589591Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:44:35.3589591Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1a3a6aab-6885-4773-9d3b-5d962f013ebf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/21b17f11-b003-4f13-8f30-f41a52fb53e4?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d9d23cb6-9889-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:31:15 GMT", + "Date": "Fri, 27 May 2022 09:45:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b30c8bbe-43bf-4b05-b041-cb8aac820916", + "x-ms-correlation-request-id": "4695ebe7-7a15-4b15-b685-a415535f5942", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "f5d87cab-7c84-4064-8168-63d1cb53c7a4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113115Z:b30c8bbe-43bf-4b05-b041-cb8aac820916", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094507Z:4695ebe7-7a15-4b15-b685-a415535f5942", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1a3a6aab-6885-4773-9d3b-5d962f013ebf", - "name": "1a3a6aab-6885-4773-9d3b-5d962f013ebf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/21b17f11-b003-4f13-8f30-f41a52fb53e4", + "name": "21b17f11-b003-4f13-8f30-f41a52fb53e4", "status": "Succeeded", - "startTime": "2022-02-28T11:30:44.1217693Z", - "endTime": "2022-02-28T11:30:44.1667601Z", + "startTime": "2022-05-27T09:44:36.1215897Z", + "endTime": "2022-05-27T09:44:36.1684614Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -316,64 +306,87 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d9d23cb6-9889-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "452", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:31:15 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A30%3A44.1600738Z\u0027\u0022", + "Date": "Fri, 27 May 2022 09:45:07 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T09%3A44%3A36.1627858Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5407b35-9347-4997-b26c-5ec0dda5af2a", + "x-ms-correlation-request-id": "52180915-afb3-48f4-9205-568c25c6c386", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "160fddd8-14ca-47dc-be42-129475455c38", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113115Z:b5407b35-9347-4997-b26c-5ec0dda5af2a", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094508Z:52180915-afb3-48f4-9205-568c25c6c386", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A30%3A44.1600738Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T09%3A44%3A36.1627858Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:30:41.3318499Z" + "CreatedOnDate": "2022-05-27T09:44:31.8400694Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:44:35.3589591Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:44:35.3589591Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f06c565a-9889-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -386,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a08b7aa-1083-4f52-9f71-d22258092efc?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50707ba5-2de3-4e26-8838-ba734068a201?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:31:17 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A31%3A17.1386608Z\u0027\u0022", + "Date": "Fri, 27 May 2022 09:45:11 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T09%3A45%3A10.7285818Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff4cdc61-6330-424c-9635-7c9d15719bd8", + "x-ms-correlation-request-id": "3d440f0b-cbf1-4aa5-af51-faaf07901522", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "45b878ab-8af2-4ba7-9e4e-69909311ff7d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113117Z:ff4cdc61-6330-424c-9635-7c9d15719bd8", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094511Z:3d440f0b-cbf1-4aa5-af51-faaf07901522", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A31%3A17.1386608Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T09%3A45%3A10.7285818Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:31:15.6079740Z" + "CreatedOnDate": "2022-05-27T09:45:08.3108425Z" }, "properties": { "serviceLevel": "Premium", @@ -420,44 +432,51 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:10.3166089Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:45:10.3166089Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a08b7aa-1083-4f52-9f71-d22258092efc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50707ba5-2de3-4e26-8838-ba734068a201?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f06c565a-9889-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "547", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:31:48 GMT", + "Date": "Fri, 27 May 2022 09:45:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96d9209a-3fb6-45e3-a0f7-bc58c50f725e", + "x-ms-correlation-request-id": "e6ba7688-b7cf-4b17-ad56-ffd1d5f40bf7", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "6e4b718c-8d71-456e-9812-d3836ae36c1f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113148Z:96d9209a-3fb6-45e3-a0f7-bc58c50f725e", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094542Z:e6ba7688-b7cf-4b17-ad56-ffd1d5f40bf7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a08b7aa-1083-4f52-9f71-d22258092efc", - "name": "3a08b7aa-1083-4f52-9f71-d22258092efc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50707ba5-2de3-4e26-8838-ba734068a201", + "name": "50707ba5-2de3-4e26-8838-ba734068a201", "status": "Succeeded", - "startTime": "2022-02-28T11:31:17.1468509Z", - "endTime": "2022-02-28T11:31:17.4187067Z", + "startTime": "2022-05-27T09:45:10.7195399Z", + "endTime": "2022-05-27T09:45:11.313289Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -465,69 +484,74 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f06c565a-9889-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "691", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:31:48 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A31%3A17.4101895Z\u0027\u0022", + "Date": "Fri, 27 May 2022 09:45:41 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T09%3A45%3A11.3136371Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "460a6f72-2e18-443a-b2f0-30ac23ad6e22", + "x-ms-correlation-request-id": "16acdb56-bb09-4893-a167-996a22550c5f", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "99e70ff4-ace0-4e8a-854c-89d96ebb21e4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113148Z:460a6f72-2e18-443a-b2f0-30ac23ad6e22", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094542Z:16acdb56-bb09-4893-a167-996a22550c5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A31%3A17.4101895Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T09%3A45%3A11.3136371Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:31:15.6079740Z" + "CreatedOnDate": "2022-05-27T09:45:08.3108425Z" }, "properties": { - "poolId": "99096900-0c9e-718a-73ae-58dfbd2d196f", + "poolId": "22e59147-e7b8-eb92-36ea-c18edabf1274", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:10.3166089Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:45:10.3166089Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -545,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -558,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:32:00 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A31%3A59.7435288Z\u0027\u0022", + "Date": "Fri, 27 May 2022 09:45:56 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T09%3A45%3A56.2728726Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7b2be35-df66-4e9d-952c-854c62c8faae", + "x-ms-correlation-request-id": "29563f69-b74e-4158-b081-afa04af26fb9", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "10f53141-4e80-4e38-88a7-a103d5210ad7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113200Z:c7b2be35-df66-4e9d-952c-854c62c8faae", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094557Z:29563f69-b74e-4158-b081-afa04af26fb9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A31%3A59.7435288Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T09%3A45%3A56.2728726Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:31:58.6356187Z" + "CreatedOnDate": "2022-05-27T09:45:52.7320379Z" }, "properties": { "serviceLevel": "Premium", @@ -598,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -609,43 +632,50 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:53.9904806Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:45:53.9904806Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:32:30 GMT", + "Date": "Fri, 27 May 2022 09:46:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a41271f-59ba-405d-9f5f-b9ae0284fceb", + "x-ms-correlation-request-id": "1fe02549-3f48-46cf-8f8e-af15259b6a4e", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f255ed52-235a-4e78-8c6a-20c69b7d2ecb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113230Z:5a41271f-59ba-405d-9f5f-b9ae0284fceb", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094627Z:1fe02549-3f48-46cf-8f8e-af15259b6a4e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23", - "name": "507afabe-e8f1-4442-83f4-3b795b70ef23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37", + "name": "efe5571b-68ff-44a9-b17c-a8a6b876da37", "status": "Creating", - "startTime": "2022-02-28T11:31:59.7523234Z", + "startTime": "2022-05-27T09:45:56.2588483Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -654,39 +684,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:33:00 GMT", + "Date": "Fri, 27 May 2022 09:46:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53f572f2-f6c9-4c38-b7b7-f2f7bd601f38", + "x-ms-correlation-request-id": "0e43c1bb-a9bd-481b-ac42-179ae8aaa0ac", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7ba06de0-d437-462a-ac9b-27003f7c8380", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113300Z:53f572f2-f6c9-4c38-b7b7-f2f7bd601f38", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094657Z:0e43c1bb-a9bd-481b-ac42-179ae8aaa0ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23", - "name": "507afabe-e8f1-4442-83f4-3b795b70ef23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37", + "name": "efe5571b-68ff-44a9-b17c-a8a6b876da37", "status": "Creating", - "startTime": "2022-02-28T11:31:59.7523234Z", + "startTime": "2022-05-27T09:45:56.2588483Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -695,39 +724,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:33:30 GMT", + "Date": "Fri, 27 May 2022 09:47:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae95fbef-5080-4cde-9bb6-56061d3545a5", + "x-ms-correlation-request-id": "31bf6367-e16b-42a8-8f80-57a55da0fb81", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "aa35ce30-1cf1-49cc-a68e-733dd62b1909", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113330Z:ae95fbef-5080-4cde-9bb6-56061d3545a5", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094727Z:31bf6367-e16b-42a8-8f80-57a55da0fb81", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23", - "name": "507afabe-e8f1-4442-83f4-3b795b70ef23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37", + "name": "efe5571b-68ff-44a9-b17c-a8a6b876da37", "status": "Creating", - "startTime": "2022-02-28T11:31:59.7523234Z", + "startTime": "2022-05-27T09:45:56.2588483Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -736,39 +764,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:34:00 GMT", + "Date": "Fri, 27 May 2022 09:47:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "475ce3e3-efb7-4468-9fab-c75ca88780d6", + "x-ms-correlation-request-id": "c992b3f5-0033-4bb8-94e3-2ceb243097d4", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "db5d1248-1376-4c70-be54-bedfb60c510d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113401Z:475ce3e3-efb7-4468-9fab-c75ca88780d6", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094758Z:c992b3f5-0033-4bb8-94e3-2ceb243097d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23", - "name": "507afabe-e8f1-4442-83f4-3b795b70ef23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37", + "name": "efe5571b-68ff-44a9-b17c-a8a6b876da37", "status": "Creating", - "startTime": "2022-02-28T11:31:59.7523234Z", + "startTime": "2022-05-27T09:45:56.2588483Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -777,39 +804,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:34:30 GMT", + "Date": "Fri, 27 May 2022 09:48:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec009a0f-b9db-4d21-87aa-4d9cb42cc42e", + "x-ms-correlation-request-id": "f2a9611b-cfe5-4c6d-bc14-a54f59126db2", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "9e6bf7c9-e426-41e2-83cc-95fe08faa6cd", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113431Z:ec009a0f-b9db-4d21-87aa-4d9cb42cc42e", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094828Z:f2a9611b-cfe5-4c6d-bc14-a54f59126db2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23", - "name": "507afabe-e8f1-4442-83f4-3b795b70ef23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37", + "name": "efe5571b-68ff-44a9-b17c-a8a6b876da37", "status": "Creating", - "startTime": "2022-02-28T11:31:59.7523234Z", + "startTime": "2022-05-27T09:45:56.2588483Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -818,39 +844,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:35:01 GMT", + "Date": "Fri, 27 May 2022 09:48:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0df53678-ddfa-47f0-a817-12d5d906668c", + "x-ms-correlation-request-id": "e048f135-9d52-40f8-8beb-19734907eb86", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "654f5173-e535-4917-bd5d-2c8d783d796f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113501Z:0df53678-ddfa-47f0-a817-12d5d906668c", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094858Z:e048f135-9d52-40f8-8beb-19734907eb86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23", - "name": "507afabe-e8f1-4442-83f4-3b795b70ef23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37", + "name": "efe5571b-68ff-44a9-b17c-a8a6b876da37", "status": "Creating", - "startTime": "2022-02-28T11:31:59.7523234Z", + "startTime": "2022-05-27T09:45:56.2588483Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -859,39 +884,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:35:31 GMT", + "Date": "Fri, 27 May 2022 09:49:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21367748-aa2b-472f-899e-c47bbe9aaf31", + "x-ms-correlation-request-id": "5e0077d7-1bb8-4fd6-b817-7d52b40d9a4a", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "56de1d30-6ab1-4200-a2fd-2f3741af7be7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113532Z:21367748-aa2b-472f-899e-c47bbe9aaf31", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094928Z:5e0077d7-1bb8-4fd6-b817-7d52b40d9a4a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23", - "name": "507afabe-e8f1-4442-83f4-3b795b70ef23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37", + "name": "efe5571b-68ff-44a9-b17c-a8a6b876da37", "status": "Creating", - "startTime": "2022-02-28T11:31:59.7523234Z", + "startTime": "2022-05-27T09:45:56.2588483Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -900,39 +924,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:36:02 GMT", + "Date": "Fri, 27 May 2022 09:49:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "816961b7-303b-4d8b-a92a-8b6d65018794", + "x-ms-correlation-request-id": "6c86a3ba-1fcd-45fa-81f7-2bc29e02bcd5", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "3b765e28-df8b-4267-a19f-79b017745342", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113602Z:816961b7-303b-4d8b-a92a-8b6d65018794", + "x-ms-routing-request-id": "WESTEUROPE:20220527T094959Z:6c86a3ba-1fcd-45fa-81f7-2bc29e02bcd5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23", - "name": "507afabe-e8f1-4442-83f4-3b795b70ef23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37", + "name": "efe5571b-68ff-44a9-b17c-a8a6b876da37", "status": "Creating", - "startTime": "2022-02-28T11:31:59.7523234Z", + "startTime": "2022-05-27T09:45:56.2588483Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -941,40 +964,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "574", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:36:32 GMT", + "Date": "Fri, 27 May 2022 09:50:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff6d3f1e-1c81-480a-b1be-033019b1e6ae", + "x-ms-correlation-request-id": "418ec29c-1c00-40b0-92ff-f266606e74a0", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "b26b5b12-27e8-45a8-a6e5-c57de90007b8", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113632Z:ff6d3f1e-1c81-480a-b1be-033019b1e6ae", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095029Z:418ec29c-1c00-40b0-92ff-f266606e74a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/507afabe-e8f1-4442-83f4-3b795b70ef23", - "name": "507afabe-e8f1-4442-83f4-3b795b70ef23", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/efe5571b-68ff-44a9-b17c-a8a6b876da37", + "name": "efe5571b-68ff-44a9-b17c-a8a6b876da37", "status": "Succeeded", - "startTime": "2022-02-28T11:31:59.7523234Z", - "endTime": "2022-02-28T11:36:19.3978512Z", + "startTime": "2022-05-27T09:45:56.2588483Z", + "endTime": "2022-05-27T09:49:59.4285593Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -982,46 +1004,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0a76aa-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2068", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:36:32 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A36%3A19.3886068Z\u0027\u0022", + "Date": "Fri, 27 May 2022 09:50:29 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T09%3A49%3A59.4274452Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fcd031d4-c564-403e-b04b-64e9c6bafaa9", + "x-ms-correlation-request-id": "4d30d7fb-c635-4057-b9ea-c9af2a242c44", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "ecb5ae5e-6760-4fa5-a281-91d5f52fd839", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113632Z:fcd031d4-c564-403e-b04b-64e9c6bafaa9", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095030Z:4d30d7fb-c635-4057-b9ea-c9af2a242c44", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A36%3A19.3886068Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T09%3A49%3A59.4274452Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:31:58.6356187Z" + "CreatedOnDate": "2022-05-27T09:45:52.7320379Z" }, "properties": { - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1049,10 +1070,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d27c9891", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_69e392be", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1064,12 +1085,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "mountTargetId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1078,51 +1099,59 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:53.9904806Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:45:53.9904806Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b37c31e2-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2068", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:36:42 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A36%3A19.3886068Z\u0027\u0022", + "Date": "Fri, 27 May 2022 09:50:40 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T09%3A49%3A59.4274452Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d38f8d1-49a4-431e-950e-39da772516e4", + "x-ms-correlation-request-id": "c105dfd4-ef6e-4e88-927d-ff24257fb0cd", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "596385f2-0e25-408c-8b20-454e6b639e5b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113642Z:2d38f8d1-49a4-431e-950e-39da772516e4", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095040Z:c105dfd4-ef6e-4e88-927d-ff24257fb0cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A36%3A19.3886068Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T09%3A49%3A59.4274452Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:31:58.6356187Z" + "CreatedOnDate": "2022-05-27T09:45:52.7320379Z" }, "properties": { - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1150,10 +1179,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d27c9891", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_69e392be", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1165,12 +1194,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "mountTargetId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1179,37 +1208,45 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:53.9904806Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:45:53.9904806Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b3983c98-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "348", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:36:42 GMT", + "Date": "Fri, 27 May 2022 09:50:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "915bd6a6-fcb0-43fa-817e-02944323d8e6", + "x-ms-correlation-request-id": "b3cc4486-0be0-4d81-b2e1-28b5811104a4", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "d74505ff-73d2-40ce-bec2-ff9cafedb20f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113643Z:915bd6a6-fcb0-43fa-817e-02944323d8e6", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095041Z:b3cc4486-0be0-4d81-b2e1-28b5811104a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1218,32 +1255,26 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", + "Content-Length": "401", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b3b9a41e-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -1257,36 +1288,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/07a6fe20-1469-4d6d-8d58-029cd367ef8a?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f63f8443-4d03-472c-9620-c7136a6a2697?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2067", + "Content-Length": "2385", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:36:43 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A36%3A43.4289425Z\u0027\u0022", + "Date": "Fri, 27 May 2022 09:50:41 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T09%3A50%3A41.738177Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/07a6fe20-1469-4d6d-8d58-029cd367ef8a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f63f8443-4d03-472c-9620-c7136a6a2697?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7731fd9-a68a-4e8f-9cc8-435dd610ef40", + "x-ms-correlation-request-id": "77cccab5-0154-4f95-9477-36b98188f0fc", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "62934ed2-074a-413c-b34b-dffe3ecb507a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113643Z:b7731fd9-a68a-4e8f-9cc8-435dd610ef40", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095041Z:77cccab5-0154-4f95-9477-36b98188f0fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A36%3A43.4289425Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T09%3A50%3A41.738177Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:31:58.6356187Z" + "CreatedOnDate": "2022-05-27T09:45:52.7320379Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1314,10 +1344,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d27c9891", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_69e392be", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1329,12 +1359,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "mountTargetId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1342,45 +1372,53 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:53.9904806Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:45:53.9904806Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/07a6fe20-1469-4d6d-8d58-029cd367ef8a?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f63f8443-4d03-472c-9620-c7136a6a2697?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b3b9a41e-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "574", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:37:13 GMT", + "Date": "Fri, 27 May 2022 09:51:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6648f3f-7c87-4fb4-a13f-e4979f85c67f", + "x-ms-correlation-request-id": "631123ce-649b-419e-bd87-6f530d5c7ffa", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "2e010656-86c1-4b71-839f-db776710171b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113713Z:e6648f3f-7c87-4fb4-a13f-e4979f85c67f", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095112Z:631123ce-649b-419e-bd87-6f530d5c7ffa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/07a6fe20-1469-4d6d-8d58-029cd367ef8a", - "name": "07a6fe20-1469-4d6d-8d58-029cd367ef8a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f63f8443-4d03-472c-9620-c7136a6a2697", + "name": "f63f8443-4d03-472c-9620-c7136a6a2697", "status": "Succeeded", - "startTime": "2022-02-28T11:36:43.4391557Z", - "endTime": "2022-02-28T11:36:53.6739978Z", + "startTime": "2022-05-27T09:50:41.7420227Z", + "endTime": "2022-05-27T09:50:54.445495Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1388,42 +1426,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/07a6fe20-1469-4d6d-8d58-029cd367ef8a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f63f8443-4d03-472c-9620-c7136a6a2697?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b3b9a41e-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2717", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:37:13 GMT", + "Date": "Fri, 27 May 2022 09:51:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33d7adef-9fde-4dc9-a895-ad7fa29c7b52", + "x-ms-correlation-request-id": "ad2aae73-6bb2-49d8-97fa-948ffbac40d2", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "ff31152c-223e-41e3-b8e0-f51ca0fb472e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113713Z:33d7adef-9fde-4dc9-a895-ad7fa29c7b52", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095112Z:ad2aae73-6bb2-49d8-97fa-948ffbac40d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A36%3A53.6641253Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T09%3A50%3A54.4438908Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:36:43.1826417Z" + "CreatedOnDate": "2022-05-27T09:50:41.3237230Z" }, "properties": { "dataProtection": { @@ -1433,11 +1470,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1465,19 +1501,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d27c9891", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_69e392be", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "99096900-0c9e-718a-73ae-58dfbd2d196f", + "poolId": "22e59147-e7b8-eb92-36ea-c18edabf1274", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "mountTargetId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "startIp": "", "endIp": "", "gateway": "", @@ -1486,7 +1522,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1500,22 +1536,32 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:53.9904806Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:50:41.6187182Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "68", + "Content-Length": "81", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c619e5d8-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -1525,21 +1571,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6dbafc03-c24a-4116-9a09-b52e5387e6f8?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/381a4434-2892-4c87-970d-ee67c7f0d527?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Length": "523", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:37:13 GMT", + "Date": "Fri, 27 May 2022 09:51:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6dbafc03-c24a-4116-9a09-b52e5387e6f8?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/381a4434-2892-4c87-970d-ee67c7f0d527?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e010caf2-89d0-4566-83cd-56529041a003", + "x-ms-correlation-request-id": "9e51f797-3393-4451-829b-64c86209d7be", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "e27befc9-b9c7-40e7-bace-59d2b9b878ae", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113714Z:e010caf2-89d0-4566-83cd-56529041a003", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095112Z:9e51f797-3393-4451-829b-64c86209d7be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1554,40 +1599,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6dbafc03-c24a-4116-9a09-b52e5387e6f8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/381a4434-2892-4c87-970d-ee67c7f0d527?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c619e5d8-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "604", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:37:43 GMT", + "Date": "Fri, 27 May 2022 09:51:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe9a417d-3993-4d0d-bad9-b9b67e8d8a05", + "x-ms-correlation-request-id": "abd7b6f5-a184-47b0-8d18-6f395015c986", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "8603f1cf-e0d8-434c-bde7-5c2145382b59", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113744Z:fe9a417d-3993-4d0d-bad9-b9b67e8d8a05", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095143Z:abd7b6f5-a184-47b0-8d18-6f395015c986", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6dbafc03-c24a-4116-9a09-b52e5387e6f8", - "name": "6dbafc03-c24a-4116-9a09-b52e5387e6f8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/381a4434-2892-4c87-970d-ee67c7f0d527", + "name": "381a4434-2892-4c87-970d-ee67c7f0d527", "status": "Succeeded", - "startTime": "2022-02-28T11:37:14.0898091Z", - "endTime": "2022-02-28T11:37:14.4542477Z", + "startTime": "2022-05-27T09:51:12.7457387Z", + "endTime": "2022-05-27T09:51:14.995753Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" @@ -1595,79 +1639,75 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6dbafc03-c24a-4116-9a09-b52e5387e6f8?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/381a4434-2892-4c87-970d-ee67c7f0d527?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c619e5d8-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "722", + "Content-Length": "730", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:37:44 GMT", + "Date": "Fri, 27 May 2022 09:51:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff29ba6e-8c50-4bb4-957c-9e722889eb84", + "x-ms-correlation-request-id": "cec93d4e-dc3a-4a51-ba00-b74ffe4ab4fc", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "0f49827d-c7a3-4537-b4d0-8e4623568114", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113744Z:ff29ba6e-8c50-4bb4-957c-9e722889eb84", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095143Z:cec93d4e-dc3a-4a51-ba00-b74ffe4ab4fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "2/28/2022 11:37:14 AM", + "etag": "5/27/2022 9:51:14 AM", "location": "", "properties": { - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "de622876-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:37:54 GMT", + "Date": "Fri, 27 May 2022 09:51:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12d0df46-7012-419d-9437-41435908c557", + "x-ms-correlation-request-id": "b51fc58d-5a23-456c-8ac9-8ad18325e630", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "1c0984d4-c059-4abf-b405-165d1073fff8", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113754Z:12d0df46-7012-419d-9437-41435908c557", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095154Z:b51fc58d-5a23-456c-8ac9-8ad18325e630", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1676,44 +1716,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e48ccfb2-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:38:04 GMT", + "Date": "Fri, 27 May 2022 09:52:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "caa913bc-3267-4f9a-82b1-6149fbbfd46b", + "x-ms-correlation-request-id": "37ae9bbf-f6c0-4411-b43d-9c807e9bb89b", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "a8e0b78e-e0ed-404a-86d7-0c54670c7eb2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113805Z:caa913bc-3267-4f9a-82b1-6149fbbfd46b", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095205Z:37ae9bbf-f6c0-4411-b43d-9c807e9bb89b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1722,44 +1761,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "eaaf76f6-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:38:14 GMT", + "Date": "Fri, 27 May 2022 09:52:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b637f55e-fe99-434c-bfee-58453fbb4509", + "x-ms-correlation-request-id": "0f48299c-9f60-415a-9599-4a300f37e486", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "907b4e6e-72bc-4076-bfca-1d70ae25c1dd", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113815Z:b637f55e-fe99-434c-bfee-58453fbb4509", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095215Z:0f48299c-9f60-415a-9599-4a300f37e486", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1768,44 +1806,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f0d19fc8-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:38:25 GMT", + "Date": "Fri, 27 May 2022 09:52:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff2cfe03-0a88-4f9a-a247-ea117baf7195", + "x-ms-correlation-request-id": "e7349dad-d478-435e-85ef-23f0ef0ad18f", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "fe293005-21c3-421f-a05c-a15d0652cdc8", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113825Z:ff2cfe03-0a88-4f9a-a247-ea117baf7195", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095226Z:e7349dad-d478-435e-85ef-23f0ef0ad18f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1814,44 +1851,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f6f64f5c-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:38:35 GMT", + "Date": "Fri, 27 May 2022 09:52:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54930bb2-5092-4af9-8d4d-91b2081205d3", + "x-ms-correlation-request-id": "3e8e7038-e224-4614-8949-3dda496fe8ef", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "beab6614-6410-4bcd-b3e2-24a79e7fc347", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113836Z:54930bb2-5092-4af9-8d4d-91b2081205d3", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095238Z:3e8e7038-e224-4614-8949-3dda496fe8ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1860,44 +1896,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fd1a6b5c-988a-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:38:45 GMT", + "Date": "Fri, 27 May 2022 09:52:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbcf2e4a-27f0-4529-8d1a-0e2ec53755f3", + "x-ms-correlation-request-id": "7a86a24e-e080-4429-9eaa-c515bd883f06", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "37e1aa04-c550-4c95-95cc-be258141773b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113846Z:bbcf2e4a-27f0-4529-8d1a-0e2ec53755f3", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095248Z:7a86a24e-e080-4429-9eaa-c515bd883f06", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1906,44 +1941,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "03597922-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:38:55 GMT", + "Date": "Fri, 27 May 2022 09:52:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ec723aa-cce8-4f8a-b36a-67416d52daf9", + "x-ms-correlation-request-id": "62632c7c-139f-4a4f-834a-bb85557e9aad", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "09b66a77-6b63-4f26-ba0d-04b8429027f5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113856Z:5ec723aa-cce8-4f8a-b36a-67416d52daf9", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095259Z:62632c7c-139f-4a4f-834a-bb85557e9aad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1952,44 +1986,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "097d9716-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:39:07 GMT", + "Date": "Fri, 27 May 2022 09:53:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f188a6c-332e-4b77-9594-ed3d915ab7b3", + "x-ms-correlation-request-id": "f9d8ac0e-4d35-41e0-90eb-b2dabd4ca369", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "ec413472-8ba6-495d-b9fc-047daa0dafa1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113907Z:3f188a6c-332e-4b77-9594-ed3d915ab7b3", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095310Z:f9d8ac0e-4d35-41e0-90eb-b2dabd4ca369", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1998,44 +2031,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0fa357b6-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:39:17 GMT", + "Date": "Fri, 27 May 2022 09:53:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c0f1c84-9b10-4168-a7ca-dfb853bda216", + "x-ms-correlation-request-id": "8c9270a8-f2e6-406a-98fe-296c2fb65200", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "a55bf143-414e-4ad8-a27b-365b185c230f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113917Z:0c0f1c84-9b10-4168-a7ca-dfb853bda216", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095321Z:8c9270a8-f2e6-406a-98fe-296c2fb65200", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2044,44 +2076,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "15c5da38-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:39:27 GMT", + "Date": "Fri, 27 May 2022 09:53:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f672edab-c845-40cc-b180-3e35251b8525", + "x-ms-correlation-request-id": "410491f1-50d7-4acf-877f-7994e196baf7", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "16cdf03b-4026-4ab8-8a3e-2f71df63c31a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113927Z:f672edab-c845-40cc-b180-3e35251b8525", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095332Z:410491f1-50d7-4acf-877f-7994e196baf7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2090,44 +2121,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1bea8f4e-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:39:38 GMT", + "Date": "Fri, 27 May 2022 09:53:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80cc616e-1ebc-4041-a6f5-f6f53ec04895", + "x-ms-correlation-request-id": "4e8b328f-5013-4baf-83c7-70f437322325", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "8a77af99-371f-40a2-87ec-1982123f62ce", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113938Z:80cc616e-1ebc-4041-a6f5-f6f53ec04895", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095342Z:4e8b328f-5013-4baf-83c7-70f437322325", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2136,44 +2166,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:37:14Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "220db040-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "683", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:39:48 GMT", + "Date": "Fri, 27 May 2022 09:53:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da3341fe-66a6-40c3-896a-1f36861f3750", + "x-ms-correlation-request-id": "31c9deb5-9007-4c77-884a-c0ddee97f706", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "0e9cb3f4-c087-4f84-9f76-eb2d9b0b3655", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113949Z:da3341fe-66a6-40c3-896a-1f36861f3750", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095353Z:31c9deb5-9007-4c77-884a-c0ddee97f706", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2182,145 +2211,1397 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:38:06Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", - "size": 323584, + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229c9d46-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "348", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:39:49 GMT", + "Date": "Fri, 27 May 2022 09:54:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1fa87fe-64d3-4b5c-8cc0-c3b70f2c3431", + "x-ms-correlation-request-id": "25ccbb10-73a2-4892-9c69-48b036445b89", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "a3066514-fa30-40bc-abc7-81e2bf0ca570", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113949Z:b1fa87fe-64d3-4b5c-8cc0-c3b70f2c3431", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095404Z:25ccbb10-73a2-4892-9c69-48b036445b89", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", - "name": "sdk-py-tests-acc-1/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } - } - ] + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "22b7f06e-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "RequestBody": { + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:54:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1c42ddd2-0cb8-46ef-8852-aeecb1273852", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095415Z:1c42ddd2-0cb8-46ef-8852-aeecb1273852", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "throughputMibps": 0.0, - "dataProtection": { - "backup": { - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", - "backupEnabled": true - } - }, - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0 + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "StatusCode": 202, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/53954607-0a15-487a-9120-af8d01d444f5?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "2317", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:39:49 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A39%3A49.5971539Z\u0027\u0022", + "Date": "Fri, 27 May 2022 09:54:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/53954607-0a15-487a-9120-af8d01d444f5?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdec538f-97ac-447f-ad34-ac7d14369e7c", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "554f9d21-d529-44be-873f-4a384291282e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113949Z:cdec538f-97ac-447f-ad34-ac7d14369e7c", + "x-ms-correlation-request-id": "a316fc63-b85e-48f3-b7ae-d004bcd98890", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095426Z:a316fc63-b85e-48f3-b7ae-d004bcd98890", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A39%3A49.5971539Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-02-28T11:36:43.1826417Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Patching", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:54:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e1f4d8f3-0bd1-40da-baa2-11f0cc8b17b2", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095437Z:e1f4d8f3-0bd1-40da-baa2-11f0cc8b17b2", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:54:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dd60044d-3752-4306-b67e-2b6625f13d7d", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095448Z:dd60044d-3752-4306-b67e-2b6625f13d7d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:54:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3e40c20c-d486-4f3b-9a6f-2c2f97160571", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095459Z:3e40c20c-d486-4f3b-9a6f-2c2f97160571", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:55:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7acf0784-8e83-4742-b012-3da09edb3cff", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095509Z:7acf0784-8e83-4742-b012-3da09edb3cff", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:55:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e6932a81-05a1-4555-aa9c-51874bcc3fbf", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095520Z:e6932a81-05a1-4555-aa9c-51874bcc3fbf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:55:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "85559fd7-dc89-4bc5-a1b5-24933fdf7077", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095531Z:85559fd7-dc89-4bc5-a1b5-24933fdf7077", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:55:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c25297a4-a2fb-4157-ba30-9179e1d4f890", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095543Z:c25297a4-a2fb-4157-ba30-9179e1d4f890", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:55:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4813128a-73af-4dfb-87a4-79be01d6c228", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095554Z:4813128a-73af-4dfb-87a4-79be01d6c228", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:56:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "94b4c416-229c-4349-bfb1-817c51c98980", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095605Z:94b4c416-229c-4349-bfb1-817c51c98980", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:56:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "05af8562-992c-4444-925e-bf95a7390eba", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095616Z:05af8562-992c-4444-925e-bf95a7390eba", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:56:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c504757a-fdd8-4df4-82e3-53c7b6e2acd6", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095627Z:c504757a-fdd8-4df4-82e3-53c7b6e2acd6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:56:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c9d7e964-8455-4a37-a479-5ae068de87fb", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095639Z:c9d7e964-8455-4a37-a479-5ae068de87fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:56:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "63e1f4de-8b0b-44e2-897b-6c52ede19137", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095650Z:63e1f4de-8b0b-44e2-897b-6c52ede19137", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:57:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2667a3ce-da81-4160-adab-0f2044a4c4bf", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095701Z:2667a3ce-da81-4160-adab-0f2044a4c4bf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:57:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c285172d-6cbd-466e-8f09-0e127ce3a92d", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095712Z:c285172d-6cbd-466e-8f09-0e127ce3a92d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:57:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4a9b99fd-dca0-4636-bc01-3d3d63e39cd9", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095723Z:4a9b99fd-dca0-4636-bc01-3d3d63e39cd9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:57:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "eace364f-2231-4e77-98bf-4d983a465a27", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095734Z:eace364f-2231-4e77-98bf-4d983a465a27", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:57:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a2a23deb-d0c2-4aa6-a7de-990d4d8f8172", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095744Z:a2a23deb-d0c2-4aa6-a7de-990d4d8f8172", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:57:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "67b7906b-be80-43ba-aeba-0c2370f53574", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095755Z:67b7906b-be80-43ba-aeba-0c2370f53574", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:58:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9d6538b6-65e9-47a7-a2cc-31bb11a7f08d", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095806Z:9d6538b6-65e9-47a7-a2cc-31bb11a7f08d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:58:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1f4d775d-7e74-4fcd-95ab-aeea14266a31", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095817Z:1f4d775d-7e74-4fcd-95ab-aeea14266a31", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:58:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "83661ab1-a05c-40d7-9e10-c3cd0c0ae1e5", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095828Z:83661ab1-a05c-40d7-9e10-c3cd0c0ae1e5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:58:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4729ca35-6954-4dd3-b9b9-5c4d77a47f86", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095839Z:4729ca35-6954-4dd3-b9b9-5c4d77a47f86", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:58:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e84fda20-1fbe-4994-a352-9a0e0d67b2ed", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095850Z:e84fda20-1fbe-4994-a352-9a0e0d67b2ed", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:59:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5a26d3d1-8f02-441a-befd-777debed0385", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095901Z:5a26d3d1-8f02-441a-befd-777debed0385", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:59:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f0f7ecbd-a7c0-4320-be10-6f287dcc6dd1", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095901Z:f0f7ecbd-a7c0-4320-be10-6f287dcc6dd1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", + "name": "sdk-py-tests-acc-1/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "401", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", + "backupEnabled": true + } + }, + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:59:04 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T09%3A59%3A05.0416087Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "00e6d5bc-04d9-4c57-be5a-4a055f08a262", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095905Z:00e6d5bc-04d9-4c57-be5a-4a055f08a262", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-27T09%3A59%3A05.0416087Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-27T09:50:41.3237230Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" + } + }, + "provisioningState": "Succeeded", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, "kerberos5pReadOnly": false, "kerberos5pReadWrite": false, "hasRootAccess": true, @@ -2331,10 +3612,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d27c9891", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_69e392be", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -2346,12 +3627,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "mountTargetId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -2359,204 +3640,715 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:53.9904806Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:59:04.8952934Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "81", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "southcentralusstage", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/01e44eea-91f6-4e5f-8f4f-35072bffd8f5?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "523", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:59:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/01e44eea-91f6-4e5f-8f4f-35072bffd8f5?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d009ce99-94bd-46b3-87d4-4546a3483bd3", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095905Z:d009ce99-94bd-46b3-87d4-4546a3483bd3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/01e44eea-91f6-4e5f-8f4f-35072bffd8f5?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:59:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "567a0c0c-62b4-4ff8-a1dd-6737e6b84b56", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095936Z:567a0c0c-62b4-4ff8-a1dd-6737e6b84b56", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/01e44eea-91f6-4e5f-8f4f-35072bffd8f5", + "name": "01e44eea-91f6-4e5f-8f4f-35072bffd8f5", + "status": "Succeeded", + "startTime": "2022-05-27T09:59:05.6656061Z", + "endTime": "2022-05-27T09:59:07.2506934Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/01e44eea-91f6-4e5f-8f4f-35072bffd8f5?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "730", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:59:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c0ecb425-bdba-4277-8428-3c8be6b2f315", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095936Z:c0ecb425-bdba-4277-8428-3c8be6b2f315", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "5/27/2022 9:59:07 AM", + "location": "", + "properties": { + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "failureReason": "None", + "useExistingSnapshot": false, + "provisioningState": "Creating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:59:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b758e9a6-fb52-4da9-be40-a041e1b3753e", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095947Z:b758e9a6-fb52-4da9-be40-a041e1b3753e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 09:59:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "51289efd-4825-486f-abf2-857fc2b2241c", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "WESTEUROPE:20220527T095958Z:51289efd-4825-486f-abf2-857fc2b2241c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:00:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "78bbd27b-d829-4a2c-964b-a342bcb73b53", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100009Z:78bbd27b-d829-4a2c-964b-a342bcb73b53", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:00:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a54a0316-9bf0-4261-a4d5-fc13dfe38d8e", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100020Z:a54a0316-9bf0-4261-a4d5-fc13dfe38d8e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:00:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1eb9404a-3cc7-4896-a1af-db27e934f012", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100031Z:1eb9404a-3cc7-4896-a1af-db27e934f012", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:00:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f2772ca8-5f35-4103-8d72-73d010eec34e", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100042Z:f2772ca8-5f35-4103-8d72-73d010eec34e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:00:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "33903356-d5f6-4f64-8c24-6fe99353ff0e", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100053Z:33903356-d5f6-4f64-8c24-6fe99353ff0e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:01:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4c4104be-1058-4b21-a749-67f70dc9c4fb", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100104Z:4c4104be-1058-4b21-a749-67f70dc9c4fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:01:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b2cb3cca-1132-4b1f-827d-89abe7567bf8", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100114Z:b2cb3cca-1132-4b1f-827d-89abe7567bf8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/53954607-0a15-487a-9120-af8d01d444f5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "22b7f06e-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "574", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:40:19 GMT", + "Date": "Fri, 27 May 2022 10:01:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67d565f1-4173-4ce6-b1f2-d32834a33e00", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "b4c980be-2f24-48c7-ace1-962df3dc9268", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114019Z:67d565f1-4173-4ce6-b1f2-d32834a33e00", + "x-ms-correlation-request-id": "083e7110-c477-4900-a5ba-bc81d218b801", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100125Z:083e7110-c477-4900-a5ba-bc81d218b801", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/53954607-0a15-487a-9120-af8d01d444f5", - "name": "53954607-0a15-487a-9120-af8d01d444f5", - "status": "Succeeded", - "startTime": "2022-02-28T11:39:49.6031273Z", - "endTime": "2022-02-28T11:39:56.7437796Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/53954607-0a15-487a-9120-af8d01d444f5?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "22b7f06e-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2717", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:40:19 GMT", + "Date": "Fri, 27 May 2022 10:01:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9b9fb22-ff42-4c0a-ac02-816d03e36c50", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "72fea370-eaed-4ff0-b46e-0e219efc4df0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114020Z:a9b9fb22-ff42-4c0a-ac02-816d03e36c50", + "x-ms-correlation-request-id": "3160dcc7-ffa9-4064-80c2-557a0b61f15a", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100136Z:3160dcc7-ffa9-4064-80c2-557a0b61f15a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A39%3A56.7390946Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-02-28T11:39:49.3881227Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", - "usageThreshold": 107374182400, - "usedBytes": 0, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv4": false, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d27c9891", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "99096900-0c9e-718a-73ae-58dfbd2d196f", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "encryptionKeySource": "Microsoft.NetApp", - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "68", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3529c3da-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "RequestBody": { + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:01:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cf2f4825-fb13-41aa-bc2c-c400959ad3d4", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100147Z:cf2f4825-fb13-41aa-bc2c-c400959ad3d4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2fbca59c-8670-48f4-98ac-4506d73dfeec?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:40:20 GMT", + "Date": "Fri, 27 May 2022 10:01:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2fbca59c-8670-48f4-98ac-4506d73dfeec?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e69c7e86-7561-45f7-a2c4-f773377f13f1", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "d2e75b93-f01b-43a1-8e7c-eae99411bbd4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114020Z:e69c7e86-7561-45f7-a2c4-f773377f13f1", + "x-ms-correlation-request-id": "0a9be7e4-fc4d-4f87-be25-4f69247df2c8", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100158Z:0a9be7e4-fc4d-4f87-be25-4f69247df2c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2565,126 +4357,133 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "provisioningState": "Creating", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2fbca59c-8670-48f4-98ac-4506d73dfeec?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3529c3da-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "604", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:40:50 GMT", + "Date": "Fri, 27 May 2022 10:02:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1a635fd-df25-4e8a-9ad6-9f63547a4b91", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "7ee60092-842e-4ffd-a4c9-066ab78486bf", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114050Z:c1a635fd-df25-4e8a-9ad6-9f63547a4b91", + "x-ms-correlation-request-id": "5547bd3b-5d46-4503-aac2-9a709bbf72c1", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100210Z:5547bd3b-5d46-4503-aac2-9a709bbf72c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2fbca59c-8670-48f4-98ac-4506d73dfeec", - "name": "2fbca59c-8670-48f4-98ac-4506d73dfeec", - "status": "Succeeded", - "startTime": "2022-02-28T11:40:20.4650536Z", - "endTime": "2022-02-28T11:40:20.8169404Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2" + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2fbca59c-8670-48f4-98ac-4506d73dfeec?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3529c3da-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "722", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:40:50 GMT", + "Date": "Fri, 27 May 2022 10:02:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cda46349-50b5-46aa-ba90-7f679544f655", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "8b6f6188-5ec2-4c12-9038-ee245d9693ac", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114050Z:cda46349-50b5-46aa-ba90-7f679544f655", + "x-ms-correlation-request-id": "5517157a-4c79-49d6-8f42-b3e74fd90931", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100221Z:5517157a-4c79-49d6-8f42-b3e74fd90931", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "2/28/2022 11:40:20 AM", - "location": "", + "location": "southcentralusstage", "properties": { - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4d712c76-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:41:00 GMT", + "Date": "Fri, 27 May 2022 10:02:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f2b682a-48e7-411b-9495-cd7963f74cb7", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "a6d56750-c760-430b-8a17-66907ad37a80", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114101Z:0f2b682a-48e7-411b-9495-cd7963f74cb7", + "x-ms-correlation-request-id": "acd6dd1c-3f02-4368-8b3d-2cf3c424ed4c", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100232Z:acd6dd1c-3f02-4368-8b3d-2cf3c424ed4c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2693,44 +4492,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "53933ee6-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:41:10 GMT", + "Date": "Fri, 27 May 2022 10:02:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82d29f17-2af9-46b6-bf6e-3373a82d3986", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "cabbe261-b00c-45bc-b03f-9b66e59999bb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114111Z:82d29f17-2af9-46b6-bf6e-3373a82d3986", + "x-ms-correlation-request-id": "b1bef375-d19e-4b42-887c-9a08f55f049a", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100243Z:b1bef375-d19e-4b42-887c-9a08f55f049a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2739,44 +4537,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "59b084c8-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:41:21 GMT", + "Date": "Fri, 27 May 2022 10:02:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d4da8cc-4ed9-4c61-8c7c-5ef8894390b4", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "8949ce68-97ea-4e9e-a2f7-91d841f8c54c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114122Z:8d4da8cc-4ed9-4c61-8c7c-5ef8894390b4", + "x-ms-correlation-request-id": "9684531c-a85f-4e69-ab3d-a1f62e6901a0", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100254Z:9684531c-a85f-4e69-ab3d-a1f62e6901a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2785,44 +4582,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60002afe-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:41:31 GMT", + "Date": "Fri, 27 May 2022 10:03:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "227d1c7f-b3ce-4fb4-89d0-68d58f93c043", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "30494c8d-0a9a-4371-a388-7b32928dd6b9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114132Z:227d1c7f-b3ce-4fb4-89d0-68d58f93c043", + "x-ms-correlation-request-id": "21e2ff46-a37a-467b-aee7-82d63fa075c7", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100305Z:21e2ff46-a37a-467b-aee7-82d63fa075c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2831,44 +4627,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "661e31e2-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:41:41 GMT", + "Date": "Fri, 27 May 2022 10:03:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9c61d12-d04e-4f64-b25a-c399e7f305a5", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "c2f5007c-f288-4d79-b8eb-542928b3b0c6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114142Z:c9c61d12-d04e-4f64-b25a-c399e7f305a5", + "x-ms-correlation-request-id": "af851c7e-3257-4456-a39a-96c0a3b2589d", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100316Z:af851c7e-3257-4456-a39a-96c0a3b2589d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2877,44 +4672,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6c3eca0a-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:41:52 GMT", + "Date": "Fri, 27 May 2022 10:03:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2845ceca-38ed-4c7e-8efc-4fdd543dd9bf", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "7e3b1da0-83f6-42e2-853f-2f7b3bb245a3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114152Z:2845ceca-38ed-4c7e-8efc-4fdd543dd9bf", + "x-ms-correlation-request-id": "066af6e9-c1f6-4257-849c-a474eab68036", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100327Z:066af6e9-c1f6-4257-849c-a474eab68036", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2923,44 +4717,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7263770a-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:42:02 GMT", + "Date": "Fri, 27 May 2022 10:03:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7a075fa-f1e3-4d1a-b226-eea21e2a9c9a", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "0b0ebbe3-0ae7-4fb1-b3e4-5dda57dc12f5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114203Z:e7a075fa-f1e3-4d1a-b226-eea21e2a9c9a", + "x-ms-correlation-request-id": "def163bb-1d57-4811-a6db-6e5a97facb29", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100338Z:def163bb-1d57-4811-a6db-6e5a97facb29", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2969,44 +4762,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "788371f8-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:42:12 GMT", + "Date": "Fri, 27 May 2022 10:03:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9878704-6c4f-4717-ab9d-3027a372e729", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "c071873c-125b-4cb6-9eab-d00bd036335b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114213Z:d9878704-6c4f-4717-ab9d-3027a372e729", + "x-ms-correlation-request-id": "0ae55bf7-8fca-40f4-9eb8-ec5247427e79", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100349Z:0ae55bf7-8fca-40f4-9eb8-ec5247427e79", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3015,44 +4807,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7ea3e2c0-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:42:22 GMT", + "Date": "Fri, 27 May 2022 10:03:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3d02878-362d-4e4b-ade5-65fb3a09c230", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "1e5f4410-236b-4074-900e-49b5f8c2cd80", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114223Z:f3d02878-362d-4e4b-ade5-65fb3a09c230", + "x-ms-correlation-request-id": "254164d7-0d19-4456-9f52-195e18d2f3f3", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100400Z:254164d7-0d19-4456-9f52-195e18d2f3f3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3061,44 +4852,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84c4f8f6-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:42:33 GMT", + "Date": "Fri, 27 May 2022 10:04:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85041ef7-d527-4b1c-8f6d-139b0984b264", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "aef98fd1-fe10-44bd-8099-2773725df3ed", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114234Z:85041ef7-d527-4b1c-8f6d-139b0984b264", + "x-ms-correlation-request-id": "9069a40d-d688-49f0-abf5-d09392369831", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100410Z:9069a40d-d688-49f0-abf5-d09392369831", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3107,44 +4897,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8ae71994-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:42:44 GMT", + "Date": "Fri, 27 May 2022 10:04:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52d6df50-45e9-4e94-8650-cf99d0dee812", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "16335e16-69dc-48d8-9d65-43d8037fd1c2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114244Z:52d6df50-45e9-4e94-8650-cf99d0dee812", + "x-ms-correlation-request-id": "73cd5f5e-4c72-4499-9e58-515980310387", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100421Z:73cd5f5e-4c72-4499-9e58-515980310387", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3153,44 +4942,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "910c4c86-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:42:54 GMT", + "Date": "Fri, 27 May 2022 10:04:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd078774-5798-4982-b4ed-2522e2121e81", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "97ca3ff6-0c28-4e90-958b-1c7cf98e08fc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114254Z:fd078774-5798-4982-b4ed-2522e2121e81", + "x-ms-correlation-request-id": "514ba00a-e65d-4757-9317-4acd6b3c5d5e", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100432Z:514ba00a-e65d-4757-9317-4acd6b3c5d5e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3199,44 +4987,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "972d333c-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:43:05 GMT", + "Date": "Fri, 27 May 2022 10:04:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9b1e623-df6e-4bbd-b283-30769d4755bb", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "d2d737f3-b93c-49db-bcd1-3de397755799", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114305Z:a9b1e623-df6e-4bbd-b283-30769d4755bb", + "x-ms-correlation-request-id": "6aab8acd-ad61-45e0-be8b-7b38202a4c84", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100444Z:6aab8acd-ad61-45e0-be8b-7b38202a4c84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3245,44 +5032,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9d6216c8-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:43:15 GMT", + "Date": "Fri, 27 May 2022 10:04:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5e4c106-6ce2-44a3-b103-70cb6ef7a072", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "63455a40-be88-4596-ab63-200088fc2d98", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114315Z:d5e4c106-6ce2-44a3-b103-70cb6ef7a072", + "x-ms-correlation-request-id": "56923750-5671-43c1-a7cb-0882af341567", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100455Z:56923750-5671-43c1-a7cb-0882af341567", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3291,44 +5077,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a3854598-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:43:25 GMT", + "Date": "Fri, 27 May 2022 10:05:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a0cdc9c-63c2-4446-8271-7664862f08b5", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "4e57825f-50dd-4da6-a8f9-37faff640856", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114325Z:2a0cdc9c-63c2-4446-8271-7664862f08b5", + "x-ms-correlation-request-id": "7ceddd43-ad5a-495d-8ed7-c9b5825ab168", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100506Z:7ceddd43-ad5a-495d-8ed7-c9b5825ab168", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3337,44 +5122,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a9a9afc2-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:43:36 GMT", + "Date": "Fri, 27 May 2022 10:05:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ce4130b-c9b3-4a18-b06b-db612fb9f5cb", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "30381720-a4f7-44bd-90f5-5a7a4f79c057", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114336Z:1ce4130b-c9b3-4a18-b06b-db612fb9f5cb", + "x-ms-correlation-request-id": "34b48fd3-29dc-4db7-a4e0-49e3fd57bf10", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100516Z:34b48fd3-29dc-4db7-a4e0-49e3fd57bf10", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3383,44 +5167,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b018500c-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:43:46 GMT", + "Date": "Fri, 27 May 2022 10:05:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "289053d7-9dfb-4005-a601-60613ecaf7ba", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "5561d8a3-0f9b-4cc7-956b-d359af6a5a2d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114346Z:289053d7-9dfb-4005-a601-60613ecaf7ba", + "x-ms-correlation-request-id": "9cc204e1-4a83-45ca-9505-105f785a1096", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100527Z:9cc204e1-4a83-45ca-9505-105f785a1096", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3429,44 +5212,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b64cd952-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:43:56 GMT", + "Date": "Fri, 27 May 2022 10:05:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c154a752-5c00-4b1c-bbd3-7bd4f02efaad", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "5a3878ed-3f30-422e-9be0-84506f226db2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114357Z:c154a752-5c00-4b1c-bbd3-7bd4f02efaad", + "x-ms-correlation-request-id": "b6065321-2c6b-4c70-9ad7-1152567884a8", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100538Z:b6065321-2c6b-4c70-9ad7-1152567884a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3475,44 +5257,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bc6dd26e-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:44:07 GMT", + "Date": "Fri, 27 May 2022 10:05:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa653d62-33fe-42a1-897a-9d813f200500", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "5579745d-fb16-4849-95a0-ed1f8e3bca03", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114408Z:fa653d62-33fe-42a1-897a-9d813f200500", + "x-ms-correlation-request-id": "32631a5f-99b3-4269-9c43-d6b2d95e40b9", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100549Z:32631a5f-99b3-4269-9c43-d6b2d95e40b9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3521,44 +5302,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c2eb36f4-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:44:18 GMT", + "Date": "Fri, 27 May 2022 10:05:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "545b458f-b104-4bba-bd87-4375352ebb1d", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "16bb7f24-5ea5-4b44-9107-6ceed4280d81", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114418Z:545b458f-b104-4bba-bd87-4375352ebb1d", + "x-ms-correlation-request-id": "b230630a-7d12-4332-a7da-6b3d4243f5c2", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100600Z:b230630a-7d12-4332-a7da-6b3d4243f5c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3567,44 +5347,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c9125a44-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:44:28 GMT", + "Date": "Fri, 27 May 2022 10:06:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4781541d-ec05-413f-972b-8e3a9bbc0cc3", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "2cd07405-19d5-4952-a01f-22635c070681", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114428Z:4781541d-ec05-413f-972b-8e3a9bbc0cc3", + "x-ms-correlation-request-id": "42fdf50f-da10-450f-a65e-8c7c4d50f808", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100611Z:42fdf50f-da10-450f-a65e-8c7c4d50f808", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3613,44 +5392,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cf340080-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:44:38 GMT", + "Date": "Fri, 27 May 2022 10:06:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96ed1e0d-5a47-4221-82c0-5d8d1f60e209", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "b2abc9fa-2059-4a06-8b52-afea41135232", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114438Z:96ed1e0d-5a47-4221-82c0-5d8d1f60e209", + "x-ms-correlation-request-id": "0174eee3-f409-4780-bbaa-7eefe46b0eea", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100622Z:0174eee3-f409-4780-bbaa-7eefe46b0eea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3659,44 +5437,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d55c6592-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:44:48 GMT", + "Date": "Fri, 27 May 2022 10:06:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b5f7558-5124-4210-97a1-5403bd150375", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "7e9ba534-1422-4cb0-a587-6786ed6053f1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114449Z:6b5f7558-5124-4210-97a1-5403bd150375", + "x-ms-correlation-request-id": "aabf82d0-5d2a-4b2c-b481-166d8e7f2925", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100633Z:aabf82d0-5d2a-4b2c-b481-166d8e7f2925", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3705,44 +5482,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "db7e11f0-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:44:59 GMT", + "Date": "Fri, 27 May 2022 10:06:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9fd30cd-20b7-4f30-ad4b-da39e331aa49", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "1bea4541-3d06-4a5a-ad83-ad49c7b15cf2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114459Z:a9fd30cd-20b7-4f30-ad4b-da39e331aa49", + "x-ms-correlation-request-id": "ab4f2647-152f-4faf-92e5-54c0f827e5a2", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100644Z:ab4f2647-152f-4faf-92e5-54c0f827e5a2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3751,44 +5527,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:20Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e19d3322-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "683", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:45:09 GMT", + "Date": "Fri, 27 May 2022 10:06:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8a67813-0a83-453f-b885-de8cf69d0679", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "e94dd7b0-e201-4be0-adb0-8ee5c7429969", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114509Z:f8a67813-0a83-453f-b885-de8cf69d0679", + "x-ms-correlation-request-id": "1e8875a1-19ff-4627-91e6-59086675af5f", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100655Z:1e8875a1-19ff-4627-91e6-59086675af5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3797,44 +5572,43 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:26Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", - "size": 352256, + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e1c6adf6-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1379", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:45:09 GMT", + "Date": "Fri, 27 May 2022 10:06:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5f45ce8-9870-45c5-8c39-5df3a3b16876", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "cfcf215d-dfd7-4155-8605-1c5f03740ee4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114510Z:d5f45ce8-9870-45c5-8c39-5df3a3b16876", + "x-ms-correlation-request-id": "df3d6a97-8dfd-445d-b3fd-a387e43f8557", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100656Z:df3d6a97-8dfd-445d-b3fd-a387e43f8557", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3845,12 +5619,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:38:06Z", - "backupId": "95d2c435-cf6a-a60f-f378-30da231b2ede", - "size": 323584, + "creationDate": "2022-05-27T09:51:14Z", + "backupId": "a0b03e72-3699-5866-628c-1db9511d0710", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } @@ -3861,12 +5635,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:26Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", - "size": 352256, + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } @@ -3875,155 +5649,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e1f7a3ca-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8dc2512a-f8e2-4073-9a66-427f6ef1a871?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9c07de0-f6bb-45e3-a632-10a2f388762e?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:45:10 GMT", + "Date": "Fri, 27 May 2022 10:06:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8dc2512a-f8e2-4073-9a66-427f6ef1a871?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9c07de0-f6bb-45e3-a632-10a2f388762e?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ac23cf8-df05-459a-bab6-297abc73de18", + "x-ms-correlation-request-id": "89be7207-68e0-439c-a02a-95afc1a2d441", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "915ef9b1-09b7-4c23-b93b-1c13c98da766", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114510Z:9ac23cf8-df05-459a-bab6-297abc73de18", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100656Z:89be7207-68e0-439c-a02a-95afc1a2d441", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8dc2512a-f8e2-4073-9a66-427f6ef1a871?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e1f7a3ca-988b-11ec-9c6f-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "592", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:45:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7405616e-9ecd-4dcf-9ea9-dce35a4397ea", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "10b1c2c0-4a73-496c-a4da-73b37e58d256", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114540Z:7405616e-9ecd-4dcf-9ea9-dce35a4397ea", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8dc2512a-f8e2-4073-9a66-427f6ef1a871", - "name": "8dc2512a-f8e2-4073-9a66-427f6ef1a871", - "status": "Deleting", - "startTime": "2022-02-28T11:45:10.311368Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8dc2512a-f8e2-4073-9a66-427f6ef1a871?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e1f7a3ca-988b-11ec-9c6f-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "592", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:46:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17124074-74c7-4e6c-9bb0-d4a574ff070a", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "85de3f12-e4c1-49e5-a29f-ecf70ff2d9d5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114610Z:17124074-74c7-4e6c-9bb0-d4a574ff070a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8dc2512a-f8e2-4073-9a66-427f6ef1a871", - "name": "8dc2512a-f8e2-4073-9a66-427f6ef1a871", - "status": "Deleting", - "startTime": "2022-02-28T11:45:10.311368Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8dc2512a-f8e2-4073-9a66-427f6ef1a871?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9c07de0-f6bb-45e3-a632-10a2f388762e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e1f7a3ca-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "603", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:46:40 GMT", + "Date": "Fri, 27 May 2022 10:07:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f20f3790-dc5d-4dd5-88f0-61c8755d230b", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "e1b039c1-381a-458c-945a-89e222a3db33", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114640Z:f20f3790-dc5d-4dd5-88f0-61c8755d230b", + "x-ms-correlation-request-id": "3a0a262d-285a-4ed9-98d2-e0db69bcbccf", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100727Z:3a0a262d-285a-4ed9-98d2-e0db69bcbccf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8dc2512a-f8e2-4073-9a66-427f6ef1a871", - "name": "8dc2512a-f8e2-4073-9a66-427f6ef1a871", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9c07de0-f6bb-45e3-a632-10a2f388762e", + "name": "f9c07de0-f6bb-45e3-a632-10a2f388762e", "status": "Succeeded", - "startTime": "2022-02-28T11:45:10.311368Z", - "endTime": "2022-02-28T11:46:18.7326825Z", + "startTime": "2022-05-27T10:06:56.8307016Z", + "endTime": "2022-05-27T10:07:07.4441348Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" @@ -4031,32 +5719,31 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8dc2512a-f8e2-4073-9a66-427f6ef1a871?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9c07de0-f6bb-45e3-a632-10a2f388762e?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e1f7a3ca-988b-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "427", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:46:40 GMT", + "Date": "Fri, 27 May 2022 10:07:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e32acc6-d51c-4d4d-8b08-43d62a9be731", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "8994b685-904f-4663-a64a-e405e58a1d2e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114641Z:5e32acc6-d51c-4d4d-8b08-43d62a9be731", + "x-ms-correlation-request-id": "8a84f0a1-f29e-4244-ab53-d08ed68c1fb9", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100727Z:8a84f0a1-f29e-4244-ab53-d08ed68c1fb9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4067,15 +5754,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "196d89c8-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, @@ -4083,16 +5768,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:46:42 GMT", + "Date": "Fri, 27 May 2022 10:07:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3ed2e38-eae3-471c-b4ae-0f6099eaa358", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "2705a2bb-653b-49f2-a33d-59cb2ebe3c44", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114643Z:f3ed2e38-eae3-471c-b4ae-0f6099eaa358", + "x-ms-correlation-request-id": "4d9a6098-5a2a-42e8-9b21-75ffcca24cf3", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100730Z:4d9a6098-5a2a-42e8-9b21-75ffcca24cf3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4103,32 +5787,31 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "199903b4-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "695", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:46:43 GMT", + "Date": "Fri, 27 May 2022 10:07:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59a58c5d-68a0-4ffc-b465-c2d636924935", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "af06c1a5-1534-405b-8052-423b9f43e9f8", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114643Z:59a58c5d-68a0-4ffc-b465-c2d636924935", + "x-ms-correlation-request-id": "1f2a3875-7492-4f67-8524-48a2c048a26e", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100731Z:1f2a3875-7492-4f67-8524-48a2c048a26e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4139,12 +5822,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T11:40:26Z", - "backupId": "fef30bd5-77c7-ca80-5310-ecc2141a74cf", - "size": 352256, + "creationDate": "2022-05-27T09:59:07Z", + "backupId": "2533fc11-8bde-3cbe-bdcb-f75764ff5538", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } @@ -4153,32 +5836,31 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "19be02f4-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "348", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:46:43 GMT", + "Date": "Fri, 27 May 2022 10:07:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b9b8e26-0b1a-4af5-903c-ccced69c5d21", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "18601c61-76b7-438b-b9bd-af868582d1cb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114643Z:0b9b8e26-0b1a-4af5-903c-ccced69c5d21", + "x-ms-correlation-request-id": "032174dd-a44a-4818-a08c-283f4ceda89c", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100731Z:032174dd-a44a-4818-a08c-283f4ceda89c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4187,32 +5869,26 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "424", + "Content-Length": "402", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "19ddd26e-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -4226,32 +5902,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a146c44-0fa4-4e8f-a6d6-8be075c2fa6e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1319036-7bce-490b-a47d-4562e6942ddc?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2317", + "Content-Length": "2638", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:46:43 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A46%3A44.2347787Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:07:31 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A07%3A31.9130774Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a146c44-0fa4-4e8f-a6d6-8be075c2fa6e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1319036-7bce-490b-a47d-4562e6942ddc?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c07be858-7fa1-4d84-8d71-ab545c449ff7", + "x-ms-correlation-request-id": "2d01b7dc-7c3a-407a-9ab9-7a98025b942c", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "00a77132-1cfc-428b-a806-bb3e79be643d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114644Z:c07be858-7fa1-4d84-8d71-ab545c449ff7", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100731Z:2d01b7dc-7c3a-407a-9ab9-7a98025b942c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A46%3A44.2347787Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A07%3A31.9130774Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:39:49.3881227Z" + "CreatedOnDate": "2022-05-27T09:50:41.3237230Z" }, "properties": { "dataProtection": { @@ -4262,7 +5937,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -4290,10 +5965,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d27c9891", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_69e392be", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -4305,12 +5980,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "mountTargetId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -4318,45 +5993,53 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:53.9904806Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:59:04.8952934Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a146c44-0fa4-4e8f-a6d6-8be075c2fa6e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1319036-7bce-490b-a47d-4562e6942ddc?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "19ddd26e-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "573", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:47:13 GMT", + "Date": "Fri, 27 May 2022 10:08:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "381e56e7-4d09-4bf5-ab88-df6dc4b42dc0", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "84a727be-fdee-4a62-8554-d62998a0c1c1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114714Z:381e56e7-4d09-4bf5-ab88-df6dc4b42dc0", + "x-ms-correlation-request-id": "f840796b-c15a-45be-b8f2-03cdd633d911", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100802Z:f840796b-c15a-45be-b8f2-03cdd633d911", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a146c44-0fa4-4e8f-a6d6-8be075c2fa6e", - "name": "3a146c44-0fa4-4e8f-a6d6-8be075c2fa6e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1319036-7bce-490b-a47d-4562e6942ddc", + "name": "c1319036-7bce-490b-a47d-4562e6942ddc", "status": "Succeeded", - "startTime": "2022-02-28T11:46:44.2419994Z", - "endTime": "2022-02-28T11:46:57.360148Z", + "startTime": "2022-05-27T10:07:31.9141806Z", + "endTime": "2022-05-27T10:07:42.1693954Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -4364,42 +6047,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a146c44-0fa4-4e8f-a6d6-8be075c2fa6e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1319036-7bce-490b-a47d-4562e6942ddc?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "19ddd26e-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2718", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:47:13 GMT", + "Date": "Fri, 27 May 2022 10:08:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "780d4e43-a6ac-4d3a-be4d-b2c49cf35455", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "2aa753a1-5be2-4914-a20a-1fd029ca769e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114714Z:780d4e43-a6ac-4d3a-be4d-b2c49cf35455", + "x-ms-correlation-request-id": "827200ae-e8fe-4605-a8da-67bbb81899ec", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100802Z:827200ae-e8fe-4605-a8da-67bbb81899ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A46%3A57.3543338Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A07%3A42.1622036Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:39:49.3881227Z" + "CreatedOnDate": "2022-05-27T09:50:41.3237230Z" }, "properties": { "dataProtection": { @@ -4409,11 +6091,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -4441,19 +6122,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d27c9891", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_69e392be", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "99096900-0c9e-718a-73ae-58dfbd2d196f", + "poolId": "22e59147-e7b8-eb92-36ea-c18edabf1274", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "mountTargetId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "startIp": "", "endIp": "", "gateway": "", @@ -4462,7 +6143,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -4476,20 +6157,30 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:53.9904806Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:07:31.7800481Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2d64cb1c-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, @@ -4497,16 +6188,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:47:16 GMT", + "Date": "Fri, 27 May 2022 10:08:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cf2f31e-8696-425a-9cd5-cfbd1b0f01d5", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "b41968a1-1f1f-4d1e-a60e-99c0909d4c88", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114716Z:6cf2f31e-8696-425a-9cd5-cfbd1b0f01d5", + "x-ms-correlation-request-id": "2cde44f0-c48f-46fb-9535-a12941c6f61a", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100805Z:2cde44f0-c48f-46fb-9535-a12941c6f61a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4517,32 +6207,31 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2d9027d0-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "12", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:47:16 GMT", + "Date": "Fri, 27 May 2022 10:08:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44b81bde-d333-48b2-90b5-4e3ab06e5635", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "6e756009-64ab-45b4-9a63-e5648894a3cf", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114717Z:44b81bde-d333-48b2-90b5-4e3ab06e5635", + "x-ms-correlation-request-id": "7eb68a2b-cc05-469c-a4de-2eb034f4278d", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100806Z:7eb68a2b-cc05-469c-a4de-2eb034f4278d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4550,72 +6239,68 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2db4f542-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac3586a5-b15b-49e4-b766-038a964ed39b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:47:16 GMT", + "Date": "Fri, 27 May 2022 10:08:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac3586a5-b15b-49e4-b766-038a964ed39b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1481cb1a-cc7b-4465-8f9d-877da0ea3489", + "x-ms-correlation-request-id": "fb69ddf7-6da9-4fb6-898b-3d229e72aefe", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "1481cb1a-cc7b-4465-8f9d-877da0ea3489", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114717Z:1481cb1a-cc7b-4465-8f9d-877da0ea3489", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100806Z:fb69ddf7-6da9-4fb6-898b-3d229e72aefe", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac3586a5-b15b-49e4-b766-038a964ed39b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2db4f542-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "562", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:47:47 GMT", + "Date": "Fri, 27 May 2022 10:08:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da50bd41-94b7-4fbb-9bdb-453970b07e52", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "a83beba2-1391-4706-869f-0e3aad048873", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114748Z:da50bd41-94b7-4fbb-9bdb-453970b07e52", + "x-ms-correlation-request-id": "f083d3b7-fc05-4546-922d-5e062462a36f", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100837Z:f083d3b7-fc05-4546-922d-5e062462a36f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac3586a5-b15b-49e4-b766-038a964ed39b", - "name": "ac3586a5-b15b-49e4-b766-038a964ed39b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926", + "name": "58b54b13-9a61-40c5-9d00-513beb9e4926", "status": "Deleting", - "startTime": "2022-02-28T11:47:17.644917Z", + "startTime": "2022-05-27T10:08:06.7362044Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4624,39 +6309,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac3586a5-b15b-49e4-b766-038a964ed39b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2db4f542-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "562", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:48:18 GMT", + "Date": "Fri, 27 May 2022 10:09:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa7d9466-c1ab-46d8-909d-9913bd59961f", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "724c80ac-2207-41fa-9f87-97a8759edc5e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114818Z:fa7d9466-c1ab-46d8-909d-9913bd59961f", + "x-ms-correlation-request-id": "4597289d-033a-47a3-8bb4-d6e31a5a85a1", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100907Z:4597289d-033a-47a3-8bb4-d6e31a5a85a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac3586a5-b15b-49e4-b766-038a964ed39b", - "name": "ac3586a5-b15b-49e4-b766-038a964ed39b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926", + "name": "58b54b13-9a61-40c5-9d00-513beb9e4926", "status": "Deleting", - "startTime": "2022-02-28T11:47:17.644917Z", + "startTime": "2022-05-27T10:08:06.7362044Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -4665,40 +6349,79 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac3586a5-b15b-49e4-b766-038a964ed39b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2db4f542-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "573", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:48:48 GMT", + "Date": "Fri, 27 May 2022 10:09:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e6f2e44-222c-4d75-ace8-f8f8a35e2575", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "2152db5c-7e64-47a9-9cf0-d376bcbe53b3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114848Z:4e6f2e44-222c-4d75-ace8-f8f8a35e2575", + "x-ms-correlation-request-id": "77c92c8c-b4c7-4660-a1b8-2f94188adae1", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-routing-request-id": "WESTEUROPE:20220527T100938Z:77c92c8c-b4c7-4660-a1b8-2f94188adae1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926", + "name": "58b54b13-9a61-40c5-9d00-513beb9e4926", + "status": "Deleting", + "startTime": "2022-05-27T10:08:06.7362044Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:10:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4d371f24-546e-4cf8-92a8-f267c50187b5", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101008Z:4d371f24-546e-4cf8-92a8-f267c50187b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac3586a5-b15b-49e4-b766-038a964ed39b", - "name": "ac3586a5-b15b-49e4-b766-038a964ed39b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926", + "name": "58b54b13-9a61-40c5-9d00-513beb9e4926", "status": "Succeeded", - "startTime": "2022-02-28T11:47:17.644917Z", - "endTime": "2022-02-28T11:48:44.3175134Z", + "startTime": "2022-05-27T10:08:06.7362044Z", + "endTime": "2022-05-27T10:09:38.5662032Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -4706,42 +6429,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac3586a5-b15b-49e4-b766-038a964ed39b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58b54b13-9a61-40c5-9d00-513beb9e4926?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2db4f542-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2717", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:48:48 GMT", + "Date": "Fri, 27 May 2022 10:10:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62653771-c8ed-4965-b571-b8c79f21655d", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "2dd28213-5242-471e-a8e3-77feadfb9173", - "x-ms-routing-request-id": "WESTEUROPE:20220228T114849Z:62653771-c8ed-4965-b571-b8c79f21655d", + "x-ms-correlation-request-id": "a7d65f09-4c73-403b-a90b-c0c64ea95349", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101008Z:a7d65f09-4c73-403b-a90b-c0c64ea95349", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A47%3A17.6348236Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A09%3A21.4343106Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:39:49.3881227Z" + "CreatedOnDate": "2022-05-27T09:50:41.3237230Z" }, "properties": { "dataProtection": { @@ -4751,11 +6473,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Deleting", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -4783,19 +6504,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d27c9891", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_69e392be", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "99096900-0c9e-718a-73ae-58dfbd2d196f", + "poolId": "22e59147-e7b8-eb92-36ea-c18edabf1274", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", - "fileSystemId": "65a859c6-ca77-87e1-a14e-0dd29ea2cacc", + "mountTargetId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", + "fileSystemId": "e48d4122-0a8d-b9fb-adc9-0a56ebd2b720", "startIp": "", "endIp": "", "gateway": "", @@ -4804,7 +6525,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -4818,36 +6539,45 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:53.9904806Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:07:31.7800481Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dbab95a2-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:52:10 GMT", + "Date": "Fri, 27 May 2022 10:13:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9a9a062-8cb9-433b-a090-81d9e4e3862b", + "x-ms-correlation-request-id": "4687cecf-66cf-4ba9-95cf-fb7a51ecd517", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "d9a9a062-8cb9-433b-a090-81d9e4e3862b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115210Z:d9a9a062-8cb9-433b-a090-81d9e4e3862b" + "x-ms-routing-request-id": "WESTEUROPE:20220527T101330Z:4687cecf-66cf-4ba9-95cf-fb7a51ecd517" }, "ResponseBody": { "error": { @@ -4857,48 +6587,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e295448a-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2ae68f4a-4209-4e2b-b13c-1a28a1067b35?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/145fa42b-8062-44bf-9469-252a266bcf8d?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:52:22 GMT", + "Date": "Fri, 27 May 2022 10:13:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2ae68f4a-4209-4e2b-b13c-1a28a1067b35?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/145fa42b-8062-44bf-9469-252a266bcf8d?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22a15ba6-1b81-44b3-a5a5-9c7c64bd16ac", + "x-ms-correlation-request-id": "a547d880-97aa-4718-8929-e1e59dc3e7ef", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "22a15ba6-1b81-44b3-a5a5-9c7c64bd16ac", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115222Z:22a15ba6-1b81-44b3-a5a5-9c7c64bd16ac", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101343Z:a547d880-97aa-4718-8929-e1e59dc3e7ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2ae68f4a-4209-4e2b-b13c-1a28a1067b35?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/145fa42b-8062-44bf-9469-252a266bcf8d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e295448a-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4906,7 +6631,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:52:52 GMT", + "Date": "Fri, 27 May 2022 10:14:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4914,18 +6639,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70736e50-32a1-4511-b4d9-6a189a53e41e", + "x-ms-correlation-request-id": "2a36bde4-f80a-4617-9829-2c0cd9c72a26", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "c48a0e22-17fa-4437-a51b-7546d08c1cef", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115252Z:70736e50-32a1-4511-b4d9-6a189a53e41e", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101413Z:2a36bde4-f80a-4617-9829-2c0cd9c72a26", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2ae68f4a-4209-4e2b-b13c-1a28a1067b35", - "name": "2ae68f4a-4209-4e2b-b13c-1a28a1067b35", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/145fa42b-8062-44bf-9469-252a266bcf8d", + "name": "145fa42b-8062-44bf-9469-252a266bcf8d", "status": "Succeeded", - "startTime": "2022-02-28T11:52:22.5406573Z", - "endTime": "2022-02-28T11:52:22.8859483Z", + "startTime": "2022-05-27T10:13:42.903215Z", + "endTime": "2022-05-27T10:13:47.0046774Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -4933,15 +6657,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2ae68f4a-4209-4e2b-b13c-1a28a1067b35?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/145fa42b-8062-44bf-9469-252a266bcf8d?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e295448a-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4949,7 +6671,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:52:52 GMT", + "Date": "Fri, 27 May 2022 10:14:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4957,172 +6679,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17eb8a8e-7931-41dd-821e-7116c48cabb7", + "x-ms-correlation-request-id": "ad7186d4-6c75-4a9d-88dd-a06b6d53e9ea", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "963a0b79-a65e-4010-b455-81bb5d67e2ac", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115253Z:17eb8a8e-7931-41dd-821e-7116c48cabb7", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101413Z:ad7186d4-6c75-4a9d-88dd-a06b6d53e9ea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A52%3A22.5306591Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A13%3A42.9004776Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:31:15.6079740Z" + "CreatedOnDate": "2022-05-27T09:45:08.3108425Z" }, "properties": { - "poolId": "99096900-0c9e-718a-73ae-58dfbd2d196f", + "poolId": "22e59147-e7b8-eb92-36ea-c18edabf1274", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:45:10.3166089Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:45:10.3166089Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fbdb9f84-988c-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:53:02 GMT", + "Date": "Fri, 27 May 2022 10:14:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3eada376-bb74-477e-99f1-c3304009875e", + "x-ms-correlation-request-id": "10dbd7d3-30c2-454f-a534-30c1770432f0", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "3eada376-bb74-477e-99f1-c3304009875e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115303Z:3eada376-bb74-477e-99f1-c3304009875e" + "x-ms-routing-request-id": "WESTEUROPE:20220527T101423Z:10dbd7d3-30c2-454f-a534-30c1770432f0" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "01ee0bb4-988d-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:53:12 GMT", + "Date": "Fri, 27 May 2022 10:14:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "303280cf-d300-4937-b3d5-bcddf5640a85", + "x-ms-correlation-request-id": "089baba1-2df1-4353-86b9-5b58d386c5a7", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "303280cf-d300-4937-b3d5-bcddf5640a85", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115313Z:303280cf-d300-4937-b3d5-bcddf5640a85" + "x-ms-routing-request-id": "WESTEUROPE:20220527T101434Z:089baba1-2df1-4353-86b9-5b58d386c5a7" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "08016906-988d-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:53:22 GMT", + "Date": "Fri, 27 May 2022 10:14:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cfe5091-8085-4252-854d-60b7ff80b698", + "x-ms-correlation-request-id": "d62d65bf-6f27-4fe0-b5a6-9a23cf504d77", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "7cfe5091-8085-4252-854d-60b7ff80b698", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115323Z:7cfe5091-8085-4252-854d-60b7ff80b698" + "x-ms-routing-request-id": "WESTEUROPE:20220527T101444Z:d62d65bf-6f27-4fe0-b5a6-9a23cf504d77" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0e154808-988d-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:53:33 GMT", + "Date": "Fri, 27 May 2022 10:14:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4099570-95ca-4e10-9fb2-250b751750ab", + "x-ms-correlation-request-id": "f8433a7f-fe43-4f54-8832-58d38b36c6de", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "c4099570-95ca-4e10-9fb2-250b751750ab", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115333Z:c4099570-95ca-4e10-9fb2-250b751750ab" + "x-ms-routing-request-id": "WESTEUROPE:20220527T101454Z:f8433a7f-fe43-4f54-8832-58d38b36c6de" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1426e4c2-988d-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:53:43 GMT", + "Date": "Fri, 27 May 2022 10:15:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b454be4b-dc78-4085-84b6-280cd10ec57e", + "x-ms-correlation-request-id": "a44f0a29-835b-46b4-a15b-087de903ce2a", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "b454be4b-dc78-4085-84b6-280cd10ec57e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115343Z:b454be4b-dc78-4085-84b6-280cd10ec57e" + "x-ms-routing-request-id": "WESTEUROPE:20220527T101512Z:a44f0a29-835b-46b4-a15b-087de903ce2a" }, "ResponseBody": { "error": { @@ -5132,48 +6847,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "143f2e4c-988d-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8499ccc0-1951-44d2-8c76-da162fa58c74?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b86e4ed2-b6c7-4b33-b833-37487af0073a?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:53:44 GMT", + "Date": "Fri, 27 May 2022 10:15:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8499ccc0-1951-44d2-8c76-da162fa58c74?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b86e4ed2-b6c7-4b33-b833-37487af0073a?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbccdc98-c913-416a-8735-0f39e6b459dd", + "x-ms-correlation-request-id": "3f4e9dc1-d7b6-426b-965f-053371cb880c", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "dbccdc98-c913-416a-8735-0f39e6b459dd", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115344Z:dbccdc98-c913-416a-8735-0f39e6b459dd", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101518Z:3f4e9dc1-d7b6-426b-965f-053371cb880c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8499ccc0-1951-44d2-8c76-da162fa58c74?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b86e4ed2-b6c7-4b33-b833-37487af0073a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "143f2e4c-988d-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5181,7 +6891,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:54:14 GMT", + "Date": "Fri, 27 May 2022 10:15:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5189,18 +6899,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "397b3ff6-72da-40b9-ba13-d8a306f55ed1", + "x-ms-correlation-request-id": "248a5442-248e-4124-82f8-d2c321313d05", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "ef49fd0c-120e-496f-834f-7534f851e8c4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115415Z:397b3ff6-72da-40b9-ba13-d8a306f55ed1", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101548Z:248a5442-248e-4124-82f8-d2c321313d05", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8499ccc0-1951-44d2-8c76-da162fa58c74", - "name": "8499ccc0-1951-44d2-8c76-da162fa58c74", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b86e4ed2-b6c7-4b33-b833-37487af0073a", + "name": "b86e4ed2-b6c7-4b33-b833-37487af0073a", "status": "Succeeded", - "startTime": "2022-02-28T11:53:44.7933878Z", - "endTime": "2022-02-28T11:53:44.8383977Z", + "startTime": "2022-05-27T10:15:18.0742621Z", + "endTime": "2022-05-27T10:15:18.1055457Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -5208,15 +6917,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8499ccc0-1951-44d2-8c76-da162fa58c74?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b86e4ed2-b6c7-4b33-b833-37487af0073a?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "143f2e4c-988d-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5224,7 +6931,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:54:14 GMT", + "Date": "Fri, 27 May 2022 10:15:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5232,55 +6939,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92484c16-9cff-4278-b25d-2f4562a4e321", + "x-ms-correlation-request-id": "890d9830-4efd-4c1e-b014-cdf6b59a5f62", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "2532d96b-2012-4fc9-b04e-6a8660054e59", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115415Z:92484c16-9cff-4278-b25d-2f4562a4e321", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101548Z:890d9830-4efd-4c1e-b014-cdf6b59a5f62", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A53%3A44.771924Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A15%3A18.0679283Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:30:41.3318499Z" + "CreatedOnDate": "2022-05-27T09:44:31.8400694Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T09:44:35.3589591Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T09:44:35.3589591Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "28224df4-988d-11ec-9c6f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:54:16 GMT", + "Date": "Fri, 27 May 2022 10:15:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83d2993e-fddd-49b3-a8d3-32b8ab62f1a6", + "x-ms-correlation-request-id": "fb48264f-b5e4-4aea-a928-fe6724a03ae0", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "83d2993e-fddd-49b3-a8d3-32b8ab62f1a6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115417Z:83d2993e-fddd-49b3-a8d3-32b8ab62f1a6" + "x-ms-routing-request-id": "WESTEUROPE:20220527T101551Z:fb48264f-b5e4-4aea-a928-fe6724a03ae0" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_get_backup_by_name.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_get_backup_by_name.json index 8584885209d0..b906679483b3 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_get_backup_by_name.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_get_backup_by_name.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:18:08 GMT", + "Date": "Tue, 31 May 2022 08:38:27 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=ArCHxQMqb2xPlhI40k1ya0c; expires=Wed, 30-Mar-2022 12:18:08 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr9wyWp2xB2YIb00TJN9CIgoWna1yfD3lo75OmnNQufhVzItCdGTsQGWwwLxV1ndpPZxJUR7biEGjZ1WrfmtDVyW4b88g-dIr7Mf2B4HvZKHCHgmaF3qXG26dXQqXNR5JX_OLqo5uyGTNcyZpdoGIslDGoAPa6Q7abw4rkI2OO7u0gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WEULR2 ProdSlices", - "x-ms-request-id": "e6fdc075-ca2c-4f9b-ac73-b4d9570c6000" + "x-ms-ests-server": "2.1.12821.9 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=ArCHxQMqb2xPlhI40k1ya0c; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:18:08 GMT", + "Date": "Tue, 31 May 2022 08:38:27 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=ArCHxQMqb2xPlhI40k1ya0c; expires=Wed, 30-Mar-2022 12:18:08 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "552ee368-1756-432a-b1a9-63f411005c00" + "x-ms-ests-server": "2.1.12794.7 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "d489af1d-f84e-47d9-bd60-8360a644b891", + "client-request-id": "22ecd4ef-3e4e-4ead-bff9-75cc67d6ca0c", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=ArCHxQMqb2xPlhI40k1ya0c; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "d489af1d-f84e-47d9-bd60-8360a644b891", - "Content-Length": "1412", + "client-request-id": "22ecd4ef-3e4e-4ead-bff9-75cc67d6ca0c", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:18:08 GMT", + "Date": "Tue, 31 May 2022 08:38:27 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=ArCHxQMqb2xPlhI40k1ya0f7QncyAQAAAIC0rtkOAAAA; expires=Wed, 30-Mar-2022 12:18:09 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NEULR2 ProdSlices", - "x-ms-request-id": "e1abbc2b-4683-4db3-901c-9d9aabc46800" + "x-ms-ests-server": "2.1.12821.9 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7cf24dc2-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage" + "location": "eastus" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/470ef590-c18a-4be8-9fae-c64cb3974d6e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/5bce84dc-ca1c-40e1-9d41-2ba13e0cc0b0?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "686", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:18:15 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A18%3A14.8531475Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:38:32 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A38%3A32.8496456Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "568c54bd-2fd1-4701-9cd8-88de5cd9a61b", + "x-ms-correlation-request-id": "d5a98ac1-b3c5-4a7b-98a8-a1f03d599af8", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "778fffc2-76a3-4796-bc90-c2ce8fdcb54c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121815Z:568c54bd-2fd1-4701-9cd8-88de5cd9a61b", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083833Z:d5a98ac1-b3c5-4a7b-98a8-a1f03d599af8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A18%3A14.8531475Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A38%3A32.8496456Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:18:12.1136763Z" + "CreatedOnDate": "2022-05-31T08:38:30.3416382Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:38:32.2565867Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:38:32.2565867Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/470ef590-c18a-4be8-9fae-c64cb3974d6e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/5bce84dc-ca1c-40e1-9d41-2ba13e0cc0b0?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7cf24dc2-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:18:45 GMT", + "Date": "Tue, 31 May 2022 08:39:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bfe16e5-4221-41a8-82c5-c521b649a8ec", + "x-ms-correlation-request-id": "fb477cad-f82d-4130-b0eb-5ede3a9609b2", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "6338ad2e-0966-475e-a01b-7943f140fd6a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121845Z:8bfe16e5-4221-41a8-82c5-c521b649a8ec", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083903Z:fb477cad-f82d-4130-b0eb-5ede3a9609b2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/470ef590-c18a-4be8-9fae-c64cb3974d6e", - "name": "470ef590-c18a-4be8-9fae-c64cb3974d6e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/5bce84dc-ca1c-40e1-9d41-2ba13e0cc0b0", + "name": "5bce84dc-ca1c-40e1-9d41-2ba13e0cc0b0", "status": "Succeeded", - "startTime": "2022-02-28T12:18:14.8588578Z", - "endTime": "2022-02-28T12:18:14.8938558Z", + "startTime": "2022-05-31T08:38:32.8414707Z", + "endTime": "2022-05-31T08:38:32.9039784Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7cf24dc2-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:18:45 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A18%3A14.8857155Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:39:04 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A38%3A32.9076Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,44 +329,49 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d34c8151-3469-4a5a-86e8-69e0907d7f5b", + "x-ms-correlation-request-id": "2f1e161a-f2a8-4940-b08d-2468ebc5798b", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "95395380-bb0f-4623-b82b-e636d3225bc1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121846Z:d34c8151-3469-4a5a-86e8-69e0907d7f5b", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083904Z:2f1e161a-f2a8-4940-b08d-2468ebc5798b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A18%3A14.8857155Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A38%3A32.9076Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:18:12.1136763Z" + "CreatedOnDate": "2022-05-31T08:38:30.3416382Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:38:32.2565867Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:38:32.2565867Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "137", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9395ba6e-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "size": 4398046511104, "serviceLevel": "Premium", @@ -390,31 +381,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5efe424a-cd00-4e2a-aab8-f1d87c8f4202?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/1507f6be-2b7f-4677-8b89-b6e442c999e3?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "904", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:18:47 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A18%3A47.2827675Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:39:06 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A39%3A05.9574039Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8749f10-a566-4f57-b05f-82f35d7104b0", + "x-ms-correlation-request-id": "8e816a94-f480-4403-9c43-b7966814bd47", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "20922010-f374-40c1-b7f2-0f068bec2e52", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121848Z:e8749f10-a566-4f57-b05f-82f35d7104b0", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083906Z:8e816a94-f480-4403-9c43-b7966814bd47", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A18%3A47.2827675Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A39%3A05.9574039Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:18:46.3612215Z" + "CreatedOnDate": "2022-05-31T08:39:04.4997575Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +414,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:39:05.6319026Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:39:05.6319026Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5efe424a-cd00-4e2a-aab8-f1d87c8f4202?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/1507f6be-2b7f-4677-8b89-b6e442c999e3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9395ba6e-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:19:17 GMT", + "Date": "Tue, 31 May 2022 08:39:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +448,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c581889f-32f5-4227-8db2-6de51dce2b9a", + "x-ms-correlation-request-id": "a8042b4c-f2bb-4b69-94f5-445d280f3c98", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c4a02050-c7d1-4225-a627-df63f8e16f58", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121918Z:c581889f-32f5-4227-8db2-6de51dce2b9a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083937Z:a8042b4c-f2bb-4b69-94f5-445d280f3c98", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5efe424a-cd00-4e2a-aab8-f1d87c8f4202", - "name": "5efe424a-cd00-4e2a-aab8-f1d87c8f4202", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/1507f6be-2b7f-4677-8b89-b6e442c999e3", + "name": "1507f6be-2b7f-4677-8b89-b6e442c999e3", "status": "Succeeded", - "startTime": "2022-02-28T12:18:47.2911579Z", - "endTime": "2022-02-28T12:18:47.4269522Z", + "startTime": "2022-05-31T08:39:05.9641869Z", + "endTime": "2022-05-31T08:39:06.1516954Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +466,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9395ba6e-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +480,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:19:18 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A18%3A47.414227Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:39:37 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A39%3A06.1407378Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,23 +489,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47be97b0-381f-41a3-b207-5c3c001e7ada", + "x-ms-correlation-request-id": "82c588b3-f732-4fb9-b4aa-73ef348e15b1", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "b908b6cc-94e1-423c-b919-26b15b2baa5d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121918Z:47be97b0-381f-41a3-b207-5c3c001e7ada", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083937Z:82c588b3-f732-4fb9-b4aa-73ef348e15b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A18%3A47.414227Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A39%3A06.1407378Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:18:46.3612215Z" + "CreatedOnDate": "2022-05-31T08:39:04.4997575Z" }, "properties": { - "poolId": "d3b68b66-e095-8758-8bff-2ab91341275d", + "poolId": "88041560-fc94-8fb3-fbd4-0371a67d6ee7", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -525,20 +517,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "755", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "creationToken": "sdk-py-tests-vol-1", "serviceLevel": "Premium", @@ -553,44 +543,42 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "defaultGroupQuotaInKiBs": 0 } }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1524", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:19:31 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A19%3A31.0909635Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:39:53 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A39%3A53.8106031Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa7b4c19-29c5-422f-bda8-4a89a26d8783", + "x-ms-correlation-request-id": "1c4ba945-432a-4d8c-81d8-4f21509c8b2f", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "9b351588-6159-40eb-975b-bb7e2cb73d62", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121931Z:fa7b4c19-29c5-422f-bda8-4a89a26d8783", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083954Z:1c4ba945-432a-4d8c-81d8-4f21509c8b2f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A19%3A31.0909635Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A39%3A53.8106031Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:19:28.7888019Z" + "CreatedOnDate": "2022-05-31T08:39:47.7190983Z" }, "properties": { "serviceLevel": "Premium", @@ -606,30 +594,35 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:39:48.6642158Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:39:48.6642158Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +630,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:20:01 GMT", + "Date": "Tue, 31 May 2022 08:40:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +638,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf1952a6-4553-4e2b-b64b-a778464789eb", + "x-ms-correlation-request-id": "b6c8d9e6-f6c4-4ae7-afde-4182eea4b88f", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "9dfa4c68-5b0b-454a-b665-7dfd44d9d055", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122001Z:bf1952a6-4553-4e2b-b64b-a778464789eb", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084024Z:b6c8d9e6-f6c4-4ae7-afde-4182eea4b88f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6", - "name": "e5dab253-9c28-4bd7-9d1d-a07008ad28b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", + "name": "42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", "status": "Creating", - "startTime": "2022-02-28T12:19:31.0976597Z", + "startTime": "2022-05-31T08:39:53.8180504Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +656,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +670,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:20:31 GMT", + "Date": "Tue, 31 May 2022 08:40:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +678,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82e2000b-0aea-43ce-bb48-fa806b0c8e79", + "x-ms-correlation-request-id": "334d90ab-2f6e-4702-95ed-1d243f5da413", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "427b3169-59b7-4a74-a579-fb8b0b602a12", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122032Z:82e2000b-0aea-43ce-bb48-fa806b0c8e79", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084054Z:334d90ab-2f6e-4702-95ed-1d243f5da413", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6", - "name": "e5dab253-9c28-4bd7-9d1d-a07008ad28b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", + "name": "42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", "status": "Creating", - "startTime": "2022-02-28T12:19:31.0976597Z", + "startTime": "2022-05-31T08:39:53.8180504Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +696,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +710,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:21:01 GMT", + "Date": "Tue, 31 May 2022 08:41:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +718,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60e5bd6d-6833-438c-a3c0-f8b11c494dc0", + "x-ms-correlation-request-id": "b0c3f82c-4411-40fa-a00a-af8c316bdcca", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "0e65aa37-d97c-473c-a7d8-59888625c8ac", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122102Z:60e5bd6d-6833-438c-a3c0-f8b11c494dc0", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084125Z:b0c3f82c-4411-40fa-a00a-af8c316bdcca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6", - "name": "e5dab253-9c28-4bd7-9d1d-a07008ad28b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", + "name": "42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", "status": "Creating", - "startTime": "2022-02-28T12:19:31.0976597Z", + "startTime": "2022-05-31T08:39:53.8180504Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +736,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +750,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:21:32 GMT", + "Date": "Tue, 31 May 2022 08:41:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +758,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6691a306-8d64-4631-ac8c-50ff732759ad", + "x-ms-correlation-request-id": "ccb5cb17-b099-471f-9575-06de93682fb1", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "5f72b216-e0a3-4112-a34d-b2c0b8642db7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122132Z:6691a306-8d64-4631-ac8c-50ff732759ad", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084155Z:ccb5cb17-b099-471f-9575-06de93682fb1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6", - "name": "e5dab253-9c28-4bd7-9d1d-a07008ad28b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", + "name": "42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", "status": "Creating", - "startTime": "2022-02-28T12:19:31.0976597Z", + "startTime": "2022-05-31T08:39:53.8180504Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +776,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +790,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:22:02 GMT", + "Date": "Tue, 31 May 2022 08:42:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +798,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57b8d558-f833-4d7e-9456-4d174b9a05bb", + "x-ms-correlation-request-id": "3d1b0528-0b40-4aa9-94e0-1908aef3651e", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ccee1db0-09e9-4e9a-85cb-5f842ad61335", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122202Z:57b8d558-f833-4d7e-9456-4d174b9a05bb", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084225Z:3d1b0528-0b40-4aa9-94e0-1908aef3651e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6", - "name": "e5dab253-9c28-4bd7-9d1d-a07008ad28b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", + "name": "42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", "status": "Creating", - "startTime": "2022-02-28T12:19:31.0976597Z", + "startTime": "2022-05-31T08:39:53.8180504Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +816,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +830,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:22:32 GMT", + "Date": "Tue, 31 May 2022 08:42:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +838,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8debb4e-632f-48ce-9b48-588348ad7c3c", + "x-ms-correlation-request-id": "9c7858a6-3c64-4c66-8c91-28efeaa82a18", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "d24a2ef9-6b13-4cc6-90ee-8b77cb3a4bf2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122232Z:c8debb4e-632f-48ce-9b48-588348ad7c3c", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084255Z:9c7858a6-3c64-4c66-8c91-28efeaa82a18", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6", - "name": "e5dab253-9c28-4bd7-9d1d-a07008ad28b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", + "name": "42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", "status": "Creating", - "startTime": "2022-02-28T12:19:31.0976597Z", + "startTime": "2022-05-31T08:39:53.8180504Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +856,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +870,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:23:02 GMT", + "Date": "Tue, 31 May 2022 08:43:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +878,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04deb121-165c-4768-8490-493b525a8b5a", + "x-ms-correlation-request-id": "e36fc2d4-93cc-4360-9082-60ed57d02a1b", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "d2535886-81ec-412e-9723-568f047b2cd5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122302Z:04deb121-165c-4768-8490-493b525a8b5a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084325Z:e36fc2d4-93cc-4360-9082-60ed57d02a1b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6", - "name": "e5dab253-9c28-4bd7-9d1d-a07008ad28b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", + "name": "42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", "status": "Creating", - "startTime": "2022-02-28T12:19:31.0976597Z", + "startTime": "2022-05-31T08:39:53.8180504Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +896,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +910,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:23:33 GMT", + "Date": "Tue, 31 May 2022 08:43:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +918,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ce81251-68a9-4f08-b37f-09aa04700ec2", + "x-ms-correlation-request-id": "4c97de8e-bcc9-4298-8d12-76606f2c93a4", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "a59f348b-c0e1-4872-b2a9-d6289eb817c6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122333Z:4ce81251-68a9-4f08-b37f-09aa04700ec2", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084355Z:4c97de8e-bcc9-4298-8d12-76606f2c93a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6", - "name": "e5dab253-9c28-4bd7-9d1d-a07008ad28b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", + "name": "42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", "status": "Creating", - "startTime": "2022-02-28T12:19:31.0976597Z", + "startTime": "2022-05-31T08:39:53.8180504Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +936,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +950,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:24:03 GMT", + "Date": "Tue, 31 May 2022 08:44:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,17 +958,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf331bb5-50bc-4ce0-87cb-87c1d3bd5b67", + "x-ms-correlation-request-id": "acbb4df9-5fb1-4ade-846c-630c2bf6479f", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "fa055185-07e3-4222-8576-a8a6e225ad90", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122403Z:cf331bb5-50bc-4ce0-87cb-87c1d3bd5b67", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084426Z:acbb4df9-5fb1-4ade-846c-630c2bf6479f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6", - "name": "e5dab253-9c28-4bd7-9d1d-a07008ad28b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", + "name": "42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", "status": "Creating", - "startTime": "2022-02-28T12:19:31.0976597Z", + "startTime": "2022-05-31T08:39:53.8180504Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1008,15 +976,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,7 +990,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:24:33 GMT", + "Date": "Tue, 31 May 2022 08:44:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1032,18 +998,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cbb404e-f5a4-43ed-96ed-ae3c3c2a9ab0", + "x-ms-correlation-request-id": "e88597cd-8836-4da8-86e2-6928b3dc20ae", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "b77f9452-4d83-47aa-b11a-d1a013ca398a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122433Z:4cbb404e-f5a4-43ed-96ed-ae3c3c2a9ab0", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084456Z:e88597cd-8836-4da8-86e2-6928b3dc20ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e5dab253-9c28-4bd7-9d1d-a07008ad28b6", - "name": "e5dab253-9c28-4bd7-9d1d-a07008ad28b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", + "name": "42d9ff60-8c52-4b97-b5c6-c82c0cce7f4c", "status": "Succeeded", - "startTime": "2022-02-28T12:19:31.0976597Z", - "endTime": "2022-02-28T12:24:16.7355536Z", + "startTime": "2022-05-31T08:39:53.8180504Z", + "endTime": "2022-05-31T08:44:30.555432Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1051,15 +1016,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ace1a05a-9890-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1067,8 +1030,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:24:33 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A24%3A16.7283897Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:44:56 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A44%3A30.5529763Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1076,23 +1039,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58bbcfe0-9902-4883-85f2-cb44dde689d3", + "x-ms-correlation-request-id": "fe962e2c-fd90-4a60-b482-6807dd50d412", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "ad8411f6-13ab-42b8-a10b-68066922b025", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122434Z:58bbcfe0-9902-4883-85f2-cb44dde689d3", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084456Z:fe962e2c-fd90-4a60-b482-6807dd50d412", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A24%3A16.7283897Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A44%3A30.5529763Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:19:28.7888019Z" + "CreatedOnDate": "2022-05-31T08:39:47.7190983Z" }, "properties": { - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1120,10 +1082,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_59221811", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d580cd41", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1135,8 +1097,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "mountTargetId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "ipAddress": "10.7.0.4" } ], @@ -1154,15 +1116,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "68f2f8fc-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1170,8 +1130,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:24:43 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A24%3A16.7283897Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:45:07 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A44%3A30.5529763Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1179,23 +1139,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f484c4f-f5b4-4bac-9b8c-436e1c2770b0", + "x-ms-correlation-request-id": "6012958d-39c4-4801-9c2c-45f26799f566", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "b9eea074-0726-45dd-a252-680301501135", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122444Z:0f484c4f-f5b4-4bac-9b8c-436e1c2770b0", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084507Z:6012958d-39c4-4801-9c2c-45f26799f566", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A24%3A16.7283897Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A44%3A30.5529763Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:19:28.7888019Z" + "CreatedOnDate": "2022-05-31T08:39:47.7190983Z" }, "properties": { - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1223,10 +1182,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_59221811", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d580cd41", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1238,8 +1197,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "mountTargetId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "ipAddress": "10.7.0.4" } ], @@ -1257,15 +1216,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "690dd9b0-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1273,7 +1230,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:24:43 GMT", + "Date": "Tue, 31 May 2022 08:45:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1281,10 +1238,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dacd40b5-65fd-4199-ad95-3d20705de318", + "x-ms-correlation-request-id": "42911272-feca-4f82-9c6d-fc056179c961", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "b17c13cb-c237-4891-a5a8-8f01205d8264", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122444Z:dacd40b5-65fd-4199-ad95-3d20705de318", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084507Z:42911272-feca-4f82-9c6d-fc056179c961", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1302,23 +1258,20 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", + "Content-Length": "401", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "692d8eae-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -1332,36 +1285,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d28c6b44-ff86-4924-a09b-10bcc7a8d84b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/11e3f4bb-7d74-43fc-a880-c88711c25fc3?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2067", + "Content-Length": "2077", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:24:44 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A24%3A44.8324323Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:45:07 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A45%3A07.9767611Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d28c6b44-ff86-4924-a09b-10bcc7a8d84b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/11e3f4bb-7d74-43fc-a880-c88711c25fc3?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd681bc0-532f-4386-9658-d3662e38a4dc", + "x-ms-correlation-request-id": "717eb88e-e0f1-4f16-a883-f92ed9466141", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "2e1c87b6-362a-48b4-b6a7-e4ee1281c53a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122444Z:cd681bc0-532f-4386-9658-d3662e38a4dc", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084508Z:717eb88e-e0f1-4f16-a883-f92ed9466141", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A24%3A44.8324323Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A45%3A07.9767611Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:19:28.7888019Z" + "CreatedOnDate": "2022-05-31T08:39:47.7190983Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1389,10 +1341,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_59221811", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d580cd41", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1404,8 +1356,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "mountTargetId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "ipAddress": "10.7.0.4" } ], @@ -1422,15 +1374,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d28c6b44-ff86-4924-a09b-10bcc7a8d84b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/11e3f4bb-7d74-43fc-a880-c88711c25fc3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "692d8eae-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1438,7 +1388,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:25:14 GMT", + "Date": "Tue, 31 May 2022 08:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,18 +1396,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b69972d7-cddb-4682-b7ab-62609e81c8d0", + "x-ms-correlation-request-id": "02a08fce-fd48-427d-a188-fcbdef64ce03", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "612a8c60-ca99-4595-ac4e-970020ab9406", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122515Z:b69972d7-cddb-4682-b7ab-62609e81c8d0", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084538Z:02a08fce-fd48-427d-a188-fcbdef64ce03", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d28c6b44-ff86-4924-a09b-10bcc7a8d84b", - "name": "d28c6b44-ff86-4924-a09b-10bcc7a8d84b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/11e3f4bb-7d74-43fc-a880-c88711c25fc3", + "name": "11e3f4bb-7d74-43fc-a880-c88711c25fc3", "status": "Succeeded", - "startTime": "2022-02-28T12:24:44.8365641Z", - "endTime": "2022-02-28T12:24:53.6195266Z", + "startTime": "2022-05-31T08:45:07.9721903Z", + "endTime": "2022-05-31T08:45:16.6288599Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1465,15 +1414,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d28c6b44-ff86-4924-a09b-10bcc7a8d84b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/11e3f4bb-7d74-43fc-a880-c88711c25fc3?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "692d8eae-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1481,7 +1428,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:25:14 GMT", + "Date": "Tue, 31 May 2022 08:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1489,20 +1436,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cad2a3c-dd83-44bd-91cc-2a77449920d7", + "x-ms-correlation-request-id": "35848c9f-b5fb-4aad-b5d2-642a26bac7cc", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "4ff15eec-1466-4869-9945-5bac1d27ae75", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122515Z:9cad2a3c-dd83-44bd-91cc-2a77449920d7", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084538Z:35848c9f-b5fb-4aad-b5d2-642a26bac7cc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A24%3A53.6144449Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A45%3A16.6288566Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:24:44.5858178Z" + "CreatedOnDate": "2022-05-31T08:45:07.7228991Z" }, "properties": { "dataProtection": { @@ -1512,8 +1458,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", @@ -1544,19 +1489,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_59221811", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d580cd41", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "d3b68b66-e095-8758-8bff-2ab91341275d", + "poolId": "88041560-fc94-8fb3-fbd4-0371a67d6ee7", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "mountTargetId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "startIp": "", "endIp": "", "gateway": "", @@ -1579,53 +1524,56 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:45:07.8700148Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "68", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7b8ca9fe-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "useExistingSnapshot": false } }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/55067cc1-f1a7-4d81-be2a-2d971dd905db?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/76872530-461e-4c8c-93c0-5477fe2d2201?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Length": "510", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:25:14 GMT", + "Date": "Tue, 31 May 2022 08:45:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/55067cc1-f1a7-4d81-be2a-2d971dd905db?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/76872530-461e-4c8c-93c0-5477fe2d2201?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "744fce6f-2176-4ac0-9238-6bdac647efe1", + "x-ms-correlation-request-id": "618307a9-9ec8-462b-99bd-be97d264543b", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "17376ac8-4ef1-4baf-89e1-022397b9fdd7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122515Z:744fce6f-2176-4ac0-9238-6bdac647efe1", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084539Z:618307a9-9ec8-462b-99bd-be97d264543b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { "provisioningState": "Creating", "useExistingSnapshot": false @@ -1633,15 +1581,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/55067cc1-f1a7-4d81-be2a-2d971dd905db?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/76872530-461e-4c8c-93c0-5477fe2d2201?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7b8ca9fe-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1649,7 +1595,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:25:45 GMT", + "Date": "Tue, 31 May 2022 08:46:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1657,18 +1603,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9c91e77-8c0e-49e3-849f-090ec863055a", + "x-ms-correlation-request-id": "d2ef6118-2588-4453-8961-347e870ee7f4", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "87bfed69-a6ba-45d8-b873-0eb52be92f31", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122545Z:a9c91e77-8c0e-49e3-849f-090ec863055a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084609Z:d2ef6118-2588-4453-8961-347e870ee7f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/55067cc1-f1a7-4d81-be2a-2d971dd905db", - "name": "55067cc1-f1a7-4d81-be2a-2d971dd905db", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/76872530-461e-4c8c-93c0-5477fe2d2201", + "name": "76872530-461e-4c8c-93c0-5477fe2d2201", "status": "Succeeded", - "startTime": "2022-02-28T12:25:15.4871259Z", - "endTime": "2022-02-28T12:25:15.8769884Z", + "startTime": "2022-05-31T08:45:38.8968783Z", + "endTime": "2022-05-31T08:45:43.9281006Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" @@ -1676,62 +1621,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/55067cc1-f1a7-4d81-be2a-2d971dd905db?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/76872530-461e-4c8c-93c0-5477fe2d2201?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7b8ca9fe-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "722", + "Content-Length": "730", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:25:45 GMT", + "Date": "Tue, 31 May 2022 08:46:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "278ca07a-6833-4206-a0e2-b91a882c577c", + "x-ms-correlation-request-id": "29945009-8968-41b8-8539-4b7ff9c866fc", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "2404b918-df1e-4822-be9c-015333145096", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122545Z:278ca07a-6833-4206-a0e2-b91a882c577c", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084609Z:29945009-8968-41b8-8539-4b7ff9c866fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "2/28/2022 12:25:15 PM", + "etag": "5/31/2022 8:45:43 AM", "location": "", "properties": { - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "93ce71b4-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1739,7 +1679,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:25:56 GMT", + "Date": "Tue, 31 May 2022 08:46:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1747,20 +1687,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77cc4bfe-72ef-4d7f-9a7a-2b5fc037ab82", + "x-ms-correlation-request-id": "4647d92d-02c0-4488-a9d4-30b6a503ea4e", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "5f40a628-b729-4ad6-86da-a02e3dedf156", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122556Z:77cc4bfe-72ef-4d7f-9a7a-2b5fc037ab82", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084619Z:4647d92d-02c0-4488-a9d4-30b6a503ea4e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1771,15 +1710,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9a09e82e-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1787,7 +1724,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:26:06 GMT", + "Date": "Tue, 31 May 2022 08:46:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1795,20 +1732,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a4e1fdc-84ac-4534-8ade-46fe6cca2b06", + "x-ms-correlation-request-id": "1fe98e55-b14a-4c64-9ff3-0b97a77d9f86", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "508d8b49-ebe4-4325-a0a6-8aca1e5391b5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122606Z:7a4e1fdc-84ac-4534-8ade-46fe6cca2b06", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084630Z:1fe98e55-b14a-4c64-9ff3-0b97a77d9f86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1819,15 +1755,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a028d30a-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1835,7 +1769,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:26:16 GMT", + "Date": "Tue, 31 May 2022 08:46:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1843,20 +1777,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d473d48-a697-4e81-8c1c-fbad8e6ca9e1", + "x-ms-correlation-request-id": "d5d8d143-bea8-4fa0-b6e1-e9bcdd784f07", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "2c5169d8-7163-48da-b7be-be621765743d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122617Z:8d473d48-a697-4e81-8c1c-fbad8e6ca9e1", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084640Z:d5d8d143-bea8-4fa0-b6e1-e9bcdd784f07", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1867,15 +1800,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a64a5984-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1883,7 +1814,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:26:26 GMT", + "Date": "Tue, 31 May 2022 08:46:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1891,20 +1822,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9cc7291-d874-4841-a101-f81850a168ca", + "x-ms-correlation-request-id": "036a1038-6594-4ffd-aeff-b69be1b3220b", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "3c681c79-159c-4ed5-ad55-d9bf5e19c486", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122627Z:c9cc7291-d874-4841-a101-f81850a168ca", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084651Z:036a1038-6594-4ffd-aeff-b69be1b3220b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1915,15 +1845,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ac69e67c-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1931,7 +1859,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:26:37 GMT", + "Date": "Tue, 31 May 2022 08:47:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1939,20 +1867,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d85050a-123c-4586-ab12-019ec02d2569", + "x-ms-correlation-request-id": "8741f4bd-29c5-44ec-b9b2-cb6dd7834bc0", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "2fd16df3-a5e0-43db-878e-ea2221874913", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122637Z:5d85050a-123c-4586-ab12-019ec02d2569", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084701Z:8741f4bd-29c5-44ec-b9b2-cb6dd7834bc0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1963,15 +1890,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b28aa028-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1979,7 +1904,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:26:47 GMT", + "Date": "Tue, 31 May 2022 08:47:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1987,20 +1912,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca70345f-038f-4397-9c1e-10a781a9bc7f", + "x-ms-correlation-request-id": "ad39b57e-41e8-4e80-b63d-f373a17a0f77", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "d4f9bb0d-1f14-40d5-9fb5-12183e5ef0cb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122648Z:ca70345f-038f-4397-9c1e-10a781a9bc7f", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084711Z:ad39b57e-41e8-4e80-b63d-f373a17a0f77", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2011,15 +1935,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b8ccfaf8-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2027,7 +1949,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:26:57 GMT", + "Date": "Tue, 31 May 2022 08:47:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2035,20 +1957,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1ae1ab4-9d1c-481e-b791-163c76b5dd9f", + "x-ms-correlation-request-id": "37dce66a-28e1-4527-9549-1708f5f7f52e", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "afb235d4-7a60-4b03-8e88-4ee6b8bfa241", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122658Z:f1ae1ab4-9d1c-481e-b791-163c76b5dd9f", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084722Z:37dce66a-28e1-4527-9549-1708f5f7f52e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2059,15 +1980,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "beed85ba-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2075,7 +1994,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:27:08 GMT", + "Date": "Tue, 31 May 2022 08:47:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2083,20 +2002,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c656667-19b2-4cf6-baa7-770b255196c2", + "x-ms-correlation-request-id": "a6566666-b2df-44c3-b7f1-412be6df1a99", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "fcff56ee-c956-4ed2-b5c0-19e067a3e4b4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122708Z:7c656667-19b2-4cf6-baa7-770b255196c2", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084732Z:a6566666-b2df-44c3-b7f1-412be6df1a99", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2107,15 +2025,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c512f948-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2123,7 +2039,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:27:18 GMT", + "Date": "Tue, 31 May 2022 08:47:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2131,20 +2047,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01bb8de3-dd28-4035-a27e-70195568dd44", + "x-ms-correlation-request-id": "3465aeb1-9053-4842-b636-dea94a03839d", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "20e54457-469c-4fd5-b01b-5ecea812dfeb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122718Z:01bb8de3-dd28-4035-a27e-70195568dd44", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084743Z:3465aeb1-9053-4842-b636-dea94a03839d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2155,15 +2070,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cb37d28a-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2171,7 +2084,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:27:28 GMT", + "Date": "Tue, 31 May 2022 08:47:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2179,20 +2092,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07bc0dab-9681-431d-a8ae-322c500b4f08", + "x-ms-correlation-request-id": "6b651b98-4732-4a31-88d9-601b9858a99d", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "a75a2527-d555-4ab9-b726-aa6a6a9d9d65", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122729Z:07bc0dab-9681-431d-a8ae-322c500b4f08", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084753Z:6b651b98-4732-4a31-88d9-601b9858a99d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2203,15 +2115,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d1591f02-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2219,7 +2129,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:27:38 GMT", + "Date": "Tue, 31 May 2022 08:48:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2227,20 +2137,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6d301d9-cb12-4a91-86cd-a20e08e978f9", + "x-ms-correlation-request-id": "f9ea3327-8af8-4c1c-92d3-dfa7211b7998", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "0e90994c-ece5-4321-84c5-e8049cd02a1a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122739Z:f6d301d9-cb12-4a91-86cd-a20e08e978f9", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084804Z:f9ea3327-8af8-4c1c-92d3-dfa7211b7998", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2251,15 +2160,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d777af70-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2267,7 +2174,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:27:49 GMT", + "Date": "Tue, 31 May 2022 08:48:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2275,20 +2182,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74e6b801-fca3-4cd6-8a5d-d76c5f8930c0", + "x-ms-correlation-request-id": "bed40af7-579c-4a82-9d00-31ff398bb1e6", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "a4749075-820c-4aa2-9938-7cdd26a04e15", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122749Z:74e6b801-fca3-4cd6-8a5d-d76c5f8930c0", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084814Z:bed40af7-579c-4a82-9d00-31ff398bb1e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2299,15 +2205,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dd9894f0-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2315,7 +2219,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:27:59 GMT", + "Date": "Tue, 31 May 2022 08:48:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2323,20 +2227,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6430a60-110b-46a1-80a4-37b88aaff13f", + "x-ms-correlation-request-id": "b0baf91d-376e-4c2b-a5df-f84d5f98ebd3", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "76edff2a-f93e-4dc4-9cc6-e661613df7a2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122800Z:f6430a60-110b-46a1-80a4-37b88aaff13f", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084824Z:b0baf91d-376e-4c2b-a5df-f84d5f98ebd3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2347,15 +2250,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e3b84c5e-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2363,7 +2264,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:28:09 GMT", + "Date": "Tue, 31 May 2022 08:48:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2371,20 +2272,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12ffb58b-8bf7-4a3c-a71b-c2cbc683a44b", + "x-ms-correlation-request-id": "7bf38dcb-f8f0-4608-900e-86f175020f43", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "936084db-8d21-4c43-bcd6-841baf42b2b8", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122810Z:12ffb58b-8bf7-4a3c-a71b-c2cbc683a44b", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084835Z:7bf38dcb-f8f0-4608-900e-86f175020f43", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2395,15 +2295,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e9dd4f80-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2411,7 +2309,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:28:19 GMT", + "Date": "Tue, 31 May 2022 08:48:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2419,20 +2317,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "195c8593-0bef-4963-89f9-bd716c0c8a05", + "x-ms-correlation-request-id": "cd9a1421-0c18-4b97-819d-eeb27593a176", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "8b33d69f-da4c-4e4a-9d7a-ba57994e7d64", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122820Z:195c8593-0bef-4963-89f9-bd716c0c8a05", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084845Z:cd9a1421-0c18-4b97-819d-eeb27593a176", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2443,15 +2340,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "efff3694-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2459,7 +2354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:28:30 GMT", + "Date": "Tue, 31 May 2022 08:48:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2467,20 +2362,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25789cec-c932-4dd9-9f8f-6d7d24df1e2a", + "x-ms-correlation-request-id": "543e7563-1ee3-447d-aad6-05894cecdce3", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "177391c0-b8fd-4f1b-967b-356fff1b60a0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122831Z:25789cec-c932-4dd9-9f8f-6d7d24df1e2a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084856Z:543e7563-1ee3-447d-aad6-05894cecdce3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2491,15 +2385,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f69e11aa-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2507,7 +2399,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:28:41 GMT", + "Date": "Tue, 31 May 2022 08:49:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2515,20 +2407,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fc5a022-12cb-4b80-8603-db051334d8d7", + "x-ms-correlation-request-id": "791aaeb3-33a3-4ef0-9259-6df4f11e23e3", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "8c21b67d-a907-4f00-9378-a058623c25af", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122842Z:9fc5a022-12cb-4b80-8603-db051334d8d7", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084906Z:791aaeb3-33a3-4ef0-9259-6df4f11e23e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:45:43Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2539,15 +2430,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fcbdfbae-9891-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2555,7 +2444,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:28:52 GMT", + "Date": "Tue, 31 May 2022 08:49:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2563,500 +2452,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b87ac91-55a7-47fb-819d-0b579dc331c5", + "x-ms-correlation-request-id": "2f7253a1-485d-49be-989f-982720aa48b4", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "4b0356be-7a02-4e6e-9bc7-aa964a88be86", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122852Z:5b87ac91-55a7-47fb-819d-0b579dc331c5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "02deb186-9892-11ec-8d4d-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:29:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bf18427-a6eb-4bb4-bdbc-8804af0e9841", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "7f4f17cd-ab65-4752-90f9-cfadb5a51927", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122902Z:3bf18427-a6eb-4bb4-bdbc-8804af0e9841", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "09074334-9892-11ec-8d4d-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:29:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5cf11c7c-a596-4c3b-9a10-fd6945ca6a7e", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "5b63c24c-f435-45ea-964a-c6743fbe22da", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122912Z:5cf11c7c-a596-4c3b-9a10-fd6945ca6a7e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0f2934a2-9892-11ec-8d4d-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:29:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a04ec479-b44c-4362-9939-a893bdf2da63", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "c4458f85-c676-47fb-a0e5-43795a4679a3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122923Z:a04ec479-b44c-4362-9939-a893bdf2da63", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "15615f98-9892-11ec-8d4d-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:29:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29fb844b-6bd1-436f-b059-5ea51177e59f", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "fe067f4f-bf63-4efa-8d7a-81d9ed867185", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122933Z:29fb844b-6bd1-436f-b059-5ea51177e59f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1b835930-9892-11ec-8d4d-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:29:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "699b80f3-906f-4511-b3be-202b47f6cc0c", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "2869b671-e09f-4bdd-bad6-c674374dbb2e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122943Z:699b80f3-906f-4511-b3be-202b47f6cc0c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "21a30df6-9892-11ec-8d4d-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:29:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ddf64111-727f-4211-bd4c-03d97415a6f3", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "0e19e0d2-acae-4a3d-ad55-3e2a7f75daa1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T122954Z:ddf64111-727f-4211-bd4c-03d97415a6f3", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084916Z:2f7253a1-485d-49be-989f-982720aa48b4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "27c38cb0-9892-11ec-8d4d-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:30:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6566ebb6-4ef3-47e5-9264-6d306148754d", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "50b09b0a-1b18-42ef-a8e9-854671cd3bac", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123004Z:6566ebb6-4ef3-47e5-9264-6d306148754d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2de84338-9892-11ec-8d4d-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:30:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b44923ef-5798-445d-b5c3-95daeee01ef4", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "19521adb-d228-4ecf-91fa-880b19cadeb8", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123014Z:b44923ef-5798-445d-b5c3-95daeee01ef4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "340829b8-9892-11ec-8d4d-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:30:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19a1fc73-3479-401e-ae77-836cd043d9ec", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "69f74cc5-3e9b-4f58-9bff-6a6a54be834c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123025Z:19a1fc73-3479-401e-ae77-836cd043d9ec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-02-28T12:25:15Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", - "size": 0, - "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", - "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3a268ec0-9892-11ec-8d4d-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:30:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c84abde-a61c-4c11-99bf-ed89612a5f7f", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "35ad026f-3c89-4f9b-a23a-9f7ccbf0570e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123035Z:1c84abde-a61c-4c11-99bf-ed89612a5f7f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", - "properties": { - "creationDate": "2022-02-28T12:25:21Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:46:36Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 331776, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3067,15 +2475,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3a566ab4-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3083,7 +2489,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:30:35 GMT", + "Date": "Tue, 31 May 2022 08:49:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3091,20 +2497,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "693804ec-dceb-4a6a-9932-7bcdc441aff0", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "4472d876-7570-4c30-9916-a8c2365fae49", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123035Z:693804ec-dceb-4a6a-9932-7bcdc441aff0", + "x-ms-correlation-request-id": "ee1ce4e3-a6c5-4557-a1d9-a67957269c63", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084917Z:ee1ce4e3-a6c5-4557-a1d9-a67957269c63", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T12:25:21Z", - "backupId": "112be987-8cce-a965-3f81-15c9eaa20450", + "creationDate": "2022-05-31T08:46:36Z", + "backupId": "4278757d-db33-999c-07fd-ea70df301972", "size": 331776, "backupType": "Manual", "provisioningState": "Succeeded", @@ -3115,15 +2520,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3a7f72c4-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3131,7 +2534,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:30:35 GMT", + "Date": "Tue, 31 May 2022 08:49:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3139,10 +2542,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cbe2c656-1407-4d2a-bf07-5f0c76ca34cd", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "6c933248-5b5f-49fc-b39e-cd40e524c30e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123035Z:cbe2c656-1407-4d2a-bf07-5f0c76ca34cd", + "x-ms-correlation-request-id": "f82ee779-b285-4fcb-b631-9726b09f0d7b", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084917Z:f82ee779-b285-4fcb-b631-9726b09f0d7b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3160,23 +2562,20 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "424", + "Content-Length": "402", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3aa2a7bc-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -3190,32 +2589,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e9dd5e44-d815-45b3-a348-641b8559e7d0?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba1228ab-c862-43eb-8f49-f79508c22daf?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2317", + "Content-Length": "2483", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:30:35 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A30%3A36.1518338Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:49:17 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A49%3A17.8989965Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e9dd5e44-d815-45b3-a348-641b8559e7d0?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba1228ab-c862-43eb-8f49-f79508c22daf?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68e4797e-841d-4ceb-9c54-676bd2c16f36", + "x-ms-correlation-request-id": "11d1d722-6151-479c-8437-6238df3c68f8", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "80fd55cf-81ae-4d4c-9a7c-648bbc5de1e1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123036Z:68e4797e-841d-4ceb-9c54-676bd2c16f36", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084918Z:11d1d722-6151-479c-8437-6238df3c68f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A30%3A36.1518338Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A49%3A17.8989965Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:24:44.5858178Z" + "CreatedOnDate": "2022-05-31T08:45:07.7228991Z" }, "properties": { "dataProtection": { @@ -3226,7 +2624,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -3254,10 +2652,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_59221811", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d580cd41", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -3269,8 +2667,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "mountTargetId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "ipAddress": "10.7.0.4" } ], @@ -3283,19 +2681,22 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000 + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:45:07.8700148Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e9dd5e44-d815-45b3-a348-641b8559e7d0?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba1228ab-c862-43eb-8f49-f79508c22daf?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3aa2a7bc-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3303,7 +2704,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:31:05 GMT", + "Date": "Tue, 31 May 2022 08:49:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3311,18 +2712,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "758cdbfa-3517-4163-80de-c78ffd7a1c91", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "59080590-9801-4e08-9509-44674078e5b9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123106Z:758cdbfa-3517-4163-80de-c78ffd7a1c91", + "x-ms-correlation-request-id": "ab747dd2-f1c3-4dc8-8b00-92d97a3ef940", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084948Z:ab747dd2-f1c3-4dc8-8b00-92d97a3ef940", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e9dd5e44-d815-45b3-a348-641b8559e7d0", - "name": "e9dd5e44-d815-45b3-a348-641b8559e7d0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba1228ab-c862-43eb-8f49-f79508c22daf", + "name": "ba1228ab-c862-43eb-8f49-f79508c22daf", "status": "Succeeded", - "startTime": "2022-02-28T12:30:36.1580233Z", - "endTime": "2022-02-28T12:30:47.3658738Z", + "startTime": "2022-05-31T08:49:17.9073891Z", + "endTime": "2022-05-31T08:49:28.0931692Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -3330,15 +2730,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e9dd5e44-d815-45b3-a348-641b8559e7d0?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba1228ab-c862-43eb-8f49-f79508c22daf?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3aa2a7bc-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3346,7 +2744,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:31:05 GMT", + "Date": "Tue, 31 May 2022 08:49:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3354,20 +2752,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57ceac93-9836-4fa1-86e4-28709e4fed6f", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "f45e6d89-2474-4f41-baa7-c04ac54e2a89", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123106Z:57ceac93-9836-4fa1-86e4-28709e4fed6f", + "x-ms-correlation-request-id": "ab25d64b-78ab-4984-80e7-d6dd6c127311", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084948Z:ab25d64b-78ab-4984-80e7-d6dd6c127311", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A30%3A47.355465Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A49%3A28.093212Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:24:44.5858178Z" + "CreatedOnDate": "2022-05-31T08:49:17.6169118Z" }, "properties": { "dataProtection": { @@ -3377,8 +2774,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", @@ -3409,19 +2805,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_59221811", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d580cd41", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "d3b68b66-e095-8758-8bff-2ab91341275d", + "poolId": "88041560-fc94-8fb3-fbd4-0371a67d6ee7", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "mountTargetId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "startIp": "", "endIp": "", "gateway": "", @@ -3444,20 +2840,24 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:49:17.778516Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4e255352-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, @@ -3465,16 +2865,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:31:08 GMT", + "Date": "Tue, 31 May 2022 08:49:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01f54cad-b755-4875-ad50-64051000be81", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "961d4c58-b6ea-433a-90ec-f14b5d88ec0f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123108Z:01f54cad-b755-4875-ad50-64051000be81", + "x-ms-correlation-request-id": "e1167e9a-f364-4722-a115-6fa48d8447c5", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084950Z:e1167e9a-f364-4722-a115-6fa48d8447c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3485,48 +2884,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4e4d86ba-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/275d4b75-46ef-471d-bc75-980c1710ec09?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a97f9ae2-7f3d-463d-9df5-027b9adc2894?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 12:31:08 GMT", + "Date": "Tue, 31 May 2022 08:49:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/275d4b75-46ef-471d-bc75-980c1710ec09?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a97f9ae2-7f3d-463d-9df5-027b9adc2894?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9c7f094-a2ed-4765-962d-871f5593557a", + "x-ms-correlation-request-id": "023bf36b-88c1-4be9-9cc5-f07aa0859e31", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "a9c7f094-a2ed-4765-962d-871f5593557a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123109Z:a9c7f094-a2ed-4765-962d-871f5593557a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T084951Z:023bf36b-88c1-4be9-9cc5-f07aa0859e31", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/275d4b75-46ef-471d-bc75-980c1710ec09?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a97f9ae2-7f3d-463d-9df5-027b9adc2894?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4e4d86ba-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3534,7 +2928,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:31:38 GMT", + "Date": "Tue, 31 May 2022 08:50:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3542,17 +2936,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5eaa1ba-6643-45da-afaf-2d73698d30f3", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "34ad87d9-be2b-4de3-aeb1-915e8bea92af", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123139Z:e5eaa1ba-6643-45da-afaf-2d73698d30f3", + "x-ms-correlation-request-id": "fba144eb-dad1-4f9f-9ca9-61dc6bc118d4", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085021Z:fba144eb-dad1-4f9f-9ca9-61dc6bc118d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/275d4b75-46ef-471d-bc75-980c1710ec09", - "name": "275d4b75-46ef-471d-bc75-980c1710ec09", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a97f9ae2-7f3d-463d-9df5-027b9adc2894", + "name": "a97f9ae2-7f3d-463d-9df5-027b9adc2894", "status": "Deleting", - "startTime": "2022-02-28T12:31:09.3982002Z", + "startTime": "2022-05-31T08:49:51.262381Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3561,15 +2954,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/275d4b75-46ef-471d-bc75-980c1710ec09?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a97f9ae2-7f3d-463d-9df5-027b9adc2894?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4e4d86ba-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3577,7 +2968,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:32:08 GMT", + "Date": "Tue, 31 May 2022 08:50:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3585,17 +2976,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d42e6e3-2335-40e5-a1c0-7e36dfcbe650", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "06f2d3cd-2754-44ac-a0c2-769ad874848d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123209Z:2d42e6e3-2335-40e5-a1c0-7e36dfcbe650", + "x-ms-correlation-request-id": "68361101-af93-4daf-b54e-8e911092b6d6", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085051Z:68361101-af93-4daf-b54e-8e911092b6d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/275d4b75-46ef-471d-bc75-980c1710ec09", - "name": "275d4b75-46ef-471d-bc75-980c1710ec09", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a97f9ae2-7f3d-463d-9df5-027b9adc2894", + "name": "a97f9ae2-7f3d-463d-9df5-027b9adc2894", "status": "Deleting", - "startTime": "2022-02-28T12:31:09.3982002Z", + "startTime": "2022-05-31T08:49:51.262381Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -3604,15 +2994,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/275d4b75-46ef-471d-bc75-980c1710ec09?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a97f9ae2-7f3d-463d-9df5-027b9adc2894?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4e4d86ba-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3620,7 +3008,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:32:39 GMT", + "Date": "Tue, 31 May 2022 08:51:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3628,18 +3016,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7e6acb6-11bc-4509-8f4b-534ac0b71527", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "f350af4a-8ca5-4286-b7d6-1b2cc3e7fc4c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123240Z:d7e6acb6-11bc-4509-8f4b-534ac0b71527", + "x-ms-correlation-request-id": "909082bf-c614-4d2f-a952-11081bcb133d", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085122Z:909082bf-c614-4d2f-a952-11081bcb133d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/275d4b75-46ef-471d-bc75-980c1710ec09", - "name": "275d4b75-46ef-471d-bc75-980c1710ec09", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a97f9ae2-7f3d-463d-9df5-027b9adc2894", + "name": "a97f9ae2-7f3d-463d-9df5-027b9adc2894", "status": "Succeeded", - "startTime": "2022-02-28T12:31:09.3982002Z", - "endTime": "2022-02-28T12:32:28.0895193Z", + "startTime": "2022-05-31T08:49:51.262381Z", + "endTime": "2022-05-31T08:51:16.2829021Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -3647,15 +3034,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/275d4b75-46ef-471d-bc75-980c1710ec09?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a97f9ae2-7f3d-463d-9df5-027b9adc2894?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4e4d86ba-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3663,7 +3048,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:32:40 GMT", + "Date": "Tue, 31 May 2022 08:51:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3671,20 +3056,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99a3c819-6602-4eb7-8079-aaac6c01d7ec", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "07d376e0-7304-4890-a608-ee5c8aba984d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123240Z:99a3c819-6602-4eb7-8079-aaac6c01d7ec", + "x-ms-correlation-request-id": "a89ccf51-7c7d-4fc3-90ff-a3508c30f44e", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085122Z:a89ccf51-7c7d-4fc3-90ff-a3508c30f44e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A31%3A09.3869427Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A49%3A51.244075Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:24:44.5858178Z" + "CreatedOnDate": "2022-05-31T08:49:17.6169118Z" }, "properties": { "dataProtection": { @@ -3694,8 +3078,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Deleting", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", @@ -3726,19 +3109,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_59221811", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_d580cd41", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "d3b68b66-e095-8758-8bff-2ab91341275d", + "poolId": "88041560-fc94-8fb3-fbd4-0371a67d6ee7", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", - "fileSystemId": "06dfe37d-2509-8012-54c8-68cfc3991a9f", + "mountTargetId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", + "fileSystemId": "e7f7b1b5-d7fe-cea3-2238-8daa898c129a", "startIp": "", "endIp": "", "gateway": "", @@ -3761,36 +3144,39 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:49:17.778516Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fc02e85e-9892-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:36:01 GMT", + "Date": "Tue, 31 May 2022 08:54:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b719780-ff84-4303-a052-a7a3dca54b8a", + "x-ms-correlation-request-id": "3d8f2ed4-4ed8-4cb5-99ce-b79f1a38d8c7", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "8b719780-ff84-4303-a052-a7a3dca54b8a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123601Z:8b719780-ff84-4303-a052-a7a3dca54b8a" + "x-ms-routing-request-id": "WESTEUROPE:20220531T085446Z:3d8f2ed4-4ed8-4cb5-99ce-b79f1a38d8c7" }, "ResponseBody": { "error": { @@ -3800,73 +3186,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "02bc324a-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1180d319-462d-4cef-914d-14fad6a7833b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/2aa01cb8-ba11-4b56-a8bf-f22ee4190d1e?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 12:36:13 GMT", + "Date": "Tue, 31 May 2022 08:54:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1180d319-462d-4cef-914d-14fad6a7833b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/2aa01cb8-ba11-4b56-a8bf-f22ee4190d1e?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8ce876e-cf16-408a-96a2-cc9835548326", + "x-ms-correlation-request-id": "51256f5d-c32e-450b-a5b5-ff4f5b772a59", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "e8ce876e-cf16-408a-96a2-cc9835548326", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123613Z:e8ce876e-cf16-408a-96a2-cc9835548326", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085458Z:51256f5d-c32e-450b-a5b5-ff4f5b772a59", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1180d319-462d-4cef-914d-14fad6a7833b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/2aa01cb8-ba11-4b56-a8bf-f22ee4190d1e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "02bc324a-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "546", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:36:43 GMT", + "Date": "Tue, 31 May 2022 08:55:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00c278e7-7e9b-427d-8e25-eba4ddf9ec8c", + "x-ms-correlation-request-id": "10ce506f-6ac7-4f00-a925-e191ac4b809d", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "45eda62d-f2bc-44e1-8e62-95de69260640", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123643Z:00c278e7-7e9b-427d-8e25-eba4ddf9ec8c", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085528Z:10ce506f-6ac7-4f00-a925-e191ac4b809d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1180d319-462d-4cef-914d-14fad6a7833b", - "name": "1180d319-462d-4cef-914d-14fad6a7833b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/2aa01cb8-ba11-4b56-a8bf-f22ee4190d1e", + "name": "2aa01cb8-ba11-4b56-a8bf-f22ee4190d1e", "status": "Succeeded", - "startTime": "2022-02-28T12:36:13.484675Z", - "endTime": "2022-02-28T12:36:14.0316163Z", + "startTime": "2022-05-31T08:54:58.5536242Z", + "endTime": "2022-05-31T08:54:59.0224081Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -3874,45 +3256,44 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1180d319-462d-4cef-914d-14fad6a7833b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/2aa01cb8-ba11-4b56-a8bf-f22ee4190d1e?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "02bc324a-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "855", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:36:43 GMT", + "Date": "Tue, 31 May 2022 08:55:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76f692c1-31c2-4a97-be80-639a02e1e6fd", + "x-ms-correlation-request-id": "05c2a671-42e3-4704-9551-c74c8b7d0be1", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "f7fb716b-0258-487f-ba1a-f00b9469e165", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123644Z:76f692c1-31c2-4a97-be80-639a02e1e6fd", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085529Z:05c2a671-42e3-4704-9551-c74c8b7d0be1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A36%3A13.4732078Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A54%3A58.5436463Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:18:46.3612215Z" + "CreatedOnDate": "2022-05-31T08:39:04.4997575Z" }, "properties": { - "poolId": "d3b68b66-e095-8758-8bff-2ab91341275d", + "poolId": "88041560-fc94-8fb3-fbd4-0371a67d6ee7", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", @@ -3925,143 +3306,128 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1c1bfd74-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 12:36:53 GMT", + "Date": "Tue, 31 May 2022 08:55:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04e0ac58-e14b-4af5-8d06-8bca941eeae0", + "x-ms-correlation-request-id": "747eb874-914a-467a-875b-0b86bcd43845", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "04e0ac58-e14b-4af5-8d06-8bca941eeae0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123654Z:04e0ac58-e14b-4af5-8d06-8bca941eeae0" + "x-ms-routing-request-id": "WESTEUROPE:20220531T085539Z:747eb874-914a-467a-875b-0b86bcd43845" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2230cb40-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 12:37:03 GMT", + "Date": "Tue, 31 May 2022 08:55:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d55cdfc0-da6c-4293-b207-72e4d291f4b1", + "x-ms-correlation-request-id": "09a0e2d6-0b4c-4947-84ce-410c04207341", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "d55cdfc0-da6c-4293-b207-72e4d291f4b1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123704Z:d55cdfc0-da6c-4293-b207-72e4d291f4b1" + "x-ms-routing-request-id": "WESTEUROPE:20220531T085549Z:09a0e2d6-0b4c-4947-84ce-410c04207341" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2845c468-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 12:37:14 GMT", + "Date": "Tue, 31 May 2022 08:56:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f050ec3b-81cd-4dd5-96f2-12747644e56f", + "x-ms-correlation-request-id": "357070d1-7708-494a-8f39-7b7fdeefc015", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "f050ec3b-81cd-4dd5-96f2-12747644e56f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123714Z:f050ec3b-81cd-4dd5-96f2-12747644e56f" + "x-ms-routing-request-id": "WESTEUROPE:20220531T085600Z:357070d1-7708-494a-8f39-7b7fdeefc015" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2e5ad1fe-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 12:37:24 GMT", + "Date": "Tue, 31 May 2022 08:56:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f1a6e4c-eb27-4563-824d-68773235a46a", + "x-ms-correlation-request-id": "b30ee35d-dac5-4d49-8ab6-d30426f83bad", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "3f1a6e4c-eb27-4563-824d-68773235a46a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123724Z:3f1a6e4c-eb27-4563-824d-68773235a46a" + "x-ms-routing-request-id": "WESTEUROPE:20220531T085610Z:b30ee35d-dac5-4d49-8ab6-d30426f83bad" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "346f43fe-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:37:34 GMT", + "Date": "Tue, 31 May 2022 08:56:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e58ddf78-b981-4773-9bad-9efe51964571", + "x-ms-correlation-request-id": "42792ac1-4298-425c-975e-390d1e0a4d84", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "e58ddf78-b981-4773-9bad-9efe51964571", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123735Z:e58ddf78-b981-4773-9bad-9efe51964571" + "x-ms-routing-request-id": "WESTEUROPE:20220531T085620Z:42792ac1-4298-425c-975e-390d1e0a4d84" }, "ResponseBody": { "error": { @@ -4071,73 +3437,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "34980852-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/54abd936-3863-4996-b749-bd1b76e8d706?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ef07d010-e1e4-4d48-b154-8d10771cb8dc?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 12:37:35 GMT", + "Date": "Tue, 31 May 2022 08:56:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/54abd936-3863-4996-b749-bd1b76e8d706?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ef07d010-e1e4-4d48-b154-8d10771cb8dc?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa5296f5-310f-4df2-90fd-8463c133fb73", + "x-ms-correlation-request-id": "65380406-f2cc-4876-8d0d-e824ff4195a8", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "fa5296f5-310f-4df2-90fd-8463c133fb73", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123736Z:fa5296f5-310f-4df2-90fd-8463c133fb73", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085621Z:65380406-f2cc-4876-8d0d-e824ff4195a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/54abd936-3863-4996-b749-bd1b76e8d706?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ef07d010-e1e4-4d48-b154-8d10771cb8dc?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "34980852-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:38:05 GMT", + "Date": "Tue, 31 May 2022 08:56:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1be7f91-b25e-4e14-98bf-ee54745ca9d5", + "x-ms-correlation-request-id": "649974f8-44ca-4137-a4e6-a39e4d98c051", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "8e410b28-7c7e-457b-ae53-a55a4d924ef0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123806Z:c1be7f91-b25e-4e14-98bf-ee54745ca9d5", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085651Z:649974f8-44ca-4137-a4e6-a39e4d98c051", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/54abd936-3863-4996-b749-bd1b76e8d706", - "name": "54abd936-3863-4996-b749-bd1b76e8d706", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ef07d010-e1e4-4d48-b154-8d10771cb8dc", + "name": "ef07d010-e1e4-4d48-b154-8d10771cb8dc", "status": "Succeeded", - "startTime": "2022-02-28T12:37:36.0209286Z", - "endTime": "2022-02-28T12:37:36.0559303Z", + "startTime": "2022-05-31T08:56:21.5224327Z", + "endTime": "2022-05-31T08:56:21.5536857Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -4145,77 +3507,81 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/54abd936-3863-4996-b749-bd1b76e8d706?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ef07d010-e1e4-4d48-b154-8d10771cb8dc?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "34980852-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "451", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:38:05 GMT", + "Date": "Tue, 31 May 2022 08:56:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "074cf98a-df0f-464a-97f4-80cc1aa78121", + "x-ms-correlation-request-id": "a5c73b97-0cbc-48ce-84f1-55e06bf5f227", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "3fcd804f-1503-4d75-8fda-2d3e9c098e1a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123806Z:074cf98a-df0f-464a-97f4-80cc1aa78121", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085651Z:a5c73b97-0cbc-48ce-84f1-55e06bf5f227", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A37%3A36.0113649Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A56%3A21.5165503Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T12:18:12.1136763Z" + "CreatedOnDate": "2022-05-31T08:38:30.3416382Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:38:32.2565867Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:38:32.2565867Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "486a2da6-9893-11ec-8d4d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:38:07 GMT", + "Date": "Tue, 31 May 2022 08:56:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b60fe431-7ddc-4616-9b0c-047498672a74", + "x-ms-correlation-request-id": "73cd29e6-69f0-4895-bc52-c1e53feaa330", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "b60fe431-7ddc-4616-9b0c-047498672a74", - "x-ms-routing-request-id": "WESTEUROPE:20220228T123808Z:b60fe431-7ddc-4616-9b0c-047498672a74" + "x-ms-routing-request-id": "WESTEUROPE:20220531T085654Z:73cd29e6-69f0-4895-bc52-c1e53feaa330" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_get_backup_status.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_get_backup_status.json index 18fb76d6ddd0..2561b3dfb766 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_get_backup_status.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_get_backup_status.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:05:41 GMT", + "Date": "Tue, 31 May 2022 16:10:59 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AohCvuQXrcRJvptuc9lolk8; expires=Wed, 30-Mar-2022 14:05:41 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr03EouBGQK8crkva_1DXFzVnc6pp-nQ9z1Yu7cFVW-u9IV_JHGsYXxDZxtDhqk3GuZEXStF6FGgjupoU6pv87eEI-N4lkpyHfxojXtUcJB4QUU7za0_yZutTe-DyAFN9sn6_weK6REPymI0ap6_mvkDNyTtDRHY4BUXniE3WhkfsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NEULR1 ProdSlices", - "x-ms-request-id": "82747ee5-32fc-4b49-a434-44031ee16b00" + "x-ms-ests-server": "2.1.12821.9 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AohCvuQXrcRJvptuc9lolk8; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:05:41 GMT", + "Date": "Tue, 31 May 2022 16:10:59 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AohCvuQXrcRJvptuc9lolk8; expires=Wed, 30-Mar-2022 14:05:41 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "989c9ec3-1076-4021-b0c2-138f44e9f200" + "x-ms-ests-server": "2.1.12794.7 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "84376c43-a95f-4a1a-8a64-75e0bf62bdcd", + "client-request-id": "b304651a-e2d9-4703-b994-8da211427e1b", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AohCvuQXrcRJvptuc9lolk8; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "84376c43-a95f-4a1a-8a64-75e0bf62bdcd", - "Content-Length": "1412", + "client-request-id": "b304651a-e2d9-4703-b994-8da211427e1b", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:05:41 GMT", + "Date": "Tue, 31 May 2022 16:10:59 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AohCvuQXrcRJvptuc9lolk_7QncyAQAAALXNrtkOAAAA; expires=Wed, 30-Mar-2022 14:05:41 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WEULR1 ProdSlices", - "x-ms-request-id": "e3cbf906-7a89-437e-9d82-7e8b644c6500" + "x-ms-ests-server": "2.1.12821.9 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,89 +212,93 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "826ff59c-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage" + "location": "eastus" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/20c4d012-1feb-43d3-8e2c-1a4cd49ed87e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0df296e0-6e13-4248-894d-d44251e6e334?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "686", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:05:51 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T14%3A05%3A49.9886174Z\u0027\u0022", + "Date": "Tue, 31 May 2022 16:11:04 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A11%3A03.9116436Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab28f48f-26a7-47a9-9028-4c724ec6c2fd", + "x-ms-correlation-request-id": "821ae69d-8587-4d81-aacd-825d3cb8d6fb", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "8e9d7f7e-8d0f-4f95-b670-aaf2c698e7d1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140551Z:ab28f48f-26a7-47a9-9028-4c724ec6c2fd", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161104Z:821ae69d-8587-4d81-aacd-825d3cb8d6fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A05%3A49.9886174Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A11%3A03.9116436Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:05:46.0567402Z" + "CreatedOnDate": "2022-05-31T16:11:01.5779238Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T16:11:03.3229881Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:11:03.3229881Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/20c4d012-1feb-43d3-8e2c-1a4cd49ed87e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0df296e0-6e13-4248-894d-d44251e6e334?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "826ff59c-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:06:21 GMT", + "Date": "Tue, 31 May 2022 16:11:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0efcc716-05a6-4edf-8f10-f56d9ba7da07", + "x-ms-correlation-request-id": "29ae7adb-cc8d-4ca2-8781-4e501d8ec944", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "d5ccc4e6-559a-4548-81e7-7680d06aff60", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140622Z:0efcc716-05a6-4edf-8f10-f56d9ba7da07", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161135Z:29ae7adb-cc8d-4ca2-8781-4e501d8ec944", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/20c4d012-1feb-43d3-8e2c-1a4cd49ed87e", - "name": "20c4d012-1feb-43d3-8e2c-1a4cd49ed87e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0df296e0-6e13-4248-894d-d44251e6e334", + "name": "0df296e0-6e13-4248-894d-d44251e6e334", "status": "Succeeded", - "startTime": "2022-02-28T14:05:49.9964404Z", - "endTime": "2022-02-28T14:05:50.1155419Z", + "startTime": "2022-05-31T16:11:03.9103343Z", + "endTime": "2022-05-31T16:11:03.9572194Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -316,67 +306,72 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "826ff59c-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "452", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:06:22 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T14%3A05%3A50.1098449Z\u0027\u0022", + "Date": "Tue, 31 May 2022 16:11:34 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A11%3A03.9624239Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff42522f-ac21-48f0-8e5a-cd7cee854885", + "x-ms-correlation-request-id": "eb1e2ad2-efce-4260-8d8e-07e457bab4f6", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "251c84b3-9d67-40ac-99a8-73b010997cd3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140623Z:ff42522f-ac21-48f0-8e5a-cd7cee854885", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161135Z:eb1e2ad2-efce-4260-8d8e-07e457bab4f6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A05%3A50.1098449Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A11%3A03.9624239Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:05:46.0567402Z" + "CreatedOnDate": "2022-05-31T16:11:01.5779238Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T16:11:03.3229881Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:11:03.3229881Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "137", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9c397c82-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "size": 4398046511104, "serviceLevel": "Premium", @@ -386,31 +381,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e36af64a-841d-472f-b932-37ef431c03c3?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/126bc4dc-7e54-4e3d-83e4-e6ca5e018abe?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "903", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:06:27 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T14%3A06%3A26.6465935Z\u0027\u0022", + "Date": "Tue, 31 May 2022 16:11:36 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A11%3A36.979308Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f0eac13-ec46-46ce-b458-52da42c7e548", + "x-ms-correlation-request-id": "43701f29-23bf-4064-9c80-699769caa712", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "90a29c47-28f1-4e49-b435-2d1d0a44c7b2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140628Z:3f0eac13-ec46-46ce-b458-52da42c7e548", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161137Z:43701f29-23bf-4064-9c80-699769caa712", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A06%3A26.6465935Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A11%3A36.979308Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:06:24.0033607Z" + "CreatedOnDate": "2022-05-31T16:11:35.5383463Z" }, "properties": { "serviceLevel": "Premium", @@ -420,44 +414,51 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T16:11:36.6981491Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:11:36.6981491Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e36af64a-841d-472f-b932-37ef431c03c3?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/126bc4dc-7e54-4e3d-83e4-e6ca5e018abe?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9c397c82-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "547", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:06:58 GMT", + "Date": "Tue, 31 May 2022 16:12:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7b15ab6-9463-48ef-8aae-d594e854dd3f", + "x-ms-correlation-request-id": "63e795fa-fd8e-4d5b-9bfb-abdd9f046e28", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "5f7fcb2c-aed5-426c-8c03-f090ae4179f3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140658Z:f7b15ab6-9463-48ef-8aae-d594e854dd3f", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161207Z:63e795fa-fd8e-4d5b-9bfb-abdd9f046e28", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e36af64a-841d-472f-b932-37ef431c03c3", - "name": "e36af64a-841d-472f-b932-37ef431c03c3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/126bc4dc-7e54-4e3d-83e4-e6ca5e018abe", + "name": "126bc4dc-7e54-4e3d-83e4-e6ca5e018abe", "status": "Succeeded", - "startTime": "2022-02-28T14:06:26.6519902Z", - "endTime": "2022-02-28T14:06:27.0403427Z", + "startTime": "2022-05-31T16:11:36.9822549Z", + "endTime": "2022-05-31T16:11:37.2947675Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -465,46 +466,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9c397c82-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "691", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:06:58 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T14%3A06%3A27.0248743Z\u0027\u0022", + "Date": "Tue, 31 May 2022 16:12:07 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A11%3A37.2885173Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59ae6a97-a976-4554-9da0-9a9a00fd92ce", + "x-ms-correlation-request-id": "5801fe6b-7093-46ae-ba36-199974b19c55", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "976ed30e-72ef-4c5d-97a8-b398f4575d37", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140658Z:59ae6a97-a976-4554-9da0-9a9a00fd92ce", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161208Z:5801fe6b-7093-46ae-ba36-199974b19c55", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A06%3A27.0248743Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A11%3A37.2885173Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:06:24.0033607Z" + "CreatedOnDate": "2022-05-31T16:11:35.5383463Z" }, "properties": { - "poolId": "8d978854-8c1a-1980-ae2d-c8876438e72a", + "poolId": "6029fb36-1c88-6116-5a78-356dd05be958", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -517,20 +517,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "755", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "creationToken": "sdk-py-tests-vol-1", "serviceLevel": "Premium", @@ -545,44 +543,42 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "defaultGroupQuotaInKiBs": 0 } }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1524", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:07:15 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T14%3A07%3A14.4291892Z\u0027\u0022", + "Date": "Tue, 31 May 2022 16:12:20 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A12%3A19.5914114Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d328680a-2527-42d3-a95d-df535c83b624", + "x-ms-correlation-request-id": "c0fe1027-f142-43b6-9693-afed4353eebd", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d728b447-2e1c-487c-b388-b6360a76f7c6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140715Z:d328680a-2527-42d3-a95d-df535c83b624", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161220Z:c0fe1027-f142-43b6-9693-afed4353eebd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A07%3A14.4291892Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A12%3A19.5914114Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:07:10.6118389Z" + "CreatedOnDate": "2022-05-31T16:12:18.4235011Z" }, "properties": { "serviceLevel": "Premium", @@ -598,54 +594,60 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T16:12:19.2295928Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:12:19.2295928Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:07:45 GMT", + "Date": "Tue, 31 May 2022 16:12:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bb5b894-47d3-42ed-8995-e6a2dc6bc209", + "x-ms-correlation-request-id": "576ef59c-20d9-4344-baaf-666898fba357", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "278ca9cb-8bc5-4485-93c3-02a8cbc611d3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140745Z:0bb5b894-47d3-42ed-8995-e6a2dc6bc209", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161250Z:576ef59c-20d9-4344-baaf-666898fba357", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e", - "name": "56d26dfa-8700-434e-8c3e-54db3884754e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", + "name": "29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", "status": "Creating", - "startTime": "2022-02-28T14:07:14.4356265Z", + "startTime": "2022-05-31T16:12:19.5912939Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -654,39 +656,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:08:15 GMT", + "Date": "Tue, 31 May 2022 16:13:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5be4935d-0843-496d-a341-af3f12120680", + "x-ms-correlation-request-id": "4d7ecdc7-c7a2-41ce-81cf-af2b69991129", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f944e9b4-21c7-410e-b4f3-cf9b4241f4e9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140815Z:5be4935d-0843-496d-a341-af3f12120680", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161320Z:4d7ecdc7-c7a2-41ce-81cf-af2b69991129", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e", - "name": "56d26dfa-8700-434e-8c3e-54db3884754e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", + "name": "29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", "status": "Creating", - "startTime": "2022-02-28T14:07:14.4356265Z", + "startTime": "2022-05-31T16:12:19.5912939Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -695,39 +696,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:08:46 GMT", + "Date": "Tue, 31 May 2022 16:13:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03949b99-6923-4e81-bfa2-de400d08f299", + "x-ms-correlation-request-id": "a5242d07-fa2b-40bd-9a62-41b118855abb", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "45a7cf84-d00b-4cc9-91a2-d6ed5863198f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140847Z:03949b99-6923-4e81-bfa2-de400d08f299", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161351Z:a5242d07-fa2b-40bd-9a62-41b118855abb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e", - "name": "56d26dfa-8700-434e-8c3e-54db3884754e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", + "name": "29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", "status": "Creating", - "startTime": "2022-02-28T14:07:14.4356265Z", + "startTime": "2022-05-31T16:12:19.5912939Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -736,39 +736,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:09:17 GMT", + "Date": "Tue, 31 May 2022 16:14:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23aebcf4-6969-4266-af45-db62795392ab", + "x-ms-correlation-request-id": "3e423262-f728-42dd-8b61-eb3bdfbdad01", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "d8abae91-ab37-45eb-8456-40d0de9571da", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140917Z:23aebcf4-6969-4266-af45-db62795392ab", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161421Z:3e423262-f728-42dd-8b61-eb3bdfbdad01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e", - "name": "56d26dfa-8700-434e-8c3e-54db3884754e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", + "name": "29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", "status": "Creating", - "startTime": "2022-02-28T14:07:14.4356265Z", + "startTime": "2022-05-31T16:12:19.5912939Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -777,39 +776,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:09:47 GMT", + "Date": "Tue, 31 May 2022 16:14:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0c0ede1-ea9b-40df-9b8e-6ecfe6b1dec3", + "x-ms-correlation-request-id": "e1b9410a-6cf0-41e6-b73d-fce162b80d84", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "e5045045-cfea-4ac4-8da1-ad8bcb6c44b6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T140947Z:b0c0ede1-ea9b-40df-9b8e-6ecfe6b1dec3", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161451Z:e1b9410a-6cf0-41e6-b73d-fce162b80d84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e", - "name": "56d26dfa-8700-434e-8c3e-54db3884754e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", + "name": "29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", "status": "Creating", - "startTime": "2022-02-28T14:07:14.4356265Z", + "startTime": "2022-05-31T16:12:19.5912939Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -818,39 +816,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:10:17 GMT", + "Date": "Tue, 31 May 2022 16:15:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "350256c4-c23b-4c1a-9952-5dd2704bbcb3", + "x-ms-correlation-request-id": "c883d41c-9943-4b88-8b0e-3d5a8b2fa1d4", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "2de085e6-ed58-40f6-9027-b0ed89935ddc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141017Z:350256c4-c23b-4c1a-9952-5dd2704bbcb3", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161521Z:c883d41c-9943-4b88-8b0e-3d5a8b2fa1d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e", - "name": "56d26dfa-8700-434e-8c3e-54db3884754e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", + "name": "29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", "status": "Creating", - "startTime": "2022-02-28T14:07:14.4356265Z", + "startTime": "2022-05-31T16:12:19.5912939Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -859,39 +856,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:10:47 GMT", + "Date": "Tue, 31 May 2022 16:15:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d63c466-2cd3-4c18-b00a-c0086412cc20", + "x-ms-correlation-request-id": "4e098adb-b69c-473c-85d9-063bee53dd01", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e16c7ef7-4695-4a3a-bafb-b744a067a21d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141047Z:5d63c466-2cd3-4c18-b00a-c0086412cc20", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161552Z:4e098adb-b69c-473c-85d9-063bee53dd01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e", - "name": "56d26dfa-8700-434e-8c3e-54db3884754e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", + "name": "29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", "status": "Creating", - "startTime": "2022-02-28T14:07:14.4356265Z", + "startTime": "2022-05-31T16:12:19.5912939Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -900,122 +896,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:11:17 GMT", + "Date": "Tue, 31 May 2022 16:16:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e65dd4a1-a42c-475c-b1d3-e206ea3327e7", + "x-ms-correlation-request-id": "f884ba2c-076b-4c2d-9c93-d86cb8a89d04", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "df636c3c-5e69-44e9-9ba3-9ea946d868f7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141118Z:e65dd4a1-a42c-475c-b1d3-e206ea3327e7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e", - "name": "56d26dfa-8700-434e-8c3e-54db3884754e", - "status": "Creating", - "startTime": "2022-02-28T14:07:14.4356265Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "563", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:11:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29b9c9d5-dc57-4b8c-ac12-9284f1bfefd5", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "60a1a1a2-015b-4acb-b7f9-32330d2465bf", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141148Z:29b9c9d5-dc57-4b8c-ac12-9284f1bfefd5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e", - "name": "56d26dfa-8700-434e-8c3e-54db3884754e", - "status": "Creating", - "startTime": "2022-02-28T14:07:14.4356265Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "574", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:12:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53c2146e-b58b-4b32-9be0-46e1dfb745d9", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "f7f1a877-181b-4c88-ac7c-e6f661f87c0d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141218Z:53c2146e-b58b-4b32-9be0-46e1dfb745d9", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161622Z:f884ba2c-076b-4c2d-9c93-d86cb8a89d04", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56d26dfa-8700-434e-8c3e-54db3884754e", - "name": "56d26dfa-8700-434e-8c3e-54db3884754e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", + "name": "29f43bf5-3155-42b5-b1a9-b6a01bdeb12c", "status": "Succeeded", - "startTime": "2022-02-28T14:07:14.4356265Z", - "endTime": "2022-02-28T14:11:54.3898932Z", + "startTime": "2022-05-31T16:12:19.5912939Z", + "endTime": "2022-05-31T16:16:15.0038346Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1023,46 +936,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b76f2c22-989f-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2068", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:12:18 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T14%3A11%3A54.3798462Z\u0027\u0022", + "Date": "Tue, 31 May 2022 16:16:21 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A16%3A14.9989266Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afdeae4f-0b42-4ddc-be64-6dcb8167aa6b", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "cbb1216a-2406-44f4-9628-25748296441f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141219Z:afdeae4f-0b42-4ddc-be64-6dcb8167aa6b", + "x-ms-correlation-request-id": "da631db2-1eb0-4f47-ac71-f2402bc70961", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161622Z:da631db2-1eb0-4f47-ac71-f2402bc70961", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A11%3A54.3798462Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A16%3A14.9989266Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:07:10.6118389Z" + "CreatedOnDate": "2022-05-31T16:12:18.4235011Z" }, "properties": { - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1090,10 +1002,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_165e36b8", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_2a2b4824", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1105,8 +1017,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "c8929f00-9314-a415-00d7-5fdf652343a1", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "mountTargetId": "654dff83-9d5b-9061-0908-7acdf8b891b7", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "ipAddress": "10.7.0.4" } ], @@ -1124,46 +1036,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "76888752-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2068", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:12:28 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T14%3A11%3A54.3798462Z\u0027\u0022", + "Date": "Tue, 31 May 2022 16:16:32 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A16%3A14.9989266Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7087afd3-25e6-4213-a785-0d2464d76cf1", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "9f3039e2-ea1d-4519-ba67-8d0c29c393a8", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141229Z:7087afd3-25e6-4213-a785-0d2464d76cf1", + "x-ms-correlation-request-id": "8ed86a9f-e550-4e52-8d66-1d66455f213a", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161632Z:8ed86a9f-e550-4e52-8d66-1d66455f213a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A11%3A54.3798462Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A16%3A14.9989266Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:07:10.6118389Z" + "CreatedOnDate": "2022-05-31T16:12:18.4235011Z" }, "properties": { - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1191,10 +1102,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_165e36b8", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_2a2b4824", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1206,8 +1117,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "c8929f00-9314-a415-00d7-5fdf652343a1", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "mountTargetId": "654dff83-9d5b-9061-0908-7acdf8b891b7", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "ipAddress": "10.7.0.4" } ], @@ -1225,32 +1136,31 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "76a69918-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "348", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:12:29 GMT", + "Date": "Tue, 31 May 2022 16:16:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68f4f8bd-ba54-48eb-b8b6-ac6032650ee1", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "069f1344-83cc-4b05-86c7-2247b30a28bd", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141229Z:68f4f8bd-ba54-48eb-b8b6-ac6032650ee1", + "x-ms-correlation-request-id": "39520cbd-125a-41ce-98cc-bd0af8b175e2", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161633Z:39520cbd-125a-41ce-98cc-bd0af8b175e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1268,23 +1178,20 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", + "Content-Length": "401", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "76cc6648-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -1298,36 +1205,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38396cb1-136a-448e-ae16-6fe45b100dc9?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/536f28b4-c056-4d35-8f43-5db8f426b82f?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2067", + "Content-Length": "2077", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:12:29 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T14%3A12%3A30.2034845Z\u0027\u0022", + "Date": "Tue, 31 May 2022 16:16:32 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A16%3A33.5094201Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38396cb1-136a-448e-ae16-6fe45b100dc9?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/536f28b4-c056-4d35-8f43-5db8f426b82f?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1b1a3a0-7a20-418b-acfd-3db8127cae6f", + "x-ms-correlation-request-id": "27c71c22-8c6a-4d21-a6cc-cd04f3b60e31", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "8f8f4ff8-2910-40ab-bb8d-72407528f46b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141230Z:a1b1a3a0-7a20-418b-acfd-3db8127cae6f", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161633Z:27c71c22-8c6a-4d21-a6cc-cd04f3b60e31", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A12%3A30.2034845Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A16%3A33.5094201Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:07:10.6118389Z" + "CreatedOnDate": "2022-05-31T16:12:18.4235011Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1355,10 +1261,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_165e36b8", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_2a2b4824", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1370,8 +1276,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "c8929f00-9314-a415-00d7-5fdf652343a1", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "mountTargetId": "654dff83-9d5b-9061-0908-7acdf8b891b7", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "ipAddress": "10.7.0.4" } ], @@ -1388,40 +1294,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38396cb1-136a-448e-ae16-6fe45b100dc9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/536f28b4-c056-4d35-8f43-5db8f426b82f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "76cc6648-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "574", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:12:59 GMT", + "Date": "Tue, 31 May 2022 16:17:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30959990-a28e-4c2d-be38-cde0a542d4a6", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "f762a487-c783-453b-b622-a95648f7fc3f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141300Z:30959990-a28e-4c2d-be38-cde0a542d4a6", + "x-ms-correlation-request-id": "57007f34-2213-43e4-8b84-2aa3c70b94fb", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161703Z:57007f34-2213-43e4-8b84-2aa3c70b94fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38396cb1-136a-448e-ae16-6fe45b100dc9", - "name": "38396cb1-136a-448e-ae16-6fe45b100dc9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/536f28b4-c056-4d35-8f43-5db8f426b82f", + "name": "536f28b4-c056-4d35-8f43-5db8f426b82f", "status": "Succeeded", - "startTime": "2022-02-28T14:12:30.2138202Z", - "endTime": "2022-02-28T14:12:41.3524415Z", + "startTime": "2022-05-31T16:16:33.5040515Z", + "endTime": "2022-05-31T16:16:42.2198137Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1429,42 +1334,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38396cb1-136a-448e-ae16-6fe45b100dc9?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/536f28b4-c056-4d35-8f43-5db8f426b82f?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "76cc6648-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2717", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:13:00 GMT", + "Date": "Tue, 31 May 2022 16:17:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b132a6a8-75ca-401b-ac97-6ae2867e181f", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "917c48ac-7c78-4f7e-836f-4f1831ac596a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141300Z:b132a6a8-75ca-401b-ac97-6ae2867e181f", + "x-ms-correlation-request-id": "30e49820-28b1-4f6a-8054-6c3f122e604e", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161703Z:30e49820-28b1-4f6a-8054-6c3f122e604e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A12%3A41.3421544Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A16%3A42.2124797Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:12:29.8732585Z" + "CreatedOnDate": "2022-05-31T16:16:33.2606143Z" }, "properties": { "dataProtection": { @@ -1474,8 +1378,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", @@ -1506,19 +1409,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_165e36b8", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_2a2b4824", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "8d978854-8c1a-1980-ae2d-c8876438e72a", + "poolId": "6029fb36-1c88-6116-5a78-356dd05be958", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "c8929f00-9314-a415-00d7-5fdf652343a1", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "mountTargetId": "654dff83-9d5b-9061-0908-7acdf8b891b7", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "startIp": "", "endIp": "", "gateway": "", @@ -1541,53 +1444,56 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:16:33.4026655Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "68", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "89415978-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "useExistingSnapshot": false } }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b40c73f-d35e-4708-bbfb-06ee361cfb63?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e8bd9e46-9c2d-4e42-81b2-a762202b4757?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Length": "510", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:13:00 GMT", + "Date": "Tue, 31 May 2022 16:17:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b40c73f-d35e-4708-bbfb-06ee361cfb63?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e8bd9e46-9c2d-4e42-81b2-a762202b4757?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b067011e-8b57-4551-9039-d0c8e304bf2e", + "x-ms-correlation-request-id": "464bd6ae-5b49-4906-bb13-7cb42644b866", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "49c6a3ff-fed3-454f-b83e-c449536d1127", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141301Z:b067011e-8b57-4551-9039-d0c8e304bf2e", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161704Z:464bd6ae-5b49-4906-bb13-7cb42644b866", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { "provisioningState": "Creating", "useExistingSnapshot": false @@ -1595,40 +1501,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b40c73f-d35e-4708-bbfb-06ee361cfb63?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e8bd9e46-9c2d-4e42-81b2-a762202b4757?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "89415978-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "604", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:13:30 GMT", + "Date": "Tue, 31 May 2022 16:17:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d49dbbd1-f585-4055-8a8a-2e980c7f6fa5", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "88f24872-362b-4d42-9e62-97fd8bb7a9b7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141331Z:d49dbbd1-f585-4055-8a8a-2e980c7f6fa5", + "x-ms-correlation-request-id": "d7aa403c-ac53-407f-9bec-7df2bf8b8dcf", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161734Z:d7aa403c-ac53-407f-9bec-7df2bf8b8dcf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b40c73f-d35e-4708-bbfb-06ee361cfb63", - "name": "2b40c73f-d35e-4708-bbfb-06ee361cfb63", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e8bd9e46-9c2d-4e42-81b2-a762202b4757", + "name": "e8bd9e46-9c2d-4e42-81b2-a762202b4757", "status": "Succeeded", - "startTime": "2022-02-28T14:13:00.9408953Z", - "endTime": "2022-02-28T14:13:01.3190991Z", + "startTime": "2022-05-31T16:17:04.3194722Z", + "endTime": "2022-05-31T16:17:04.7257162Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" @@ -1636,89 +1541,85 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b40c73f-d35e-4708-bbfb-06ee361cfb63?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e8bd9e46-9c2d-4e42-81b2-a762202b4757?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "89415978-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "721", + "Content-Length": "730", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:13:30 GMT", + "Date": "Tue, 31 May 2022 16:17:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f95b790-f5ac-45e0-b451-bf935b300aa6", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "7c8fac4e-5fb1-486d-85f3-69f6bbf2ab31", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141331Z:5f95b790-f5ac-45e0-b451-bf935b300aa6", + "x-ms-correlation-request-id": "c39acf15-c38d-4097-b292-523d63385fb8", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161734Z:c39acf15-c38d-4097-b292-523d63385fb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "2/28/2022 2:13:01 PM", + "etag": "5/31/2022 4:17:04 PM", "location": "", "properties": { - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a1918426-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:13:40 GMT", + "Date": "Tue, 31 May 2022 16:17:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7ad88ce-7c7c-4173-8d03-3e326036d5c2", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "07703500-83ab-470f-8d43-533c6bee6fb0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141341Z:e7ad88ce-7c7c-4173-8d03-3e326036d5c2", + "x-ms-correlation-request-id": "5943a940-49ba-4515-8881-be45200251c8", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161745Z:5943a940-49ba-4515-8881-be45200251c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1729,42 +1630,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a7b5bc64-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:13:51 GMT", + "Date": "Tue, 31 May 2022 16:17:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f7004e0-a29e-4a8a-8ea8-ec7719173743", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "9e8e98af-1a2b-471f-af2d-1d0c9dc38633", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141352Z:8f7004e0-a29e-4a8a-8ea8-ec7719173743", + "x-ms-correlation-request-id": "be74d452-e124-4548-a414-b752da0f6f8b", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161755Z:be74d452-e124-4548-a414-b752da0f6f8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1775,42 +1675,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "addb1bd4-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:14:01 GMT", + "Date": "Tue, 31 May 2022 16:18:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d3cbd87-9e18-4500-bb9f-4a71a5fa8221", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "91e32ce1-2da2-4acb-b7f0-fde11c17be81", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141402Z:2d3cbd87-9e18-4500-bb9f-4a71a5fa8221", + "x-ms-correlation-request-id": "d8d05cea-3ddd-4683-9b6b-3c5417353837", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161806Z:d8d05cea-3ddd-4683-9b6b-3c5417353837", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1821,42 +1720,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b403b2aa-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:14:11 GMT", + "Date": "Tue, 31 May 2022 16:18:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8aa779d1-8c92-4267-8866-a13d746bd819", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "899494d6-e4d3-4e04-83f4-fc3484c7c654", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141412Z:8aa779d1-8c92-4267-8866-a13d746bd819", + "x-ms-correlation-request-id": "a67d3999-02ab-47ca-9050-65025fa831b3", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161816Z:a67d3999-02ab-47ca-9050-65025fa831b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1867,42 +1765,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ba265174-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:14:23 GMT", + "Date": "Tue, 31 May 2022 16:18:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fbe603d-c5b1-42c1-9aab-1d1df1499561", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "78a409e4-19d6-4fbc-9bf2-c62ff708e8be", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141423Z:5fbe603d-c5b1-42c1-9aab-1d1df1499561", + "x-ms-correlation-request-id": "e4c01bdd-2e8f-4656-a687-24c0f7364709", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161826Z:e4c01bdd-2e8f-4656-a687-24c0f7364709", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1913,42 +1810,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c047a5f8-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:14:36 GMT", + "Date": "Tue, 31 May 2022 16:18:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dfa71fb0-dfcf-40f8-aff9-a8c297474904", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "6083f35d-f0ef-4d63-b7b2-b0215715b05c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141436Z:dfa71fb0-dfcf-40f8-aff9-a8c297474904", + "x-ms-correlation-request-id": "de54ac6a-b69e-4b26-b5bf-39db188fafe9", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161837Z:de54ac6a-b69e-4b26-b5bf-39db188fafe9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1959,42 +1855,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c82f68dc-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:14:46 GMT", + "Date": "Tue, 31 May 2022 16:18:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e40d54ac-0abd-41ca-be10-4ec7c3ee093c", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "7fbc5664-3bd5-4407-91db-f3ddd9b15606", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141446Z:e40d54ac-0abd-41ca-be10-4ec7c3ee093c", + "x-ms-correlation-request-id": "c93efa3e-b69e-4f8b-a69d-780874ebd5a3", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161847Z:c93efa3e-b69e-4f8b-a69d-780874ebd5a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2005,42 +1900,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ce538ba8-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:14:56 GMT", + "Date": "Tue, 31 May 2022 16:18:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1af1a59-67ff-453b-bf75-3e756ee50547", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "50bf015c-6b2c-4e6f-ad7d-a76003ab7ad0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141456Z:a1af1a59-67ff-453b-bf75-3e756ee50547", + "x-ms-correlation-request-id": "8589811b-86dd-44a9-8a38-ace500c9b52c", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161857Z:8589811b-86dd-44a9-8a38-ace500c9b52c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2051,42 +1945,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d47b60f0-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:15:07 GMT", + "Date": "Tue, 31 May 2022 16:19:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4b83ebc-b2d5-44d0-b33e-ad8c6cb24be7", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "86f66ecc-4eb5-4521-a7b9-1814831bf900", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141507Z:d4b83ebc-b2d5-44d0-b33e-ad8c6cb24be7", + "x-ms-correlation-request-id": "9b18e644-01fb-46b6-a766-90c05a6ab929", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161908Z:9b18e644-01fb-46b6-a766-90c05a6ab929", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2097,42 +1990,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "daa3f136-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:15:17 GMT", + "Date": "Tue, 31 May 2022 16:19:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fd3ad41-66b1-4504-a414-25c7eae84ce0", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "9d5b1a16-92c8-40ed-9345-72869dc2f85e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141517Z:1fd3ad41-66b1-4504-a414-25c7eae84ce0", + "x-ms-correlation-request-id": "cd83d369-ff6a-4278-9c26-7fea091fb037", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161918Z:cd83d369-ff6a-4278-9c26-7fea091fb037", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2143,42 +2035,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e0cb15da-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:15:27 GMT", + "Date": "Tue, 31 May 2022 16:19:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aadac9f1-4013-4c37-b1d4-0e2695fb6ee3", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "4e6712c9-f176-475d-b8d8-a47c486d3161", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141527Z:aadac9f1-4013-4c37-b1d4-0e2695fb6ee3", + "x-ms-correlation-request-id": "6b74b29d-8202-4c35-9a8c-62f11501cca9", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161928Z:6b74b29d-8202-4c35-9a8c-62f11501cca9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2189,42 +2080,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e6ede41a-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:15:37 GMT", + "Date": "Tue, 31 May 2022 16:19:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bff512d3-4954-4b3d-8764-cb53f7dc81a1", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "f938f02b-3923-4ec2-832d-da01ca8f1cf1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141538Z:bff512d3-4954-4b3d-8764-cb53f7dc81a1", + "x-ms-correlation-request-id": "707940db-841f-4fcb-a932-3409a03bc5e8", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161939Z:707940db-841f-4fcb-a932-3409a03bc5e8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2235,42 +2125,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ed14b788-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:15:47 GMT", + "Date": "Tue, 31 May 2022 16:19:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce2458de-6cb0-4109-a978-39c8280f0e11", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "5d1cc5b5-202a-4962-8dc7-cdac979b1bbc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141548Z:ce2458de-6cb0-4109-a978-39c8280f0e11", + "x-ms-correlation-request-id": "babc6a17-581c-4e49-a2fc-2ed68895a01e", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "WESTEUROPE:20220531T161949Z:babc6a17-581c-4e49-a2fc-2ed68895a01e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2281,42 +2170,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f338ffac-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:15:58 GMT", + "Date": "Tue, 31 May 2022 16:20:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2409b462-86e2-4c72-92b6-683650787a0b", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "57746e5f-e582-4992-8c71-69f82451f95a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141558Z:2409b462-86e2-4c72-92b6-683650787a0b", + "x-ms-correlation-request-id": "4ea54017-9a35-474f-b7bc-57272cd9c52c", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162000Z:4ea54017-9a35-474f-b7bc-57272cd9c52c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2327,42 +2215,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f96098f4-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "677", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:16:08 GMT", + "Date": "Tue, 31 May 2022 16:20:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f5a1b7a-d885-4c0f-a8a9-d3d2828bfc83", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "e5717c12-8876-47e3-8211-c4f3dcd911dc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141609Z:3f5a1b7a-d885-4c0f-a8a9-d3d2828bfc83", + "x-ms-correlation-request-id": "47277c75-4cf7-4d16-b328-21a7b17ea2cc", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162010Z:47277c75-4cf7-4d16-b328-21a7b17ea2cc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:01Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2373,45 +2260,44 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ff815142-98a0-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "683", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:16:18 GMT", + "Date": "Tue, 31 May 2022 16:20:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61cb8b49-c4cb-47fa-befc-7fdfc9124244", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "a383f1e3-6249-4dca-b007-d955de7246b2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141619Z:61cb8b49-c4cb-47fa-befc-7fdfc9124244", + "x-ms-correlation-request-id": "4d628a4a-1bb9-4ef1-b177-9c5cf22ce91e", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162021Z:4d628a4a-1bb9-4ef1-b177-9c5cf22ce91e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T14:13:08Z", - "backupId": "ceaff8df-9008-b175-b24e-2a51c58a0c74", - "size": 331776, + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", + "provisioningState": "Creating", "failureReason": "None", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false @@ -2419,75 +2305,703 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backupStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "473b7788-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "155", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:18:21 GMT", + "Date": "Tue, 31 May 2022 16:20:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50d50b59-814f-4c26-be23-d21b92298bcc", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "80cb25ca-b3cf-4aeb-9b5c-5f45601a84e3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141821Z:50d50b59-814f-4c26-be23-d21b92298bcc", + "x-ms-correlation-request-id": "1afcaca4-31c6-4179-9ecd-55cd1aa6033a", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162031Z:1afcaca4-31c6-4179-9ecd-55cd1aa6033a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalTransferBytes": 271198, - "lastTransferSize": 271198, - "lastTransferType": "initialize" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "48b23e44-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "348", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:18:21 GMT", + "Date": "Tue, 31 May 2022 16:20:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3d8f40d-77c9-4c8b-b931-b33155316df0", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "6209b2ce-8506-4ab8-b45d-2d372f7d1585", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141822Z:d3d8f40d-77c9-4c8b-b931-b33155316df0", + "x-ms-correlation-request-id": "d88d876d-1180-4076-8f56-dd409f7bf8dc", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162042Z:d88d876d-1180-4076-8f56-dd409f7bf8dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:20:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1e567b3d-4436-423b-a003-4027a9c4916a", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162052Z:1e567b3d-4436-423b-a003-4027a9c4916a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:21:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c3819e26-9b96-4347-817e-8aa083c583b7", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162102Z:c3819e26-9b96-4347-817e-8aa083c583b7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:21:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4bbcf950-b01b-489d-a00b-926d5793d34f", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162113Z:4bbcf950-b01b-489d-a00b-926d5793d34f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:21:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e1a989e7-f307-4b3e-aa2f-b6097aaf2b3f", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162123Z:e1a989e7-f307-4b3e-aa2f-b6097aaf2b3f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:21:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3c8d17be-f37c-46e4-a630-ac7c3560b15f", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162134Z:3c8d17be-f37c-46e4-a630-ac7c3560b15f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:21:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a4cabe4b-6e44-4c88-9427-4f9bd7772e5f", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162144Z:a4cabe4b-6e44-4c88-9427-4f9bd7772e5f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:21:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0be85fcf-df4b-49df-9125-81dd63c914f1", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162154Z:0be85fcf-df4b-49df-9125-81dd63c914f1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:22:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4594dafd-43c5-4451-bb0e-28e4ce64e866", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162205Z:4594dafd-43c5-4451-bb0e-28e4ce64e866", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:22:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ebceeb5f-9f92-401f-82ee-66fad1157b1d", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162215Z:ebceeb5f-9f92-401f-82ee-66fad1157b1d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:22:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4ebf62e6-b733-4b74-9008-7b6d8ec117e6", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162225Z:4ebf62e6-b733-4b74-9008-7b6d8ec117e6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:22:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ff455280-6455-4ade-a6d0-c692240015f4", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162236Z:ff455280-6455-4ade-a6d0-c692240015f4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:17:04Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:22:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ecf7c83a-a077-4ff3-be66-891613d8072e", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162255Z:ecf7c83a-a077-4ff3-be66-891613d8072e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T16:19:10Z", + "backupId": "3f825dc5-f409-4225-1231-c38ecb2c779d", + "size": 331776, + "backupType": "Manual", + "provisioningState": "Succeeded", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backupStatus?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:24:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "15165a4d-f8eb-4d47-92c6-80529e8280fc", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162457Z:15165a4d-f8eb-4d47-92c6-80529e8280fc", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalTransferBytes": 271230, + "lastTransferSize": 271230, + "lastTransferType": "initialize" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:24:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3e43cc0c-4eea-4d88-b0c2-5e114a6522c6", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162457Z:3e43cc0c-4eea-4d88-b0c2-5e114a6522c6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", @@ -2500,23 +3014,20 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "424", + "Content-Length": "402", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "48d29efa-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -2530,32 +3041,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e685f8e-de8d-47d3-8fe9-0d872fc538d6?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d728b0d8-6a1b-44d4-8612-ca174947182a?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2317", + "Content-Length": "2483", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:18:22 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T14%3A18%3A22.9461152Z\u0027\u0022", + "Date": "Tue, 31 May 2022 16:24:58 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A24%3A58.7039774Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e685f8e-de8d-47d3-8fe9-0d872fc538d6?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d728b0d8-6a1b-44d4-8612-ca174947182a?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0dd8411-6b8f-4787-98ef-c91e37f4ccae", + "x-ms-correlation-request-id": "a890a319-563d-44f9-8543-108d6e50077b", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "67747dc6-f6ee-4156-8920-f2db51944d7a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141823Z:c0dd8411-6b8f-4787-98ef-c91e37f4ccae", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162458Z:a890a319-563d-44f9-8543-108d6e50077b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A18%3A22.9461152Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A24%3A58.7039774Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:12:29.8732585Z" + "CreatedOnDate": "2022-05-31T16:16:33.2606143Z" }, "properties": { "dataProtection": { @@ -2566,7 +3076,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -2594,10 +3104,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_165e36b8", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_2a2b4824", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -2609,8 +3119,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "c8929f00-9314-a415-00d7-5fdf652343a1", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "mountTargetId": "654dff83-9d5b-9061-0908-7acdf8b891b7", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "ipAddress": "10.7.0.4" } ], @@ -2623,44 +3133,48 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000 + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:16:33.4026655Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e685f8e-de8d-47d3-8fe9-0d872fc538d6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d728b0d8-6a1b-44d4-8612-ca174947182a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "48d29efa-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "573", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:18:52 GMT", + "Date": "Tue, 31 May 2022 16:25:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bc887df-2580-4a6d-ab47-800b06341bde", + "x-ms-correlation-request-id": "c1eac1aa-0899-46ed-b3ba-24459525d9e4", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "984c3772-2acf-40a3-a2b7-ef54f933ed79", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141853Z:3bc887df-2580-4a6d-ab47-800b06341bde", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162529Z:c1eac1aa-0899-46ed-b3ba-24459525d9e4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e685f8e-de8d-47d3-8fe9-0d872fc538d6", - "name": "8e685f8e-de8d-47d3-8fe9-0d872fc538d6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d728b0d8-6a1b-44d4-8612-ca174947182a", + "name": "d728b0d8-6a1b-44d4-8612-ca174947182a", "status": "Succeeded", - "startTime": "2022-02-28T14:18:22.9566649Z", - "endTime": "2022-02-28T14:18:47.464775Z", + "startTime": "2022-05-31T16:24:58.6968098Z", + "endTime": "2022-05-31T16:25:08.7027044Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -2668,42 +3182,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e685f8e-de8d-47d3-8fe9-0d872fc538d6?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d728b0d8-6a1b-44d4-8612-ca174947182a?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "48d29efa-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2718", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:18:52 GMT", + "Date": "Tue, 31 May 2022 16:25:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a2a20e6-471e-4141-b85e-743575f14f0a", + "x-ms-correlation-request-id": "27c5f6c9-9c60-431b-b0f5-7a325fc3925f", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "44f74dfe-972d-4f80-92c8-785ae6cb56e0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141853Z:3a2a20e6-471e-4141-b85e-743575f14f0a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162529Z:27c5f6c9-9c60-431b-b0f5-7a325fc3925f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A18%3A47.4572069Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A25%3A08.697316Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:12:29.8732585Z" + "CreatedOnDate": "2022-05-31T16:16:33.2606143Z" }, "properties": { "dataProtection": { @@ -2713,8 +3226,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", @@ -2745,19 +3257,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_165e36b8", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_2a2b4824", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "8d978854-8c1a-1980-ae2d-c8876438e72a", + "poolId": "6029fb36-1c88-6116-5a78-356dd05be958", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "c8929f00-9314-a415-00d7-5fdf652343a1", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "mountTargetId": "654dff83-9d5b-9061-0908-7acdf8b891b7", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "startIp": "", "endIp": "", "gateway": "", @@ -2780,20 +3292,24 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:24:58.6012916Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb3b2d8-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, @@ -2801,16 +3317,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:18:54 GMT", + "Date": "Tue, 31 May 2022 16:25:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b688ef27-f9d0-46ff-9220-f3e1c36dfe4c", + "x-ms-correlation-request-id": "e80d24e5-9fad-47d1-a455-690f2aa9825f", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "edb42513-f778-4051-9664-59e7ccd19094", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141855Z:b688ef27-f9d0-46ff-9220-f3e1c36dfe4c", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162531Z:e80d24e5-9fad-47d1-a455-690f2aa9825f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2821,72 +3336,68 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5ce85d1c-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c4a8391b-dc73-45f6-9704-0a9e7ec73c27?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 14:18:56 GMT", + "Date": "Tue, 31 May 2022 16:25:31 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c4a8391b-dc73-45f6-9704-0a9e7ec73c27?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4e9d04c-553d-4318-bbda-7d33380a8594", + "x-ms-correlation-request-id": "1c925456-7378-410d-8b9c-de89f7b66d26", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "b4e9d04c-553d-4318-bbda-7d33380a8594", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141857Z:b4e9d04c-553d-4318-bbda-7d33380a8594", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162532Z:1c925456-7378-410d-8b9c-de89f7b66d26", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c4a8391b-dc73-45f6-9704-0a9e7ec73c27?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5ce85d1c-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:19:27 GMT", + "Date": "Tue, 31 May 2022 16:26:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90e4a47a-596b-4793-8f7b-fa07e5316d2d", + "x-ms-correlation-request-id": "7f73c897-8b95-4027-8ac3-bd1500cf058c", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "abb0ed6c-89f5-4a7e-bb72-824c52d998d7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141927Z:90e4a47a-596b-4793-8f7b-fa07e5316d2d", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162602Z:7f73c897-8b95-4027-8ac3-bd1500cf058c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c4a8391b-dc73-45f6-9704-0a9e7ec73c27", - "name": "c4a8391b-dc73-45f6-9704-0a9e7ec73c27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030", + "name": "bb0d8536-98f6-4ff3-aa09-a20bfcf8d030", "status": "Deleting", - "startTime": "2022-02-28T14:18:57.1004514Z", + "startTime": "2022-05-31T16:25:32.1968653Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2895,39 +3406,38 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c4a8391b-dc73-45f6-9704-0a9e7ec73c27?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5ce85d1c-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "563", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:19:57 GMT", + "Date": "Tue, 31 May 2022 16:26:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e3967a5-c46c-4417-a1c1-72d10183ffc0", + "x-ms-correlation-request-id": "9c03b881-73bc-4a4b-8b6e-dea48062c514", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "6972a652-3a3c-4e01-a6dd-8cc05e997156", - "x-ms-routing-request-id": "WESTEUROPE:20220228T141957Z:9e3967a5-c46c-4417-a1c1-72d10183ffc0", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162632Z:9c03b881-73bc-4a4b-8b6e-dea48062c514", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c4a8391b-dc73-45f6-9704-0a9e7ec73c27", - "name": "c4a8391b-dc73-45f6-9704-0a9e7ec73c27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030", + "name": "bb0d8536-98f6-4ff3-aa09-a20bfcf8d030", "status": "Deleting", - "startTime": "2022-02-28T14:18:57.1004514Z", + "startTime": "2022-05-31T16:25:32.1968653Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2936,40 +3446,79 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c4a8391b-dc73-45f6-9704-0a9e7ec73c27?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5ce85d1c-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "574", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:20:27 GMT", + "Date": "Tue, 31 May 2022 16:27:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43b7af19-68bc-498a-b458-025b4e3a578a", + "x-ms-correlation-request-id": "7f39cdda-b747-417e-85b9-236e6c2a13ac", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "46ba3688-9974-420b-86cf-68597e130456", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142027Z:43b7af19-68bc-498a-b458-025b4e3a578a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162702Z:7f39cdda-b747-417e-85b9-236e6c2a13ac", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030", + "name": "bb0d8536-98f6-4ff3-aa09-a20bfcf8d030", + "status": "Deleting", + "startTime": "2022-05-31T16:25:32.1968653Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:27:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cf66b1fc-75e0-40a7-aaf1-a342ddbd77a2", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162732Z:cf66b1fc-75e0-40a7-aaf1-a342ddbd77a2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c4a8391b-dc73-45f6-9704-0a9e7ec73c27", - "name": "c4a8391b-dc73-45f6-9704-0a9e7ec73c27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030", + "name": "bb0d8536-98f6-4ff3-aa09-a20bfcf8d030", "status": "Succeeded", - "startTime": "2022-02-28T14:18:57.1004514Z", - "endTime": "2022-02-28T14:19:58.4040387Z", + "startTime": "2022-05-31T16:25:32.1968653Z", + "endTime": "2022-05-31T16:27:04.3293887Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -2977,42 +3526,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c4a8391b-dc73-45f6-9704-0a9e7ec73c27?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/bb0d8536-98f6-4ff3-aa09-a20bfcf8d030?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5ce85d1c-98a1-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2717", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:20:27 GMT", + "Date": "Tue, 31 May 2022 16:27:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbd593c7-7ed6-4c7c-b12c-6a0a13ffb082", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "569cdffe-1809-4958-86e0-34f7de6d709d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142028Z:bbd593c7-7ed6-4c7c-b12c-6a0a13ffb082", + "x-ms-correlation-request-id": "ea2f0515-3807-4a32-a4ce-827026436956", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20220531T162733Z:ea2f0515-3807-4a32-a4ce-827026436956", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A18%3A57.0787471Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A25%3A32.1670075Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:12:29.8732585Z" + "CreatedOnDate": "2022-05-31T16:16:33.2606143Z" }, "properties": { "dataProtection": { @@ -3022,8 +3570,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Deleting", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", @@ -3054,19 +3601,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_165e36b8", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_2a2b4824", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "8d978854-8c1a-1980-ae2d-c8876438e72a", + "poolId": "6029fb36-1c88-6116-5a78-356dd05be958", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "c8929f00-9314-a415-00d7-5fdf652343a1", - "fileSystemId": "c8929f00-9314-a415-00d7-5fdf652343a1", + "mountTargetId": "654dff83-9d5b-9061-0908-7acdf8b891b7", + "fileSystemId": "654dff83-9d5b-9061-0908-7acdf8b891b7", "startIp": "", "endIp": "", "gateway": "", @@ -3089,36 +3636,39 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:24:58.6012916Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0b20266c-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:23:49 GMT", + "Date": "Tue, 31 May 2022 16:30:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81f6cf16-f66b-42a9-82f7-a9b1406bb9b0", + "x-ms-correlation-request-id": "c0d27f3c-b555-4f42-bdbd-d05db21004b4", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "81f6cf16-f66b-42a9-82f7-a9b1406bb9b0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142350Z:81f6cf16-f66b-42a9-82f7-a9b1406bb9b0" + "x-ms-routing-request-id": "WESTEUROPE:20220531T163056Z:c0d27f3c-b555-4f42-bdbd-d05db21004b4" }, "ResponseBody": { "error": { @@ -3128,48 +3678,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1243cae8-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bf6ce08f-b0fd-47ee-817d-9053a397eeb6?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a44d21e7-5945-489f-8e79-ff2685216313?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 14:24:01 GMT", + "Date": "Tue, 31 May 2022 16:31:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bf6ce08f-b0fd-47ee-817d-9053a397eeb6?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a44d21e7-5945-489f-8e79-ff2685216313?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e55c7268-a355-4559-8cc8-08c6d44cf9a2", + "x-ms-correlation-request-id": "c6ec28d6-f948-40a4-aff5-5167299817a8", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "e55c7268-a355-4559-8cc8-08c6d44cf9a2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142402Z:e55c7268-a355-4559-8cc8-08c6d44cf9a2", + "x-ms-routing-request-id": "WESTEUROPE:20220531T163109Z:c6ec28d6-f948-40a4-aff5-5167299817a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bf6ce08f-b0fd-47ee-817d-9053a397eeb6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a44d21e7-5945-489f-8e79-ff2685216313?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1243cae8-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3177,7 +3722,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:24:31 GMT", + "Date": "Tue, 31 May 2022 16:31:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3185,18 +3730,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3273ee94-2e5d-47e9-8c0f-edc34e93286d", + "x-ms-correlation-request-id": "6c2c64fc-1948-4960-bb9e-8a9435cdcc75", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "3f570c14-3e86-4f41-8245-a5d80c36d5c1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142432Z:3273ee94-2e5d-47e9-8c0f-edc34e93286d", + "x-ms-routing-request-id": "WESTEUROPE:20220531T163139Z:6c2c64fc-1948-4960-bb9e-8a9435cdcc75", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bf6ce08f-b0fd-47ee-817d-9053a397eeb6", - "name": "bf6ce08f-b0fd-47ee-817d-9053a397eeb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a44d21e7-5945-489f-8e79-ff2685216313", + "name": "a44d21e7-5945-489f-8e79-ff2685216313", "status": "Succeeded", - "startTime": "2022-02-28T14:24:01.9115613Z", - "endTime": "2022-02-28T14:24:02.3447948Z", + "startTime": "2022-05-31T16:31:08.8303107Z", + "endTime": "2022-05-31T16:31:09.2991015Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -3204,15 +3748,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bf6ce08f-b0fd-47ee-817d-9053a397eeb6?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a44d21e7-5945-489f-8e79-ff2685216313?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1243cae8-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3220,7 +3762,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:24:32 GMT", + "Date": "Tue, 31 May 2022 16:31:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3228,23 +3770,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38475ce5-d3cb-4693-8354-42a8eb8cb7b3", + "x-ms-correlation-request-id": "be3e2900-a35f-4597-9703-22f9f17abcf4", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "d05be4ef-aeff-407a-8bce-c9b72d38b464", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142432Z:38475ce5-d3cb-4693-8354-42a8eb8cb7b3", + "x-ms-routing-request-id": "WESTEUROPE:20220531T163139Z:be3e2900-a35f-4597-9703-22f9f17abcf4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A24%3A01.9016847Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A31%3A08.8210334Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:06:24.0033607Z" + "CreatedOnDate": "2022-05-31T16:11:35.5383463Z" }, "properties": { - "poolId": "8d978854-8c1a-1980-ae2d-c8876438e72a", + "poolId": "6029fb36-1c88-6116-5a78-356dd05be958", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", @@ -3257,143 +3798,153 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2b82144c-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 14:24:42 GMT", + "Date": "Tue, 31 May 2022 16:32:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "104c3ca9-8a65-41d5-aeba-ceab80f7e01e", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "104c3ca9-8a65-41d5-aeba-ceab80f7e01e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142442Z:104c3ca9-8a65-41d5-aeba-ceab80f7e01e" + "x-ms-correlation-request-id": "f038bfd8-688e-4fac-a5e7-e59af290985e", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220531T163219Z:f038bfd8-688e-4fac-a5e7-e59af290985e" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3195b71c-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 14:24:52 GMT", + "Date": "Tue, 31 May 2022 16:33:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c1752b4-f81c-4aa8-9420-385e286f4a7a", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "4c1752b4-f81c-4aa8-9420-385e286f4a7a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142452Z:4c1752b4-f81c-4aa8-9420-385e286f4a7a" + "x-ms-correlation-request-id": "92f46cda-df57-41a7-b3df-ab05aa558668", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220531T163300Z:92f46cda-df57-41a7-b3df-ab05aa558668" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 31 May 2022 16:33:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9a0b5e17-864f-4622-b8a4-5e97d8c67a67", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220531T163318Z:9a0b5e17-864f-4622-b8a4-5e97d8c67a67" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "37ab57a6-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 14:25:02 GMT", + "Date": "Tue, 31 May 2022 16:38:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd589a85-df15-4fe6-9551-e8fc60cc1810", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "fd589a85-df15-4fe6-9551-e8fc60cc1810", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142503Z:fd589a85-df15-4fe6-9551-e8fc60cc1810" + "x-ms-correlation-request-id": "01f323c4-6ee9-4ff9-b724-f8eab32a415f", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T163832Z:01f323c4-6ee9-4ff9-b724-f8eab32a415f" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3dc0a524-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 14:25:12 GMT", + "Date": "Tue, 31 May 2022 16:38:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "613837f1-69df-43cf-860e-74aacb41b830", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "613837f1-69df-43cf-860e-74aacb41b830", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142513Z:613837f1-69df-43cf-860e-74aacb41b830" + "x-ms-correlation-request-id": "e44411be-9d2d-4aca-b070-b797e5ca4b1b", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T163833Z:e44411be-9d2d-4aca-b070-b797e5ca4b1b" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43d690cc-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:25:22 GMT", + "Date": "Tue, 31 May 2022 16:38:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5e0342c-93ef-4f97-94d3-2acf4685b4fe", + "x-ms-correlation-request-id": "627dd44e-5d92-463c-9dfb-67515d59fb89", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "c5e0342c-93ef-4f97-94d3-2acf4685b4fe", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142523Z:c5e0342c-93ef-4f97-94d3-2acf4685b4fe" + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T163843Z:627dd44e-5d92-463c-9dfb-67515d59fb89" }, "ResponseBody": { "error": { @@ -3403,48 +3954,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43fcb34c-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/aa0c9c59-c638-4aff-9470-8ef6329c3f57?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ee359e71-0053-40ee-b943-20264ddc9aea?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 14:25:23 GMT", + "Date": "Tue, 31 May 2022 16:38:43 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/aa0c9c59-c638-4aff-9470-8ef6329c3f57?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ee359e71-0053-40ee-b943-20264ddc9aea?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26ddc11b-e4b4-43da-a36d-a5462c698a16", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "26ddc11b-e4b4-43da-a36d-a5462c698a16", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142524Z:26ddc11b-e4b4-43da-a36d-a5462c698a16", + "x-ms-correlation-request-id": "dd452185-ffdc-4e4d-9580-cb11b2a1dbb8", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T163844Z:dd452185-ffdc-4e4d-9580-cb11b2a1dbb8", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/aa0c9c59-c638-4aff-9470-8ef6329c3f57?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ee359e71-0053-40ee-b943-20264ddc9aea?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43fcb34c-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3452,7 +3998,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:25:53 GMT", + "Date": "Tue, 31 May 2022 16:39:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3460,18 +4006,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8544330-e4f6-47ca-8b33-c243c6fdf66a", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "b10a76a8-3da9-4b66-9164-e02036b7941e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142554Z:f8544330-e4f6-47ca-8b33-c243c6fdf66a", + "x-ms-correlation-request-id": "bb30873c-6087-4010-bde7-41df88dcc580", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T163914Z:bb30873c-6087-4010-bde7-41df88dcc580", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/aa0c9c59-c638-4aff-9470-8ef6329c3f57", - "name": "aa0c9c59-c638-4aff-9470-8ef6329c3f57", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ee359e71-0053-40ee-b943-20264ddc9aea", + "name": "ee359e71-0053-40ee-b943-20264ddc9aea", "status": "Succeeded", - "startTime": "2022-02-28T14:25:24.3551411Z", - "endTime": "2022-02-28T14:25:24.420154Z", + "startTime": "2022-05-31T16:38:44.1575599Z", + "endTime": "2022-05-31T16:38:44.1888151Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -3479,15 +4024,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/aa0c9c59-c638-4aff-9470-8ef6329c3f57?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ee359e71-0053-40ee-b943-20264ddc9aea?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43fcb34c-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3495,7 +4038,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:25:54 GMT", + "Date": "Tue, 31 May 2022 16:39:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3503,55 +4046,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34c9ec18-8fe8-4616-a517-58bcd97d3d4d", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "03e11a76-8df0-4e22-8b26-d5b1608cd94c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142554Z:34c9ec18-8fe8-4616-a517-58bcd97d3d4d", + "x-ms-correlation-request-id": "287bfdd4-6389-40c3-892b-d934450f026e", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T163914Z:287bfdd4-6389-40c3-892b-d934450f026e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T14%3A25%3A24.336849Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A38%3A44.1496774Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T14:05:46.0567402Z" + "CreatedOnDate": "2022-05-31T16:11:01.5779238Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T16:11:03.3229881Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:11:03.3229881Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "57dee682-98a2-11ec-b0c7-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 14:25:56 GMT", + "Date": "Tue, 31 May 2022 16:39:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42eb1c73-41d9-4a24-9dba-a56cafec54e2", + "x-ms-correlation-request-id": "110f0ce3-08da-4594-83a3-6b34d4494c2c", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "42eb1c73-41d9-4a24-9dba-a56cafec54e2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T142557Z:42eb1c73-41d9-4a24-9dba-a56cafec54e2" + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T163916Z:110f0ce3-08da-4594-83a3-6b34d4494c2c" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_list_backup.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_list_backup.json index 440b2d4bc289..28906dc3f198 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_list_backup.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_list_backup.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:54:33 GMT", + "Date": "Fri, 27 May 2022 10:16:22 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AkXWk9KbY35Cj2ZkoAStH6E; expires=Wed, 30-Mar-2022 11:54:33 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrbq8puYHbotgvELV-bK-ltmKNy8YiSkV3HAK8dewSyTEl2CEDf7y21pHLPPLbPe0Ul7idAPF1CuDRg_IraLYBKUA_gJHbCAYHboXV-i5NQtHqS3wx-HXuYhJEmHoaD7rFKfJWjNdhxNPbmXZN3ULUaG4mH4epqaKeZXOUJdfdhm4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WEULR2 ProdSlices", - "x-ms-request-id": "4d2c2d1d-5710-407f-ba75-f4a3332f5e00" + "x-ms-ests-server": "2.1.12821.9 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AkXWk9KbY35Cj2ZkoAStH6E; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:54:33 GMT", + "Date": "Fri, 27 May 2022 10:16:22 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AkXWk9KbY35Cj2ZkoAStH6E; expires=Wed, 30-Mar-2022 11:54:33 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "8a799e26-30e8-421e-8544-700df59b3c00" + "x-ms-ests-server": "2.1.12794.7 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1a0ecf80-22e6-48bd-8001-8f3411292fb5", + "client-request-id": "e12f04f4-e249-462d-8619-730afaf8a5e0", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AkXWk9KbY35Cj2ZkoAStH6E; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "1a0ecf80-22e6-48bd-8001-8f3411292fb5", - "Content-Length": "1412", + "client-request-id": "e12f04f4-e249-462d-8619-730afaf8a5e0", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:54:33 GMT", + "Date": "Fri, 27 May 2022 10:16:22 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AkXWk9KbY35Cj2ZkoAStH6H7QncyAQAAAPiurtkOAAAA; expires=Wed, 30-Mar-2022 11:54:33 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NEULR1 ProdSlices", - "x-ms-request-id": "c94dd1df-b521-4b25-9eb0-9da39bc25e00" + "x-ms-ests-server": "2.1.12821.9 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3169e0ca-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0dc81e45-ee68-466f-8e98-ae3cb2d9caa3?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0bb5ee8b-5edd-4ed8-a1c7-819479c7aeac?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "696", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:54:38 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A54%3A38.5883251Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:16:30 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A16%3A30.330841Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d5aa28e-5b3e-4f44-8880-23edb4a65da7", + "x-ms-correlation-request-id": "b3fdfcd9-625e-46a0-aa2e-2937b12f94d1", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "25df9f3b-eb9d-463a-a23e-b13b81599e97", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115439Z:5d5aa28e-5b3e-4f44-8880-23edb4a65da7", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101631Z:b3fdfcd9-625e-46a0-aa2e-2937b12f94d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A54%3A38.5883251Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A16%3A30.330841Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:54:36.0887727Z" + "CreatedOnDate": "2022-05-27T10:16:26.4597106Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:16:29.589743Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:16:29.589743Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0dc81e45-ee68-466f-8e98-ae3cb2d9caa3?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0bb5ee8b-5edd-4ed8-a1c7-819479c7aeac?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3169e0ca-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:55:08 GMT", + "Date": "Fri, 27 May 2022 10:17:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd2ef98c-c23c-4d6a-a7e8-b5671623c8a5", + "x-ms-correlation-request-id": "e8dead31-b3bb-4377-86e1-0acfb7a249a8", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a332d9ba-82de-4fe4-9b06-81165c54a9a5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115509Z:dd2ef98c-c23c-4d6a-a7e8-b5671623c8a5", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101701Z:e8dead31-b3bb-4377-86e1-0acfb7a249a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0dc81e45-ee68-466f-8e98-ae3cb2d9caa3", - "name": "0dc81e45-ee68-466f-8e98-ae3cb2d9caa3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0bb5ee8b-5edd-4ed8-a1c7-819479c7aeac", + "name": "0bb5ee8b-5edd-4ed8-a1c7-819479c7aeac", "status": "Succeeded", - "startTime": "2022-02-28T11:54:38.5971508Z", - "endTime": "2022-02-28T11:54:38.6456083Z", + "startTime": "2022-05-27T10:16:30.3318748Z", + "endTime": "2022-05-27T10:16:30.3631055Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3169e0ca-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:55:09 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A54%3A38.6393121Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:17:01 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A16%3A30.3674866Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9327302f-0365-4456-8b82-a63a9d359b1c", + "x-ms-correlation-request-id": "da0772a8-6fe0-485c-8a84-cd483b64f862", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "c4a2c8e0-f50d-4b80-b0f1-eadcbd32acc5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115509Z:9327302f-0365-4456-8b82-a63a9d359b1c", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101702Z:da0772a8-6fe0-485c-8a84-cd483b64f862", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A54%3A38.6393121Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A16%3A30.3674866Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:54:36.0887727Z" + "CreatedOnDate": "2022-05-27T10:16:26.4597106Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:16:29.589743Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:16:29.589743Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "47666696-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/967c91b9-f3c6-4f44-88c9-f9fe98327e16?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/930af18a-34a2-4d25-a1fb-23484c9bb91a?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:55:11 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A55%3A11.3528549Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:17:04 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A17%3A04.1024262Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f46ca7cd-5580-4ac1-bcd0-8d1038e2459c", + "x-ms-correlation-request-id": "aee57b3f-b5c8-4011-8ead-88e337e70da0", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "2aae32ee-de96-46d5-8747-266e66f6d291", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115512Z:f46ca7cd-5580-4ac1-bcd0-8d1038e2459c", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101705Z:aee57b3f-b5c8-4011-8ead-88e337e70da0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A55%3A11.3528549Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A17%3A04.1024262Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:55:09.9996927Z" + "CreatedOnDate": "2022-05-27T10:17:02.5339302Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:03.6993942Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:17:03.6993942Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/967c91b9-f3c6-4f44-88c9-f9fe98327e16?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/930af18a-34a2-4d25-a1fb-23484c9bb91a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "47666696-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:55:41 GMT", + "Date": "Fri, 27 May 2022 10:17:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cbd4074b-eb54-4507-ba7c-168c34ec529f", + "x-ms-correlation-request-id": "25fbb534-bdbb-4ac0-ab4d-7c1c7cafd570", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "48156881-71e8-46bb-8b56-3c024ee433f7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115542Z:cbd4074b-eb54-4507-ba7c-168c34ec529f", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101735Z:25fbb534-bdbb-4ac0-ab4d-7c1c7cafd570", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/967c91b9-f3c6-4f44-88c9-f9fe98327e16", - "name": "967c91b9-f3c6-4f44-88c9-f9fe98327e16", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/930af18a-34a2-4d25-a1fb-23484c9bb91a", + "name": "930af18a-34a2-4d25-a1fb-23484c9bb91a", "status": "Succeeded", - "startTime": "2022-02-28T11:55:11.3626632Z", - "endTime": "2022-02-28T11:55:11.642677Z", + "startTime": "2022-05-27T10:17:04.1076001Z", + "endTime": "2022-05-27T10:17:05.068191Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "47666696-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:55:41 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A55%3A11.6345592Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:17:36 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A17%3A05.0595999Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1e9154e-be89-4b19-a896-960f11016306", + "x-ms-correlation-request-id": "50861db4-d540-4041-bff3-e463839d5327", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "9c69d061-cdaf-46a4-ba52-e651ba474b2a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115542Z:e1e9154e-be89-4b19-a896-960f11016306", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101736Z:50861db4-d540-4041-bff3-e463839d5327", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A55%3A11.6345592Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A17%3A05.0595999Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:55:09.9996927Z" + "CreatedOnDate": "2022-05-27T10:17:02.5339302Z" }, "properties": { - "poolId": "3aa1b9e1-d1bb-bd3a-7a6d-488efa2a4bf3", + "poolId": "9627bf68-9c72-e0f8-b62a-ed71e9ca230c", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:03.6993942Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:17:03.6993942Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:55:53 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A55%3A53.8418851Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:17:51 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A17%3A51.4971757Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58ca7716-d7a1-432c-94ad-1b2ac3e4acd4", + "x-ms-correlation-request-id": "6af4ff86-5485-468c-89b0-6cee7f4dc10a", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "fdc8bbc2-963a-4f29-836b-8e84c038b2bb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115554Z:58ca7716-d7a1-432c-94ad-1b2ac3e4acd4", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101752Z:6af4ff86-5485-468c-89b0-6cee7f4dc10a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A55%3A53.8418851Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A17%3A51.4971757Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:55:52.7673253Z" + "CreatedOnDate": "2022-05-27T10:17:47.1512723Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:49.0123706Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:17:49.0123706Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:56:24 GMT", + "Date": "Fri, 27 May 2022 10:18:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9654c07-f609-4389-bf33-6c96b0cc4eb6", + "x-ms-correlation-request-id": "9d6458cb-e355-455a-8932-47485cc8ee4b", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f7556d00-2e0f-4a40-b2b2-834e57b25fa4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115624Z:c9654c07-f609-4389-bf33-6c96b0cc4eb6", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101822Z:9d6458cb-e355-455a-8932-47485cc8ee4b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601", - "name": "63ca5501-9b60-4696-8dbc-fe2223872601", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5", + "name": "a330e2a1-af81-4ebd-9515-0d6db946abd5", "status": "Creating", - "startTime": "2022-02-28T11:55:53.8503334Z", + "startTime": "2022-05-27T10:17:51.5031946Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:56:54 GMT", + "Date": "Fri, 27 May 2022 10:18:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed5f0458-36dc-4043-8b24-030ca91d64cf", + "x-ms-correlation-request-id": "93dd33d3-3994-4b4b-99ac-9499df6a81e9", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "9f5eda43-c169-4d80-9b30-fbb59d80ef55", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115654Z:ed5f0458-36dc-4043-8b24-030ca91d64cf", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101852Z:93dd33d3-3994-4b4b-99ac-9499df6a81e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601", - "name": "63ca5501-9b60-4696-8dbc-fe2223872601", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5", + "name": "a330e2a1-af81-4ebd-9515-0d6db946abd5", "status": "Creating", - "startTime": "2022-02-28T11:55:53.8503334Z", + "startTime": "2022-05-27T10:17:51.5031946Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:57:24 GMT", + "Date": "Fri, 27 May 2022 10:19:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d03f333-c9d8-4dc9-bd02-e6c2cc09c581", + "x-ms-correlation-request-id": "69076963-1ac2-404f-81fc-5cd561dc4e41", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "9a6b6624-c875-4fea-8870-6a5a868e5929", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115724Z:6d03f333-c9d8-4dc9-bd02-e6c2cc09c581", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101923Z:69076963-1ac2-404f-81fc-5cd561dc4e41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601", - "name": "63ca5501-9b60-4696-8dbc-fe2223872601", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5", + "name": "a330e2a1-af81-4ebd-9515-0d6db946abd5", "status": "Creating", - "startTime": "2022-02-28T11:55:53.8503334Z", + "startTime": "2022-05-27T10:17:51.5031946Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:57:54 GMT", + "Date": "Fri, 27 May 2022 10:19:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0490f16b-9021-4372-809c-33a7f94cbb11", + "x-ms-correlation-request-id": "61ff57b4-3225-405e-8398-cfecc233b314", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "5892935c-d8fb-40f2-abc5-e48f5a565095", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115755Z:0490f16b-9021-4372-809c-33a7f94cbb11", + "x-ms-routing-request-id": "WESTEUROPE:20220527T101953Z:61ff57b4-3225-405e-8398-cfecc233b314", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601", - "name": "63ca5501-9b60-4696-8dbc-fe2223872601", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5", + "name": "a330e2a1-af81-4ebd-9515-0d6db946abd5", "status": "Creating", - "startTime": "2022-02-28T11:55:53.8503334Z", + "startTime": "2022-05-27T10:17:51.5031946Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:58:24 GMT", + "Date": "Fri, 27 May 2022 10:20:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bacf2807-261a-4ff3-93b6-d49ed465e219", + "x-ms-correlation-request-id": "f447a14d-3447-49d8-877c-7906b5794312", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7ce4bc4f-59f6-4457-8c97-a2b6c41db369", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115825Z:bacf2807-261a-4ff3-93b6-d49ed465e219", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102023Z:f447a14d-3447-49d8-877c-7906b5794312", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601", - "name": "63ca5501-9b60-4696-8dbc-fe2223872601", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5", + "name": "a330e2a1-af81-4ebd-9515-0d6db946abd5", "status": "Creating", - "startTime": "2022-02-28T11:55:53.8503334Z", + "startTime": "2022-05-27T10:17:51.5031946Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:58:54 GMT", + "Date": "Fri, 27 May 2022 10:20:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c56869e4-61f3-4ed7-b177-301ce007aaa1", + "x-ms-correlation-request-id": "f673a871-03bc-47e3-8e1c-6cb8411dd16c", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "616c7d93-0bcc-4529-8c06-8dc3747ebb26", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115855Z:c56869e4-61f3-4ed7-b177-301ce007aaa1", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102053Z:f673a871-03bc-47e3-8e1c-6cb8411dd16c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601", - "name": "63ca5501-9b60-4696-8dbc-fe2223872601", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5", + "name": "a330e2a1-af81-4ebd-9515-0d6db946abd5", "status": "Creating", - "startTime": "2022-02-28T11:55:53.8503334Z", + "startTime": "2022-05-27T10:17:51.5031946Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:59:24 GMT", + "Date": "Fri, 27 May 2022 10:21:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ee28a04-c7d8-4c41-9391-e1a2e82eeac7", + "x-ms-correlation-request-id": "dc21fb2f-2e5e-4359-9a5a-b2a50fd94f45", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "2152821e-eef6-42cf-8cc9-e09315538217", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115925Z:0ee28a04-c7d8-4c41-9391-e1a2e82eeac7", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102124Z:dc21fb2f-2e5e-4359-9a5a-b2a50fd94f45", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601", - "name": "63ca5501-9b60-4696-8dbc-fe2223872601", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5", + "name": "a330e2a1-af81-4ebd-9515-0d6db946abd5", "status": "Creating", - "startTime": "2022-02-28T11:55:53.8503334Z", + "startTime": "2022-05-27T10:17:51.5031946Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:59:55 GMT", + "Date": "Fri, 27 May 2022 10:21:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +946,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c046d119-6a9f-4d84-90d2-1b4ac9e19419", + "x-ms-correlation-request-id": "0dc31237-54d4-44c8-9799-ddb2af075004", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "c715a8b3-250c-4a2f-b31f-d13a9830c70c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T115955Z:c046d119-6a9f-4d84-90d2-1b4ac9e19419", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102154Z:0dc31237-54d4-44c8-9799-ddb2af075004", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601", - "name": "63ca5501-9b60-4696-8dbc-fe2223872601", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5", + "name": "a330e2a1-af81-4ebd-9515-0d6db946abd5", "status": "Creating", - "startTime": "2022-02-28T11:55:53.8503334Z", + "startTime": "2022-05-27T10:17:51.5031946Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +978,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:00:25 GMT", + "Date": "Fri, 27 May 2022 10:22:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +986,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4a6a37a-b2b9-4a68-9e74-d3b63f2f42a3", + "x-ms-correlation-request-id": "17fae548-d373-445d-8212-64908a31e7b5", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "c89fe435-8365-4666-ac1a-a23e6ce7e5b2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120025Z:e4a6a37a-b2b9-4a68-9e74-d3b63f2f42a3", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102225Z:17fae548-d373-445d-8212-64908a31e7b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63ca5501-9b60-4696-8dbc-fe2223872601", - "name": "63ca5501-9b60-4696-8dbc-fe2223872601", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a330e2a1-af81-4ebd-9515-0d6db946abd5", + "name": "a330e2a1-af81-4ebd-9515-0d6db946abd5", "status": "Succeeded", - "startTime": "2022-02-28T11:55:53.8503334Z", - "endTime": "2022-02-28T12:00:23.2416918Z", + "startTime": "2022-05-27T10:17:51.5031946Z", + "endTime": "2022-05-27T10:21:57.8170349Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +1004,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60e6caac-988d-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +1018,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:00:25 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A00%3A23.2374867Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:22:25 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A21%3A57.8177893Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +1027,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c26188ea-9f23-439a-90ca-1b328c189005", + "x-ms-correlation-request-id": "6fcb8c16-8512-46ea-a8de-794686f46868", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "720ee270-70bd-4a1d-b293-a232d10ea0e3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120026Z:c26188ea-9f23-439a-90ca-1b328c189005", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102225Z:6fcb8c16-8512-46ea-a8de-794686f46868", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A00%3A23.2374867Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A21%3A57.8177893Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:55:52.7673253Z" + "CreatedOnDate": "2022-05-27T10:17:47.1512723Z" }, "properties": { - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1070,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_eff01752", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1085,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "mountTargetId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,20 +1099,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:49.0123706Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:17:49.0123706Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "09f23226-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1127,8 +1127,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:00:36 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A00%3A23.2374867Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:22:35 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A21%3A57.8177893Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1136,23 +1136,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1135dd5-58e2-4a94-91d0-83567807d6a6", + "x-ms-correlation-request-id": "2c2fbb61-b4b0-4c3a-8ed7-d4ec196aa7b0", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "cd9e53ff-1e39-4111-adf7-031558589bfa", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120036Z:f1135dd5-58e2-4a94-91d0-83567807d6a6", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102235Z:2c2fbb61-b4b0-4c3a-8ed7-d4ec196aa7b0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A00%3A23.2374867Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A21%3A57.8177893Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:55:52.7673253Z" + "CreatedOnDate": "2022-05-27T10:17:47.1512723Z" }, "properties": { - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1180,10 +1179,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_eff01752", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1195,12 +1194,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "mountTargetId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1209,20 +1208,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:49.0123706Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:17:49.0123706Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a0e2e9a-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1230,7 +1236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:00:36 GMT", + "Date": "Fri, 27 May 2022 10:22:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1238,10 +1244,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6d58892-2b5a-4deb-bab8-989868891cd5", + "x-ms-correlation-request-id": "13b197a8-1d3f-4c3e-8a68-8cbe81d5281f", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "cca21dc8-4c0a-49cf-a120-7de928c9ab2e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120036Z:c6d58892-2b5a-4deb-bab8-989868891cd5", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102236Z:13b197a8-1d3f-4c3e-8a68-8cbe81d5281f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1250,32 +1255,26 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", + "Content-Length": "401", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a32a874-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -1289,36 +1288,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/05beff8f-8703-4d27-8404-4be79fcde6ca?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/04e4cf8e-d17a-4e35-b9f9-802ce8b54b9e?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2067", + "Content-Length": "2386", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:00:36 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A00%3A37.0026625Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:22:36 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A22%3A36.6565073Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/05beff8f-8703-4d27-8404-4be79fcde6ca?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/04e4cf8e-d17a-4e35-b9f9-802ce8b54b9e?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59d0cd09-28e0-4169-842d-390dc9f1c9e1", + "x-ms-correlation-request-id": "ca991d6f-3a01-4d5a-aadf-3afcdab1ef41", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "797768f3-1c6a-42e7-a495-4f9ea0d68785", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120037Z:59d0cd09-28e0-4169-842d-390dc9f1c9e1", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102236Z:ca991d6f-3a01-4d5a-aadf-3afcdab1ef41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A00%3A37.0026625Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A22%3A36.6565073Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:55:52.7673253Z" + "CreatedOnDate": "2022-05-27T10:17:47.1512723Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1346,10 +1344,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_eff01752", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1361,12 +1359,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "mountTargetId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1374,20 +1372,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:49.0123706Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:17:49.0123706Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/05beff8f-8703-4d27-8404-4be79fcde6ca?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/04e4cf8e-d17a-4e35-b9f9-802ce8b54b9e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a32a874-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1395,7 +1400,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:01:06 GMT", + "Date": "Fri, 27 May 2022 10:23:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1403,18 +1408,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9f792f3-bef2-4f03-b8bc-663348935e3e", + "x-ms-correlation-request-id": "53f31f8a-8b74-4d81-8962-e06b2fde788d", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "84229cee-a3fe-43c8-88a1-6aa192b5a8a6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120107Z:c9f792f3-bef2-4f03-b8bc-663348935e3e", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102307Z:53f31f8a-8b74-4d81-8962-e06b2fde788d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/05beff8f-8703-4d27-8404-4be79fcde6ca", - "name": "05beff8f-8703-4d27-8404-4be79fcde6ca", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/04e4cf8e-d17a-4e35-b9f9-802ce8b54b9e", + "name": "04e4cf8e-d17a-4e35-b9f9-802ce8b54b9e", "status": "Succeeded", - "startTime": "2022-02-28T12:00:37.0185705Z", - "endTime": "2022-02-28T12:00:56.5250778Z", + "startTime": "2022-05-27T10:22:36.6558133Z", + "endTime": "2022-05-27T10:22:54.9961183Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1422,15 +1426,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/05beff8f-8703-4d27-8404-4be79fcde6ca?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/04e4cf8e-d17a-4e35-b9f9-802ce8b54b9e?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a32a874-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1438,7 +1440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:01:07 GMT", + "Date": "Fri, 27 May 2022 10:23:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,20 +1448,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d43b77b0-2507-409b-99af-36f873b0e0a5", + "x-ms-correlation-request-id": "d7ae0f77-5f2c-4ec4-9fa0-5777d9c7b400", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "e1261ea3-247e-4067-a1cc-777ebf133d08", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120108Z:d43b77b0-2507-409b-99af-36f873b0e0a5", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102307Z:d7ae0f77-5f2c-4ec4-9fa0-5777d9c7b400", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A00%3A56.5095759Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A22%3A54.9969866Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T12:00:36.7417301Z" + "CreatedOnDate": "2022-05-27T10:22:36.3359293Z" }, "properties": { "dataProtection": { @@ -1469,11 +1470,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1501,19 +1501,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_eff01752", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "3aa1b9e1-d1bb-bd3a-7a6d-488efa2a4bf3", + "poolId": "9627bf68-9c72-e0f8-b62a-ed71e9ca230c", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "mountTargetId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "startIp": "", "endIp": "", "gateway": "", @@ -1522,7 +1522,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1536,22 +1536,32 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:49.0123706Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:22:36.5466674Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "68", + "Content-Length": "81", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1cea2000-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -1561,21 +1571,20 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/adcfcbf1-d351-4907-b033-8f427adb9f5f?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c2788920-e552-40c4-acec-46f2b36d28b4?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Length": "523", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:01:07 GMT", + "Date": "Fri, 27 May 2022 10:23:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/adcfcbf1-d351-4907-b033-8f427adb9f5f?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c2788920-e552-40c4-acec-46f2b36d28b4?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d5aba12-4879-44ee-86db-a4a455efe19c", + "x-ms-correlation-request-id": "def918fb-40df-4f08-b5f7-a22836a82d03", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "240b7eb4-9e0a-454d-9d8a-442114b74c97", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120108Z:6d5aba12-4879-44ee-86db-a4a455efe19c", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102307Z:def918fb-40df-4f08-b5f7-a22836a82d03", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1590,15 +1599,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/adcfcbf1-d351-4907-b033-8f427adb9f5f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c2788920-e552-40c4-acec-46f2b36d28b4?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1cea2000-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1606,7 +1613,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:01:37 GMT", + "Date": "Fri, 27 May 2022 10:23:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1614,18 +1621,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f8dcf0e-3770-4e39-997f-9bcf910e5701", + "x-ms-correlation-request-id": "4bc18816-8069-42e2-91db-3b657cd3e312", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "17581e9b-f136-4251-b6f7-f570ad9d3fce", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120138Z:6f8dcf0e-3770-4e39-997f-9bcf910e5701", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102338Z:4bc18816-8069-42e2-91db-3b657cd3e312", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/adcfcbf1-d351-4907-b033-8f427adb9f5f", - "name": "adcfcbf1-d351-4907-b033-8f427adb9f5f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c2788920-e552-40c4-acec-46f2b36d28b4", + "name": "c2788920-e552-40c4-acec-46f2b36d28b4", "status": "Succeeded", - "startTime": "2022-02-28T12:01:08.2028165Z", - "endTime": "2022-02-28T12:01:08.6484604Z", + "startTime": "2022-05-27T10:23:07.6072584Z", + "endTime": "2022-05-27T10:23:09.4354353Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" @@ -1633,62 +1639,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/adcfcbf1-d351-4907-b033-8f427adb9f5f?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c2788920-e552-40c4-acec-46f2b36d28b4?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1cea2000-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "722", + "Content-Length": "731", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:01:38 GMT", + "Date": "Fri, 27 May 2022 10:23:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c094d1ab-f397-4b2c-bab6-d9d77e1bdf33", + "x-ms-correlation-request-id": "dde74503-6462-48e5-bccd-41db47cbe959", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "825fb672-0523-45da-9d5b-382a123303b4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120138Z:c094d1ab-f397-4b2c-bab6-d9d77e1bdf33", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102338Z:dde74503-6462-48e5-bccd-41db47cbe959", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "2/28/2022 12:01:08 PM", + "etag": "5/27/2022 10:23:09 AM", "location": "", "properties": { - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "35242206-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1696,7 +1697,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:01:48 GMT", + "Date": "Fri, 27 May 2022 10:23:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1704,10 +1705,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a36cc64c-45b2-4abd-9291-a5ca600e0a20", + "x-ms-correlation-request-id": "3a1c4571-cdb6-4e9a-af2b-e269f17ea500", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "4f088d96-4c9b-42e2-86da-16e775fef484", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120149Z:a36cc64c-45b2-4abd-9291-a5ca600e0a20", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102349Z:3a1c4571-cdb6-4e9a-af2b-e269f17ea500", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1716,27 +1716,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3b4ef336-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1744,7 +1742,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:01:58 GMT", + "Date": "Fri, 27 May 2022 10:23:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1752,10 +1750,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "473184c0-cc5f-4d49-bb21-ac6eb9cfbb17", + "x-ms-correlation-request-id": "ba019398-d9b7-4ae1-8c6a-8dc15b1112b8", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "27bb5887-7379-42a8-9a58-546878418461", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120159Z:473184c0-cc5f-4d49-bb21-ac6eb9cfbb17", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102359Z:ba019398-d9b7-4ae1-8c6a-8dc15b1112b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1764,27 +1761,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "417418cc-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1792,7 +1787,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:02:09 GMT", + "Date": "Fri, 27 May 2022 10:24:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1800,10 +1795,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cc6dbe8-0d2c-4964-a706-5afe37ba13b4", + "x-ms-correlation-request-id": "d29ce86e-88e7-4d3c-a1b4-35fc84365754", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "bd77f949-4df9-47bf-9b38-8ff8017d2ba4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120209Z:7cc6dbe8-0d2c-4964-a706-5afe37ba13b4", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102410Z:d29ce86e-88e7-4d3c-a1b4-35fc84365754", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1812,27 +1806,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "479de7e6-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1840,7 +1832,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:02:19 GMT", + "Date": "Fri, 27 May 2022 10:24:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1848,10 +1840,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f71fc98b-5463-499f-97eb-2f5289250eb6", + "x-ms-correlation-request-id": "b138330c-8361-4f46-9de7-0c329616c3b5", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "df277e2f-fb8a-4a9e-b831-f04658d41cf1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120220Z:f71fc98b-5463-499f-97eb-2f5289250eb6", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102421Z:b138330c-8361-4f46-9de7-0c329616c3b5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1860,27 +1851,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4dcbf004-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1888,7 +1877,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:02:29 GMT", + "Date": "Fri, 27 May 2022 10:24:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1896,10 +1885,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b64b4bf-2ffa-47be-bf44-326dfeef2778", + "x-ms-correlation-request-id": "fc16b9e5-ee3c-488a-8736-9fdc7dab2ff2", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "720e3c82-9cb2-4c69-a479-5cf09c9187d4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120230Z:5b64b4bf-2ffa-47be-bf44-326dfeef2778", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102432Z:fc16b9e5-ee3c-488a-8736-9fdc7dab2ff2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1908,27 +1896,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "53ec817e-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1936,7 +1922,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:02:39 GMT", + "Date": "Fri, 27 May 2022 10:24:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1944,10 +1930,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebecd28c-9101-4fb7-adb1-8300ee012325", + "x-ms-correlation-request-id": "8e8ccea4-b0b0-4519-9aa8-7b6d5323c498", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "30d5b4e8-b57c-4eff-bbd8-f3a4049bec6b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120240Z:ebecd28c-9101-4fb7-adb1-8300ee012325", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102443Z:8e8ccea4-b0b0-4519-9aa8-7b6d5323c498", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1956,27 +1941,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5a19c458-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1984,7 +1967,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:02:50 GMT", + "Date": "Fri, 27 May 2022 10:24:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1992,10 +1975,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fe86866-4bd4-49b4-9661-75cf9bc0811c", + "x-ms-correlation-request-id": "d7e5919c-f0f6-42f4-9fe5-eddd0637d069", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "546fff65-6344-4495-816f-d7f4848542fa", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120250Z:5fe86866-4bd4-49b4-9661-75cf9bc0811c", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102454Z:d7e5919c-f0f6-42f4-9fe5-eddd0637d069", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2004,27 +1986,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "603c85b4-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2032,7 +2012,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:03:01 GMT", + "Date": "Fri, 27 May 2022 10:25:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2040,10 +2020,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "167ced1f-fbec-4544-9016-19976040746a", + "x-ms-correlation-request-id": "2554ff45-705c-4ab5-8433-7536870db12d", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "dfbcf5cb-610f-4a00-80a2-b0ca4bf4f0ae", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120301Z:167ced1f-fbec-4544-9016-19976040746a", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102505Z:2554ff45-705c-4ab5-8433-7536870db12d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2052,27 +2031,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "665ae62a-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2080,7 +2057,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:03:11 GMT", + "Date": "Fri, 27 May 2022 10:25:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2088,10 +2065,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4be41ec-e6fb-4509-b8b6-b078035bd070", + "x-ms-correlation-request-id": "0e238465-06ac-432f-bf15-c8d8bd12dedf", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "1741da5e-ee16-491a-ae7f-b8e2a1f8a53e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120311Z:d4be41ec-e6fb-4509-b8b6-b078035bd070", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102516Z:0e238465-06ac-432f-bf15-c8d8bd12dedf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2100,27 +2076,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6c78fd3a-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2128,7 +2102,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:03:21 GMT", + "Date": "Fri, 27 May 2022 10:25:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2136,10 +2110,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ae7e237-8c88-4e37-b5f6-733203df794f", + "x-ms-correlation-request-id": "01845892-c595-4e9e-b475-e951954adfcf", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "7d707cdf-5e94-41e3-a4d5-71d70cb8482d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120321Z:1ae7e237-8c88-4e37-b5f6-733203df794f", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102527Z:01845892-c595-4e9e-b475-e951954adfcf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2148,27 +2121,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "729752f2-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2176,7 +2147,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:03:31 GMT", + "Date": "Fri, 27 May 2022 10:25:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2184,10 +2155,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf1cc25c-b49a-432a-a134-3bd160693b45", + "x-ms-correlation-request-id": "f7ea968d-d013-40e3-87b7-b234ae47dd80", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "2f615241-bb9d-498a-9bf1-8fb221ebc4e9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120332Z:cf1cc25c-b49a-432a-a134-3bd160693b45", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102539Z:f7ea968d-d013-40e3-87b7-b234ae47dd80", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2196,27 +2166,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "78c10dda-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2224,7 +2192,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:03:42 GMT", + "Date": "Fri, 27 May 2022 10:25:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2232,10 +2200,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e29426d9-7707-4c69-9a03-fcfdeecde55b", + "x-ms-correlation-request-id": "f2386bea-0fbd-4d2b-8a22-a919bc1cb349", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "4e60a67c-c027-41a2-a9e6-8f3e06a8ee81", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120342Z:e29426d9-7707-4c69-9a03-fcfdeecde55b", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102550Z:f2386bea-0fbd-4d2b-8a22-a919bc1cb349", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2244,27 +2211,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7ee36780-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2272,7 +2237,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:03:52 GMT", + "Date": "Fri, 27 May 2022 10:26:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2280,10 +2245,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ebb08d5-65eb-49b2-84c7-1fe7f22e4e12", + "x-ms-correlation-request-id": "1b8df415-76fb-4e5e-9623-f505253a76e3", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "1d36194e-0502-414c-ad6d-b985de21b93d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120352Z:6ebb08d5-65eb-49b2-84c7-1fe7f22e4e12", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102601Z:1b8df415-76fb-4e5e-9623-f505253a76e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2292,27 +2256,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "850560d2-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2320,7 +2282,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:04:02 GMT", + "Date": "Fri, 27 May 2022 10:26:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2328,10 +2290,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "095ba3ec-db5f-488f-8cea-f7e065e39310", + "x-ms-correlation-request-id": "5cdf4fe3-5b54-4b02-8216-c90042e9b910", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "e0f1080f-10b2-48c9-8c0e-88c00602b123", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120402Z:095ba3ec-db5f-488f-8cea-f7e065e39310", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102612Z:5cdf4fe3-5b54-4b02-8216-c90042e9b910", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2340,27 +2301,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8b2a35be-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2368,7 +2327,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:04:13 GMT", + "Date": "Fri, 27 May 2022 10:26:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2376,10 +2335,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48333a0b-88f5-4a99-add6-34a213caee32", + "x-ms-correlation-request-id": "d87feceb-b5bf-4594-b0a8-689993ae84cd", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "4eaabf26-76cb-41ae-bce0-9f21ede5fd91", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120413Z:48333a0b-88f5-4a99-add6-34a213caee32", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102622Z:d87feceb-b5bf-4594-b0a8-689993ae84cd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2388,27 +2346,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "914befbe-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2416,7 +2372,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:04:23 GMT", + "Date": "Fri, 27 May 2022 10:26:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2424,10 +2380,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "967e7b0b-7220-47db-89b1-82728faee381", + "x-ms-correlation-request-id": "534726ba-15e9-4a3f-a6e5-70cb3b46bc68", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "76a31f9b-02b4-4b1c-8b4a-003240b34822", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120423Z:967e7b0b-7220-47db-89b1-82728faee381", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102633Z:534726ba-15e9-4a3f-a6e5-70cb3b46bc68", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2436,27 +2391,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "976e356e-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2464,7 +2417,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:04:33 GMT", + "Date": "Fri, 27 May 2022 10:26:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2472,10 +2425,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5584f426-6046-47db-8631-2144300e78a2", + "x-ms-correlation-request-id": "8c85e355-3cb6-4896-bf48-423e5675bac7", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "d20d4c57-1fae-469a-a87f-e503a6452822", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120433Z:5584f426-6046-47db-8631-2144300e78a2", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102644Z:8c85e355-3cb6-4896-bf48-423e5675bac7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2484,27 +2436,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9d8eab68-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2512,7 +2462,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:04:43 GMT", + "Date": "Fri, 27 May 2022 10:26:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2520,10 +2470,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ae877c1-375d-4a89-8759-43b378628dcc", + "x-ms-correlation-request-id": "2533ff29-8f2a-4166-a085-bbc9270d3d87", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "924faf21-fed7-4180-8f6a-87c287d44642", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120444Z:4ae877c1-375d-4a89-8759-43b378628dcc", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102655Z:2533ff29-8f2a-4166-a085-bbc9270d3d87", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2532,27 +2481,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a3af4bec-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2560,7 +2507,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:04:53 GMT", + "Date": "Fri, 27 May 2022 10:27:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2568,10 +2515,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f372342e-6ac4-4541-9ef1-941177a04b2b", + "x-ms-correlation-request-id": "33374132-f41e-487a-bd21-9597fb5c048d", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "7f1d6b40-83b4-4358-bd7d-0f33e2a945e0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120454Z:f372342e-6ac4-4541-9ef1-941177a04b2b", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102708Z:33374132-f41e-487a-bd21-9597fb5c048d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2580,27 +2526,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a9d1c216-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2608,7 +2552,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:05:04 GMT", + "Date": "Fri, 27 May 2022 10:27:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2616,10 +2560,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "149329f8-26b5-4790-8fb2-156137753077", + "x-ms-correlation-request-id": "1d1db72e-0aeb-4b7e-bd4a-28f924b9f6fb", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "084205c7-36d4-461e-b4a4-69191a30474a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120504Z:149329f8-26b5-4790-8fb2-156137753077", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102719Z:1d1db72e-0aeb-4b7e-bd4a-28f924b9f6fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2628,27 +2571,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "afedd19e-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2656,7 +2597,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:05:14 GMT", + "Date": "Fri, 27 May 2022 10:27:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2664,10 +2605,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d9d82be-cec5-4b09-989c-ec371febfa14", + "x-ms-correlation-request-id": "79f557c1-378d-4b0d-b77a-b09597887957", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "47ee6f59-221b-4e5c-91ee-18965a85adb3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120514Z:7d9d82be-cec5-4b09-989c-ec371febfa14", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102729Z:79f557c1-378d-4b0d-b77a-b09597887957", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2676,27 +2616,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:08Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b616d070-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2704,7 +2642,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:05:24 GMT", + "Date": "Fri, 27 May 2022 10:27:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2712,10 +2650,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b31ce51b-c03e-4dc5-9bea-6421bd50cc14", + "x-ms-correlation-request-id": "9bc410a5-ec7e-4434-bb35-1a030026e456", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "825e451e-b9a8-4624-8b76-a335cfccd399", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120525Z:b31ce51b-c03e-4dc5-9bea-6421bd50cc14", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102740Z:9bc410a5-ec7e-4434-bb35-1a030026e456", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2724,27 +2661,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:15Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", - "size": 323584, + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b6403a82-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2752,7 +2687,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:05:24 GMT", + "Date": "Fri, 27 May 2022 10:27:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2760,163 +2695,126 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f03bc3eb-3777-426f-bad4-04b4007255b8", + "x-ms-correlation-request-id": "a181a41a-7ae7-4d3a-b691-571cbbddb357", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "447202ac-f37c-45c6-8dc7-3f5680879201", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120525Z:f03bc3eb-3777-426f-bad4-04b4007255b8", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102751Z:a181a41a-7ae7-4d3a-b691-571cbbddb357", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "value": [ - { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", - "name": "sdk-py-tests-acc-1/cbsvault", - "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } - } - ] + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b65e11c4-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "RequestBody": { + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:28:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "77810fa1-a034-458e-86d3-c34f66850a96", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102804Z:77810fa1-a034-458e-86d3-c34f66850a96", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "serviceLevel": "Premium", - "usageThreshold": 107374182400, - "throughputMibps": 0.0, - "dataProtection": { - "backup": { - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", - "backupEnabled": true - } - }, - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0 + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "StatusCode": 202, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c167396-a107-4ee9-ab20-8e637bf92bbe?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "2317", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:05:25 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A05%3A25.8236871Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:28:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c167396-a107-4ee9-ab20-8e637bf92bbe?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "057e0ff3-a294-4a63-8ac9-3a142afd5df0", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "c01216d6-93f6-4da4-922f-e67c4880170f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120525Z:057e0ff3-a294-4a63-8ac9-3a142afd5df0", + "x-ms-correlation-request-id": "c6fe5936-e002-47c4-86d2-7494d9c77e13", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102815Z:c6fe5936-e002-47c4-86d2-7494d9c77e13", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A05%3A25.8236871Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-02-28T12:00:36.7417301Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Patching", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c167396-a107-4ee9-ab20-8e637bf92bbe?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b65e11c4-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2924,7 +2822,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:05:55 GMT", + "Date": "Fri, 27 May 2022 10:28:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2932,34 +2830,36 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9407d2d8-891f-4572-b9a7-0dfe0a21075e", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "f0304f86-e915-4203-b00a-821ae00fc753", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120556Z:9407d2d8-891f-4572-b9a7-0dfe0a21075e", + "x-ms-correlation-request-id": "105eb4e5-1ff5-4e0f-8aa3-a51067636a7f", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102826Z:105eb4e5-1ff5-4e0f-8aa3-a51067636a7f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c167396-a107-4ee9-ab20-8e637bf92bbe", - "name": "4c167396-a107-4ee9-ab20-8e637bf92bbe", - "status": "Succeeded", - "startTime": "2022-02-28T12:05:25.8307293Z", - "endTime": "2022-02-28T12:05:32.9320669Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c167396-a107-4ee9-ab20-8e637bf92bbe?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b65e11c4-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2967,7 +2867,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:05:55 GMT", + "Date": "Fri, 27 May 2022 10:28:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2975,36 +2875,719 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ce2dc9f-e17c-4276-89be-21c0e45311c5", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "fceadf4c-06e2-472a-9eb3-a32ee5ebe154", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120556Z:1ce2dc9f-e17c-4276-89be-21c0e45311c5", + "x-ms-correlation-request-id": "3d3909a0-56c7-4107-b059-6d943ac0ee39", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102836Z:3d3909a0-56c7-4107-b059-6d943ac0ee39", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A05%3A32.9226572Z\u0027\u0022", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-02-28T12:05:25.5851130Z" - }, "properties": { - "dataProtection": { - "backup": { - "backupEnabled": true, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", - "usageThreshold": 107374182400, - "usedBytes": 0, + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:28:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bb17367c-5147-4c5d-9f3a-83feb86b6e77", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102847Z:bb17367c-5147-4c5d-9f3a-83feb86b6e77", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:28:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "161f93ed-f15b-4eb1-b994-752dcd52fdfd", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102858Z:161f93ed-f15b-4eb1-b994-752dcd52fdfd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:29:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "74fa70d1-1045-4ca7-9c3e-794c1f4ae881", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102909Z:74fa70d1-1045-4ca7-9c3e-794c1f4ae881", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:29:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9c82d368-5ae4-410b-9be2-08be3a7919d9", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102920Z:9c82d368-5ae4-410b-9be2-08be3a7919d9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:29:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1c8c8055-5aaa-4536-866d-7088e3fd810a", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102931Z:1c8c8055-5aaa-4536-866d-7088e3fd810a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:29:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1f09a027-d282-46c0-a7a3-c5e17a0f9cfd", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102941Z:1f09a027-d282-46c0-a7a3-c5e17a0f9cfd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:29:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5ce9f2dc-6dce-4983-aa59-42172843e70d", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "WESTEUROPE:20220527T102953Z:5ce9f2dc-6dce-4983-aa59-42172843e70d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:30:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cc2dd0da-63b2-481e-a12f-774ac36b83a7", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103004Z:cc2dd0da-63b2-481e-a12f-774ac36b83a7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:30:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "83f56c23-f7f9-4f02-b983-1dba58b3690d", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103015Z:83f56c23-f7f9-4f02-b983-1dba58b3690d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:30:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c5dce397-7600-438f-af33-dba5be93b398", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103025Z:c5dce397-7600-438f-af33-dba5be93b398", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:30:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b407a241-28ff-44bd-81f6-a7d2694d6171", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103036Z:b407a241-28ff-44bd-81f6-a7d2694d6171", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:30:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e03d4dae-00b7-4ab7-9f1f-b05ad20c9218", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103047Z:e03d4dae-00b7-4ab7-9f1f-b05ad20c9218", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:30:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ef9690b8-484e-4a49-8a10-35b7ad6a9b47", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103058Z:ef9690b8-484e-4a49-8a10-35b7ad6a9b47", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:30:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9528b7e0-9866-4797-8e93-aa44ce3991e4", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103059Z:9528b7e0-9866-4797-8e93-aa44ce3991e4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", + "name": "sdk-py-tests-acc-1/cbsvault", + "type": "Microsoft.NetApp/netAppAccounts/vaults", + "properties": {} + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "401", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "properties": { + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "dataProtection": { + "backup": { + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", + "backupEnabled": true + } + }, + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:30:59 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A30%3A59.298203Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3d6174a8-cc55-4f89-b30c-8836b87064c1", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103059Z:3d6174a8-cc55-4f89-b30c-8836b87064c1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A30%3A59.298203Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-27T10:22:36.3359293Z" + }, + "properties": { + "dataProtection": { + "backup": { + "backupEnabled": true, + "policyEnforced": false, + "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" + } + }, + "provisioningState": "Succeeded", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, "exportPolicy": { "rules": [ { @@ -3013,7 +3596,6 @@ "unixReadWrite": true, "cifs": false, "nfsv3": true, - "nfsv4": false, "nfsv41": false, "allowedClients": "0.0.0.0/0", "kerberos5ReadOnly": false, @@ -3030,81 +3612,788 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_eff01752", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "3aa1b9e1-d1bb-bd3a-7a6d-488efa2a4bf3", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "encryptionKeySource": "Microsoft.NetApp", + "mountTargets": [ + { + "mountTargetId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:49.0123706Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:30:59.1769989Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "81", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "southcentralusstage", + "properties": { + "useExistingSnapshot": false + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12293c5b-a7c3-45d9-82ce-d75f72a8b787?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "523", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:30:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12293c5b-a7c3-45d9-82ce-d75f72a8b787?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9a1973e9-e7ad-49f9-99a8-a197a7934993", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103059Z:9a1973e9-e7ad-49f9-99a8-a197a7934993", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "provisioningState": "Creating", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12293c5b-a7c3-45d9-82ce-d75f72a8b787?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:31:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f9681f20-1d21-48b6-856e-2aed6d8b9d17", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103130Z:f9681f20-1d21-48b6-856e-2aed6d8b9d17", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12293c5b-a7c3-45d9-82ce-d75f72a8b787", + "name": "12293c5b-a7c3-45d9-82ce-d75f72a8b787", + "status": "Succeeded", + "startTime": "2022-05-27T10:30:59.6981228Z", + "endTime": "2022-05-27T10:31:01.3785299Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12293c5b-a7c3-45d9-82ce-d75f72a8b787?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "731", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:31:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "82f64cf0-d949-4e3a-98fe-330abc5d22fe", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103130Z:82f64cf0-d949-4e3a-98fe-330abc5d22fe", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "etag": "5/27/2022 10:31:01 AM", + "location": "", + "properties": { + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "creationDate": "0001-01-01T00:00:00Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "failureReason": "None", + "useExistingSnapshot": false, + "provisioningState": "Creating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:31:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "14bb3525-e1ab-4061-97aa-a236a7786e9a", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103142Z:14bb3525-e1ab-4061-97aa-a236a7786e9a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:31:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ce497ec5-4055-433a-b9d7-e2bb092a83ee", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103153Z:ce497ec5-4055-433a-b9d7-e2bb092a83ee", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:32:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dfe81c69-8519-4df2-bf89-03319414ba3a", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103204Z:dfe81c69-8519-4df2-bf89-03319414ba3a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:32:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "195c085a-59b7-4ec4-a805-e040a06ab347", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103215Z:195c085a-59b7-4ec4-a805-e040a06ab347", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:32:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aaf390da-8ad4-4435-82aa-015b1be97a65", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103226Z:aaf390da-8ad4-4435-82aa-015b1be97a65", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:32:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "646debd5-9a6c-4eb0-b326-2f344968d170", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103237Z:646debd5-9a6c-4eb0-b326-2f344968d170", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:32:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8ba81026-cd66-47b9-b0d5-f9364540e4cb", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103248Z:8ba81026-cd66-47b9-b0d5-f9364540e4cb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:32:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cac5c21c-cfc9-4bfb-8a5c-553149792f8a", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103259Z:cac5c21c-cfc9-4bfb-8a5c-553149792f8a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:33:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ad531bb3-7475-4131-b1dc-a1d4a7a72f93", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103310Z:ad531bb3-7475-4131-b1dc-a1d4a7a72f93", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:33:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9f6ef96b-3cbf-4639-a0e6-66af004fc642", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103321Z:9f6ef96b-3cbf-4639-a0e6-66af004fc642", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:33:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5bca0324-1290-4a14-9888-29ba9e84a84f", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103332Z:5bca0324-1290-4a14-9888-29ba9e84a84f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:33:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "77fefdf1-fa90-4b69-b415-5d36174ea789", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103343Z:77fefdf1-fa90-4b69-b415-5d36174ea789", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "68", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c8c2e178-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "RequestBody": { + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:33:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d9f4318f-4147-4824-b90f-e51bca6c0313", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103354Z:d9f4318f-4147-4824-b90f-e51bca6c0313", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/64ca9128-ef77-4ee4-bf93-43a7bd5ac512?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:05:55 GMT", + "Date": "Fri, 27 May 2022 10:34:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/64ca9128-ef77-4ee4-bf93-43a7bd5ac512?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1391669-7a0c-4d5d-9299-2af657160d87", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "92dc7516-7c5e-4158-b80d-1cc3d138b2ab", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120556Z:c1391669-7a0c-4d5d-9299-2af657160d87", + "x-ms-correlation-request-id": "3eb6f9bf-dc59-45e8-9d43-70a157b14bd9", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103415Z:3eb6f9bf-dc59-45e8-9d43-70a157b14bd9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3113,21 +4402,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "provisioningState": "Creating", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/64ca9128-ef77-4ee4-bf93-43a7bd5ac512?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c8c2e178-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3135,7 +4428,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:06:25 GMT", + "Date": "Fri, 27 May 2022 10:34:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3143,81 +4436,306 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f37435c1-0fe0-4c16-b3ef-6d50a85c6157", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "2badb52e-57fc-4adf-91d6-7a54b566fb24", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120626Z:f37435c1-0fe0-4c16-b3ef-6d50a85c6157", + "x-ms-correlation-request-id": "f4516bd3-109d-4da0-a9a6-4b665b955daa", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103426Z:f4516bd3-109d-4da0-a9a6-4b665b955daa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/64ca9128-ef77-4ee4-bf93-43a7bd5ac512", - "name": "64ca9128-ef77-4ee4-bf93-43a7bd5ac512", - "status": "Succeeded", - "startTime": "2022-02-28T12:05:56.5089131Z", - "endTime": "2022-02-28T12:05:56.8957137Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2" + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:34:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "03ad1932-2fdc-46ba-b893-eb2c2920227f", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103437Z:03ad1932-2fdc-46ba-b893-eb2c2920227f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:34:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a9080981-4622-4c14-bb9e-8d9d873b3cc4", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103448Z:a9080981-4622-4c14-bb9e-8d9d873b3cc4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:34:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4ca38e9b-f088-4fd4-86c5-d5b54a9b7768", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103459Z:4ca38e9b-f088-4fd4-86c5-d5b54a9b7768", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:35:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f5ceb8cf-8234-434b-b85b-6372d56354e1", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103510Z:f5ceb8cf-8234-434b-b85b-6372d56354e1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 27 May 2022 10:35:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7557dc4d-1ec3-4a68-ba5f-19303395ea97", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103521Z:7557dc4d-1ec3-4a68-ba5f-19303395ea97", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "southcentralusstage", + "properties": { + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, + "backupType": "Manual", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/64ca9128-ef77-4ee4-bf93-43a7bd5ac512?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c8c2e178-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "722", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:06:26 GMT", + "Date": "Fri, 27 May 2022 10:35:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "830971be-3d54-469d-9f45-83504761ba40", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "16fc5334-3737-48df-8130-2ea45793a096", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120627Z:830971be-3d54-469d-9f45-83504761ba40", + "x-ms-correlation-request-id": "9716cfe0-7609-40ba-b454-165dd1ab0537", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103532Z:9716cfe0-7609-40ba-b454-165dd1ab0537", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "2/28/2022 12:05:56 PM", - "location": "", + "location": "southcentralusstage", "properties": { - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "creationDate": "0001-01-01T00:00:00Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", + "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e1050aa4-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3225,7 +4743,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:06:36 GMT", + "Date": "Fri, 27 May 2022 10:35:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3233,10 +4751,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5668d923-073e-424e-9753-56f964a7ace4", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "1ae905a5-df23-4c11-9c68-78f981b36775", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120637Z:5668d923-073e-424e-9753-56f964a7ace4", + "x-ms-correlation-request-id": "f4134e6d-69b5-4c98-a815-bd7b7c272c34", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103543Z:f4134e6d-69b5-4c98-a815-bd7b7c272c34", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3245,27 +4762,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e723ca74-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3273,7 +4788,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:06:46 GMT", + "Date": "Fri, 27 May 2022 10:35:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3281,10 +4796,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64db20d5-8f66-4d42-ac89-dbde5a33c20d", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "3832c972-b597-4113-96b7-ec632e88f1fb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120647Z:64db20d5-8f66-4d42-ac89-dbde5a33c20d", + "x-ms-correlation-request-id": "f6d76bcc-9c0a-4691-a7d0-3ac92f22e5c4", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103554Z:f6d76bcc-9c0a-4691-a7d0-3ac92f22e5c4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3293,27 +4807,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ed3ef154-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3321,7 +4833,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:06:56 GMT", + "Date": "Fri, 27 May 2022 10:36:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3329,10 +4841,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a00970ba-2796-4544-98b9-e8aab8e4be06", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "120ffd83-2785-4e9d-a66e-ba967f318d2e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120657Z:a00970ba-2796-4544-98b9-e8aab8e4be06", + "x-ms-correlation-request-id": "d7faaa83-c3c6-4336-983a-4b9bae768afb", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103605Z:d7faaa83-c3c6-4336-983a-4b9bae768afb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3341,27 +4852,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f35bee98-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3369,7 +4878,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:07:08 GMT", + "Date": "Fri, 27 May 2022 10:36:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3377,10 +4886,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d264c36c-4a8e-49a0-9ebd-520f6b089531", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "254f2fcd-6031-414f-85ab-9a5391966952", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120708Z:d264c36c-4a8e-49a0-9ebd-520f6b089531", + "x-ms-correlation-request-id": "21b3790f-a526-42e7-9392-04910c7d3b23", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103616Z:21b3790f-a526-42e7-9392-04910c7d3b23", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3389,27 +4897,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f9a2df82-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3417,7 +4923,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:07:18 GMT", + "Date": "Fri, 27 May 2022 10:36:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3425,10 +4931,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d8fd706-d049-42b2-adc0-69643e9b00c2", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "5e53cdb9-a679-48c8-a959-bd01a0be8741", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120718Z:1d8fd706-d049-42b2-adc0-69643e9b00c2", + "x-ms-correlation-request-id": "b8570445-5fa3-4846-b19a-4cfe9af8ded4", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103627Z:b8570445-5fa3-4846-b19a-4cfe9af8ded4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3437,27 +4942,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ffc413f4-988e-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3465,7 +4968,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:07:29 GMT", + "Date": "Fri, 27 May 2022 10:36:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3473,10 +4976,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a83e26e-54eb-4837-8e0e-27b605ff7cfe", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "427f2684-816c-424e-ae4f-d80aa0a651d7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120729Z:3a83e26e-54eb-4837-8e0e-27b605ff7cfe", + "x-ms-correlation-request-id": "a8d819df-7aab-43a7-a784-0b5182b7f103", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103638Z:a8d819df-7aab-43a7-a784-0b5182b7f103", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3485,27 +4987,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0642fefc-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3513,7 +5013,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:07:39 GMT", + "Date": "Fri, 27 May 2022 10:36:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3521,10 +5021,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9487a4a8-6dd6-478b-8a4e-2eed7ff01770", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "527edb80-d735-4f2a-8b33-0a8418324a18", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120739Z:9487a4a8-6dd6-478b-8a4e-2eed7ff01770", + "x-ms-correlation-request-id": "8716ed0c-9169-4bdf-bda9-f20669881219", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103649Z:8716ed0c-9169-4bdf-bda9-f20669881219", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3533,27 +5032,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0c60dd54-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3561,7 +5058,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:07:49 GMT", + "Date": "Fri, 27 May 2022 10:36:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3569,10 +5066,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aacd4ece-3a8e-47b5-843a-68e33f04356d", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "e2324332-57e8-4cc7-97cc-2e891ab546b3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120750Z:aacd4ece-3a8e-47b5-843a-68e33f04356d", + "x-ms-correlation-request-id": "6eb85a7f-ea96-4c23-9717-e6c83f3bd2c7", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103659Z:6eb85a7f-ea96-4c23-9717-e6c83f3bd2c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3581,27 +5077,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1284d802-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3609,7 +5103,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:08:00 GMT", + "Date": "Fri, 27 May 2022 10:37:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3617,10 +5111,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed5df239-2c01-4359-b99f-a01671d2828c", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "529a587b-f3ae-4658-b117-df79d170e55e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120800Z:ed5df239-2c01-4359-b99f-a01671d2828c", + "x-ms-correlation-request-id": "8fd4058d-b427-496a-ad77-e3268c475d46", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103710Z:8fd4058d-b427-496a-ad77-e3268c475d46", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3629,27 +5122,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "18a71ea2-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3657,7 +5148,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:08:10 GMT", + "Date": "Fri, 27 May 2022 10:37:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3665,10 +5156,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9069344c-c9ce-4852-9a35-613c950ae859", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "e255d47c-0dd8-425f-90f7-6e38c620ebe7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120810Z:9069344c-c9ce-4852-9a35-613c950ae859", + "x-ms-correlation-request-id": "d4dbb3c8-48aa-41c4-b20c-cfdef210d96c", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103721Z:d4dbb3c8-48aa-41c4-b20c-cfdef210d96c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3677,27 +5167,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1ec7829a-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3705,7 +5193,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:08:20 GMT", + "Date": "Fri, 27 May 2022 10:37:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3713,10 +5201,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cce2341-ba66-46a4-862c-7e93c307bcf9", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "58345a4c-12b1-4659-bd72-61c0fea7540a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120820Z:8cce2341-ba66-46a4-862c-7e93c307bcf9", + "x-ms-correlation-request-id": "12391053-e4fa-4ece-a128-d61c47902c64", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103732Z:12391053-e4fa-4ece-a128-d61c47902c64", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3725,27 +5212,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "24e850a0-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3753,7 +5238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:08:30 GMT", + "Date": "Fri, 27 May 2022 10:37:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3761,10 +5246,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9996c5e-8b90-45b4-8350-d62b3a63289f", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "df3302f9-5ccc-4da6-b3f6-30801846866d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120831Z:c9996c5e-8b90-45b4-8350-d62b3a63289f", + "x-ms-correlation-request-id": "c9fa7777-8e94-485e-ad76-9bf89682990f", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103743Z:c9fa7777-8e94-485e-ad76-9bf89682990f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3773,27 +5257,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2b06f414-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3801,7 +5283,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:08:41 GMT", + "Date": "Fri, 27 May 2022 10:37:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3809,10 +5291,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aaf18c82-0f0e-4a38-848e-93ca23d5dc16", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "780b1217-4a46-4128-abdc-983e2ae55626", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120841Z:aaf18c82-0f0e-4a38-848e-93ca23d5dc16", + "x-ms-correlation-request-id": "12a736db-3cba-4629-a749-7ceba9876c33", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103754Z:12a736db-3cba-4629-a749-7ceba9876c33", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3821,27 +5302,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3125125e-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3849,7 +5328,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:08:51 GMT", + "Date": "Fri, 27 May 2022 10:38:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3857,10 +5336,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fcbe46c5-43d0-4a7a-b86a-99d69c29dd70", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "306fa6ad-6193-4e6e-89fe-cdbcf5f7409f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120851Z:fcbe46c5-43d0-4a7a-b86a-99d69c29dd70", + "x-ms-correlation-request-id": "22e19f78-cca2-4f81-ad9e-c05e324154ad", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103805Z:22e19f78-cca2-4f81-ad9e-c05e324154ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3869,27 +5347,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "37492bca-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3897,7 +5373,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:09:01 GMT", + "Date": "Fri, 27 May 2022 10:38:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3905,10 +5381,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2b3787e-a046-4e03-9bee-868f52de3d23", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "d23f7f0c-9a0e-47f1-8f72-7890d7a00227", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120902Z:d2b3787e-a046-4e03-9bee-868f52de3d23", + "x-ms-correlation-request-id": "afa850f1-54c2-4bee-8fde-40d3eb3ff1bc", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103816Z:afa850f1-54c2-4bee-8fde-40d3eb3ff1bc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3917,27 +5392,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3d6e04e4-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3945,7 +5418,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:09:11 GMT", + "Date": "Fri, 27 May 2022 10:38:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3953,10 +5426,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b4e063e-4845-4634-afe1-22873dc07d3e", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "982e81c5-f9f8-454a-ba5c-19dd175f429c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120912Z:5b4e063e-4845-4634-afe1-22873dc07d3e", + "x-ms-correlation-request-id": "bcbf5cae-76fe-4947-9e24-6eaf6da5441f", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103827Z:bcbf5cae-76fe-4947-9e24-6eaf6da5441f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -3965,27 +5437,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "438f51c0-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3993,7 +5463,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:09:22 GMT", + "Date": "Fri, 27 May 2022 10:38:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4001,10 +5471,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8c0df47-d293-451f-8cc2-f2a331cbefe1", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "2182d91f-2ce4-4ada-8ee8-535faf3ae0a3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120922Z:e8c0df47-d293-451f-8cc2-f2a331cbefe1", + "x-ms-correlation-request-id": "3e11faba-b8a1-4bd3-a082-64bb95a155a7", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103837Z:3e11faba-b8a1-4bd3-a082-64bb95a155a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4013,27 +5482,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "49b415ae-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4041,7 +5508,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:09:32 GMT", + "Date": "Fri, 27 May 2022 10:38:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4049,10 +5516,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57cf2cac-5cf4-481c-92fc-3e39059bc495", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "98f43419-d305-4ee8-8a4b-afb309e65cf3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120932Z:57cf2cac-5cf4-481c-92fc-3e39059bc495", + "x-ms-correlation-request-id": "6f771c0b-8a07-4f30-88ab-1db07eb3c479", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103849Z:6f771c0b-8a07-4f30-88ab-1db07eb3c479", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4061,27 +5527,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:05:56Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4fda0da8-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4089,7 +5553,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:09:42 GMT", + "Date": "Fri, 27 May 2022 10:38:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4097,10 +5561,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "28322de2-c89f-4257-bf5a-f038e19bce36", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "64907fd0-1d57-4e76-9117-236f82a8c265", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120943Z:28322de2-c89f-4257-bf5a-f038e19bce36", + "x-ms-correlation-request-id": "5cf54de2-321b-49cc-b7d3-0b877e524faf", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103900Z:5cf54de2-321b-49cc-b7d3-0b877e524faf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4109,27 +5572,25 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:06:01Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", - "size": 352256, + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "50044b90-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4137,7 +5598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:09:43 GMT", + "Date": "Fri, 27 May 2022 10:39:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4145,10 +5606,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a1f4cee-9ad9-4bbf-bfa0-3f2209f6cd59", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "c5143235-b165-45a1-bd52-2bc0ea1ed602", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120943Z:7a1f4cee-9ad9-4bbf-bfa0-3f2209f6cd59", + "x-ms-correlation-request-id": "07afae1e-413c-400a-a7bf-cfcde04aa2ba", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103901Z:07afae1e-413c-400a-a7bf-cfcde04aa2ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4159,12 +5619,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:01:15Z", - "backupId": "036c0b9d-d239-26b0-9a24-b72abcaae100", - "size": 323584, + "creationDate": "2022-05-27T10:23:09Z", + "backupId": "c5955f2e-20e0-486b-9dd8-bee92ede797f", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } @@ -4175,12 +5635,12 @@ "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", "location": "southcentralusstage", "properties": { - "creationDate": "2022-02-28T12:06:01Z", - "backupId": "4cb3a045-f90b-5b9f-7894-b46e1efc25bc", - "size": 352256, + "creationDate": "2022-05-27T10:31:01Z", + "backupId": "e5477c36-8421-2b52-2545-510684f4abd7", + "size": 0, "backupType": "Manual", - "provisioningState": "Succeeded", - "failureReason": "None", + "provisioningState": "Failed", + "failureReason": "Error when creating - FAILED - [POST /v1/gs-backup-api/adhoc-backup][501] createAdhocBackupJobNotImplemented \u0026{Code:501 Message:Error in creating adhoc backup job - Backup not enabled}", "volumeName": "sdk-py-tests-vol-1", "useExistingSnapshot": false } @@ -4189,15 +5649,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5038a6ba-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4205,7 +5663,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:09:43 GMT", + "Date": "Fri, 27 May 2022 10:39:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4213,10 +5671,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d256a464-6b51-49c8-984f-17736832744b", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "8efab153-0edf-4572-ba02-64848b14a5e9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120943Z:d256a464-6b51-49c8-984f-17736832744b", + "x-ms-correlation-request-id": "973bbc59-652d-46b2-a6f9-239db8c14ace", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103901Z:973bbc59-652d-46b2-a6f9-239db8c14ace", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4225,32 +5682,26 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "424", + "Content-Length": "402", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "505500d0-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -4264,32 +5715,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/915a0fd6-4a32-4f0a-8ac2-8a18a2faa0a9?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/055f453f-6337-4452-bc6b-6f7f8f6d6c8a?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2317", + "Content-Length": "2638", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:09:43 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A09%3A44.0190345Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:39:01 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A39%3A01.8515565Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/915a0fd6-4a32-4f0a-8ac2-8a18a2faa0a9?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/055f453f-6337-4452-bc6b-6f7f8f6d6c8a?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8f0ccaa-5dce-4c75-ad21-c17ac6b68450", + "x-ms-correlation-request-id": "58a79f13-4a2e-4f41-b190-000362ade271", "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "23971667-589e-462f-b3f4-d7f7a8e041e1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T120944Z:a8f0ccaa-5dce-4c75-ad21-c17ac6b68450", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103901Z:58a79f13-4a2e-4f41-b190-000362ade271", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A09%3A44.0190345Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A39%3A01.8515565Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T12:05:25.5851130Z" + "CreatedOnDate": "2022-05-27T10:22:36.3359293Z" }, "properties": { "dataProtection": { @@ -4300,7 +5750,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -4328,10 +5778,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_eff01752", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -4343,12 +5793,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "mountTargetId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -4356,20 +5806,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:49.0123706Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:30:59.1769989Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/915a0fd6-4a32-4f0a-8ac2-8a18a2faa0a9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/055f453f-6337-4452-bc6b-6f7f8f6d6c8a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "505500d0-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4377,7 +5834,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:10:13 GMT", + "Date": "Fri, 27 May 2022 10:39:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4385,18 +5842,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e33a153a-8c92-4c34-839f-47d2c3940334", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "834e03c0-cc98-4b1e-9025-60a1c88bc4b9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121014Z:e33a153a-8c92-4c34-839f-47d2c3940334", + "x-ms-correlation-request-id": "4ee09da7-ae42-4003-b6b4-63e62c0adb9d", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103932Z:4ee09da7-ae42-4003-b6b4-63e62c0adb9d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/915a0fd6-4a32-4f0a-8ac2-8a18a2faa0a9", - "name": "915a0fd6-4a32-4f0a-8ac2-8a18a2faa0a9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/055f453f-6337-4452-bc6b-6f7f8f6d6c8a", + "name": "055f453f-6337-4452-bc6b-6f7f8f6d6c8a", "status": "Succeeded", - "startTime": "2022-02-28T12:09:44.0259534Z", - "endTime": "2022-02-28T12:10:08.2872855Z", + "startTime": "2022-05-27T10:39:01.8543766Z", + "endTime": "2022-05-27T10:39:30.4648352Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -4404,15 +5860,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/915a0fd6-4a32-4f0a-8ac2-8a18a2faa0a9?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/055f453f-6337-4452-bc6b-6f7f8f6d6c8a?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "505500d0-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4420,7 +5874,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:10:13 GMT", + "Date": "Fri, 27 May 2022 10:39:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4428,20 +5882,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f714ea53-0944-4c4a-b99e-9cb2277b6859", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "63fd9fb6-4cc1-4935-91a4-ce6b134b915f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121014Z:f714ea53-0944-4c4a-b99e-9cb2277b6859", + "x-ms-correlation-request-id": "83b5ab4d-f174-4154-8869-4e1d3c2edd5c", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103932Z:83b5ab4d-f174-4154-8869-4e1d3c2edd5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A10%3A08.2772512Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A39%3A30.4591547Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T12:05:25.5851130Z" + "CreatedOnDate": "2022-05-27T10:22:36.3359293Z" }, "properties": { "dataProtection": { @@ -4451,11 +5904,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -4483,19 +5935,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_eff01752", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "3aa1b9e1-d1bb-bd3a-7a6d-488efa2a4bf3", + "poolId": "9627bf68-9c72-e0f8-b62a-ed71e9ca230c", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "mountTargetId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "startIp": "", "endIp": "", "gateway": "", @@ -4504,7 +5956,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -4518,20 +5970,30 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:49.0123706Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:39:01.7301548Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "63cf3310-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, @@ -4539,16 +6001,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:10:16 GMT", + "Date": "Fri, 27 May 2022 10:39:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be7a5f34-c939-4536-9095-4ab9a0d303dc", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "e9ccb5dd-81ff-460f-a859-70bc2996f824", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121016Z:be7a5f34-c939-4536-9095-4ab9a0d303dc", + "x-ms-correlation-request-id": "e5ac506a-0efd-4a66-a341-7a7bd125e016", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103935Z:e5ac506a-0efd-4a66-a341-7a7bd125e016", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4559,15 +6020,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "63f5950a-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4575,7 +6034,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:10:16 GMT", + "Date": "Fri, 27 May 2022 10:39:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4583,10 +6042,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3a9dc29-c896-419b-9859-1e2c8a7f99ea", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "b409511b-5a65-4920-8210-4c8473f76b60", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121016Z:f3a9dc29-c896-419b-9859-1e2c8a7f99ea", + "x-ms-correlation-request-id": "0b490425-dff0-4252-a9de-023cc3a4c2d7", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103935Z:0b490425-dff0-4252-a9de-023cc3a4c2d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4595,32 +6053,26 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "424", + "Content-Length": "402", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6413b35a-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -4632,34 +6084,33 @@ "defaultGroupQuotaInKiBs": 0 } }, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a19be576-3650-45b5-aebf-6e4faf9cdbc0?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "2318", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:10:16 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T12%3A10%3A17.1642013Z\u0027\u0022", + "Date": "Fri, 27 May 2022 10:39:35 GMT", + "ETag": "W/\u0022datetime\u00272022-05-27T10%3A39%3A35.9110297Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a19be576-3650-45b5-aebf-6e4faf9cdbc0?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ad89646-b141-4eae-8c6d-5601d9815682", + "x-ms-correlation-request-id": "944cdaa1-4062-4ab2-823d-d684cf394d2a", "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "019338c2-c338-4fc7-99b6-4369f9296e07", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121017Z:7ad89646-b141-4eae-8c6d-5601d9815682", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103935Z:944cdaa1-4062-4ab2-823d-d684cf394d2a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A10%3A17.1642013Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A39%3A35.9110297Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T12:05:25.5851130Z" + "CreatedOnDate": "2022-05-27T10:22:36.3359293Z" }, "properties": { "dataProtection": { @@ -4669,8 +6120,8 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Patching", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "provisioningState": "Succeeded", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -4698,10 +6149,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_eff01752", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -4713,12 +6164,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "mountTargetId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -4726,182 +6177,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a19be576-3650-45b5-aebf-6e4faf9cdbc0?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6413b35a-988f-11ec-bcc5-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:10:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "838df00b-e173-4f93-856c-1cb8c8254625", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "8aaa47b9-842c-4aec-9b99-9317c9ca2bc1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121047Z:838df00b-e173-4f93-856c-1cb8c8254625", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a19be576-3650-45b5-aebf-6e4faf9cdbc0", - "name": "a19be576-3650-45b5-aebf-6e4faf9cdbc0", - "status": "Succeeded", - "startTime": "2022-02-28T12:10:17.1793344Z", - "endTime": "2022-02-28T12:10:26.7267427Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a19be576-3650-45b5-aebf-6e4faf9cdbc0?api-version=2021-10-01\u0026operationResultResponseType=Location", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6413b35a-988f-11ec-bcc5-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:10:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa36800a-8397-4f14-a280-2dda9048871e", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "b1faba15-411e-4d9a-999d-2e60c4856202", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121047Z:fa36800a-8397-4f14-a280-2dda9048871e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A10%3A26.7187717Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-02-28T12:05:25.5851130Z" + "maximumNumberOfFiles": 100000000, + "encrypted": true }, - "properties": { - "dataProtection": { - "backup": { - "backupEnabled": false, - "policyEnforced": false, - "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" - } - }, - "provisioningState": "Succeeded", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", - "usageThreshold": 107374182400, - "usedBytes": 0, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv4": false, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "3aa1b9e1-d1bb-bd3a-7a6d-488efa2a4bf3", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "encryptionKeySource": "Microsoft.NetApp", - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:49.0123706Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:39:35.7930251Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "778ee648-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, @@ -4909,16 +6205,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:10:49 GMT", + "Date": "Fri, 27 May 2022 10:39:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5d78a38-dc50-4c8f-b75f-bedb28cfe779", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "1689365d-2d11-4692-9078-d278d059ba4e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121049Z:c5d78a38-dc50-4c8f-b75f-bedb28cfe779", + "x-ms-correlation-request-id": "4af585bf-b16b-414f-b353-e8d312905649", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103938Z:4af585bf-b16b-414f-b353-e8d312905649", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4929,15 +6224,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "77ba3104-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4945,7 +6238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:10:49 GMT", + "Date": "Fri, 27 May 2022 10:39:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4953,10 +6246,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f44cd5e5-886e-43cc-b297-32a57e2fbe06", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "1d868c2a-dbca-4ce8-8e41-30b3de1d5ace", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121050Z:f44cd5e5-886e-43cc-b297-32a57e2fbe06", + "x-ms-correlation-request-id": "f49d7af3-34c0-4909-b4a4-0d0c37bd4963", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103939Z:f49d7af3-34c0-4909-b4a4-0d0c37bd4963", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -4964,48 +6256,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "77e24090-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69d63eb4-5a13-4706-9c86-9d84ea08fb9d?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c887d87f-8147-4719-b337-9c1c74df6362?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 12:10:49 GMT", + "Date": "Fri, 27 May 2022 10:39:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69d63eb4-5a13-4706-9c86-9d84ea08fb9d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c887d87f-8147-4719-b337-9c1c74df6362?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d56dd077-3530-4e43-91e4-e59d0952ad12", + "x-ms-correlation-request-id": "cb4ec0b8-7d46-4365-af4b-4df8f0c34260", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "d56dd077-3530-4e43-91e4-e59d0952ad12", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121050Z:d56dd077-3530-4e43-91e4-e59d0952ad12", + "x-ms-routing-request-id": "WESTEUROPE:20220527T103940Z:cb4ec0b8-7d46-4365-af4b-4df8f0c34260", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69d63eb4-5a13-4706-9c86-9d84ea08fb9d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c887d87f-8147-4719-b337-9c1c74df6362?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "77e24090-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5013,7 +6300,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:11:19 GMT", + "Date": "Fri, 27 May 2022 10:40:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5021,17 +6308,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5d97895-a346-4cdb-9bd5-3a23623c63c3", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "5591937c-f7ca-4e15-b92e-47d823c3b18b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121120Z:b5d97895-a346-4cdb-9bd5-3a23623c63c3", + "x-ms-correlation-request-id": "facf8228-de5e-4ed7-8878-c58ae2d76079", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-routing-request-id": "WESTEUROPE:20220527T104010Z:facf8228-de5e-4ed7-8878-c58ae2d76079", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69d63eb4-5a13-4706-9c86-9d84ea08fb9d", - "name": "69d63eb4-5a13-4706-9c86-9d84ea08fb9d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c887d87f-8147-4719-b337-9c1c74df6362", + "name": "c887d87f-8147-4719-b337-9c1c74df6362", "status": "Deleting", - "startTime": "2022-02-28T12:10:50.5485515Z", + "startTime": "2022-05-27T10:39:40.1749272Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5040,15 +6326,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69d63eb4-5a13-4706-9c86-9d84ea08fb9d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c887d87f-8147-4719-b337-9c1c74df6362?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "77e24090-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5056,7 +6340,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:11:50 GMT", + "Date": "Fri, 27 May 2022 10:40:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5064,17 +6348,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7e9b85d-d855-4560-b5a4-cce408adbf8c", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "e6134bbe-d8a6-4a7c-9fd9-95c8153f396a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121151Z:b7e9b85d-d855-4560-b5a4-cce408adbf8c", + "x-ms-correlation-request-id": "237b29a2-5c14-4f65-b155-01e3ce675c16", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-routing-request-id": "WESTEUROPE:20220527T104040Z:237b29a2-5c14-4f65-b155-01e3ce675c16", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69d63eb4-5a13-4706-9c86-9d84ea08fb9d", - "name": "69d63eb4-5a13-4706-9c86-9d84ea08fb9d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c887d87f-8147-4719-b337-9c1c74df6362", + "name": "c887d87f-8147-4719-b337-9c1c74df6362", "status": "Deleting", - "startTime": "2022-02-28T12:10:50.5485515Z", + "startTime": "2022-05-27T10:39:40.1749272Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -5083,15 +6366,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69d63eb4-5a13-4706-9c86-9d84ea08fb9d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c887d87f-8147-4719-b337-9c1c74df6362?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "77e24090-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5099,7 +6380,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:12:20 GMT", + "Date": "Fri, 27 May 2022 10:41:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5107,18 +6388,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f341b4fb-fb0b-4c8a-90e4-60f33b834805", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "8fb8c2b1-abda-4815-ab17-e52afd472386", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121221Z:f341b4fb-fb0b-4c8a-90e4-60f33b834805", + "x-ms-correlation-request-id": "503d313c-c0fa-44a5-a8d5-7822be08f920", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-routing-request-id": "WESTEUROPE:20220527T104111Z:503d313c-c0fa-44a5-a8d5-7822be08f920", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69d63eb4-5a13-4706-9c86-9d84ea08fb9d", - "name": "69d63eb4-5a13-4706-9c86-9d84ea08fb9d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c887d87f-8147-4719-b337-9c1c74df6362", + "name": "c887d87f-8147-4719-b337-9c1c74df6362", "status": "Succeeded", - "startTime": "2022-02-28T12:10:50.5485515Z", - "endTime": "2022-02-28T12:12:10.9061249Z", + "startTime": "2022-05-27T10:39:40.1749272Z", + "endTime": "2022-05-27T10:41:06.3142956Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -5126,15 +6406,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69d63eb4-5a13-4706-9c86-9d84ea08fb9d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c887d87f-8147-4719-b337-9c1c74df6362?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "77e24090-988f-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5142,7 +6420,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:12:20 GMT", + "Date": "Fri, 27 May 2022 10:41:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5150,20 +6428,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "327dce86-24c8-49bb-ad71-fc83c63f083b", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "67960d20-433a-42a7-8a5d-82c5233f6fc3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121221Z:327dce86-24c8-49bb-ad71-fc83c63f083b", + "x-ms-correlation-request-id": "c8e0c2b1-f7da-4acf-8f37-83a19318a286", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-routing-request-id": "WESTEUROPE:20220527T104111Z:c8e0c2b1-f7da-4acf-8f37-83a19318a286", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A10%3A50.5322387Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A40%3A56.3139092Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T12:05:25.5851130Z" + "CreatedOnDate": "2022-05-27T10:22:36.3359293Z" }, "properties": { "dataProtection": { @@ -5173,11 +6450,10 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Deleting", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -5205,19 +6481,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_de648d6c", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_eff01752", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "3aa1b9e1-d1bb-bd3a-7a6d-488efa2a4bf3", + "poolId": "9627bf68-9c72-e0f8-b62a-ed71e9ca230c", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", - "fileSystemId": "fe127482-6087-8f1c-1fdd-cbd61e82e670", + "mountTargetId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", + "fileSystemId": "24d3fb9b-6530-cb4f-bf05-dec4d1a507c5", "startIp": "", "endIp": "", "gateway": "", @@ -5226,7 +6502,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -5240,36 +6516,45 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:49.0123706Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:39:35.7930251Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "257b0700-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:15:42 GMT", + "Date": "Fri, 27 May 2022 10:44:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c6f06f3-2870-48f5-ab8b-1a093fab92c8", + "x-ms-correlation-request-id": "ac30c5c9-4781-4400-83f6-1770bf8f4276", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "7c6f06f3-2870-48f5-ab8b-1a093fab92c8", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121543Z:7c6f06f3-2870-48f5-ab8b-1a093fab92c8" + "x-ms-routing-request-id": "WESTEUROPE:20220527T104433Z:ac30c5c9-4781-4400-83f6-1770bf8f4276" }, "ResponseBody": { "error": { @@ -5279,73 +6564,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2cb317ce-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3bedd9ce-a096-451d-a9fe-de2af3e50a88?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b5e24fe-736a-45df-8399-b358f3d2fc36?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 12:15:55 GMT", + "Date": "Fri, 27 May 2022 10:44:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3bedd9ce-a096-451d-a9fe-de2af3e50a88?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b5e24fe-736a-45df-8399-b358f3d2fc36?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f93e809-5dc8-4d71-bc26-4a0cb07c3d05", + "x-ms-correlation-request-id": "378ece7d-ce4d-4323-9616-6da8a98b5959", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "0f93e809-5dc8-4d71-bc26-4a0cb07c3d05", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121555Z:0f93e809-5dc8-4d71-bc26-4a0cb07c3d05", + "x-ms-routing-request-id": "WESTEUROPE:20220527T104446Z:378ece7d-ce4d-4323-9616-6da8a98b5959", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3bedd9ce-a096-451d-a9fe-de2af3e50a88?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b5e24fe-736a-45df-8399-b358f3d2fc36?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2cb317ce-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "546", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:16:25 GMT", + "Date": "Fri, 27 May 2022 10:45:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76b1fda1-0003-41e0-ad76-15e9c1c7d1d6", + "x-ms-correlation-request-id": "efa81e77-f974-4cb8-8a6f-2dc31caf5e20", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ee789f47-892f-464a-a8f8-24a99a0f7ce9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121625Z:76b1fda1-0003-41e0-ad76-15e9c1c7d1d6", + "x-ms-routing-request-id": "WESTEUROPE:20220527T104516Z:efa81e77-f974-4cb8-8a6f-2dc31caf5e20", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3bedd9ce-a096-451d-a9fe-de2af3e50a88", - "name": "3bedd9ce-a096-451d-a9fe-de2af3e50a88", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b5e24fe-736a-45df-8399-b358f3d2fc36", + "name": "0b5e24fe-736a-45df-8399-b358f3d2fc36", "status": "Succeeded", - "startTime": "2022-02-28T12:15:55.336499Z", - "endTime": "2022-02-28T12:15:55.7312625Z", + "startTime": "2022-05-27T10:44:46.20262Z", + "endTime": "2022-05-27T10:44:50.4840366Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -5353,194 +6634,187 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3bedd9ce-a096-451d-a9fe-de2af3e50a88?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b5e24fe-736a-45df-8399-b358f3d2fc36?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2cb317ce-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "855", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:16:25 GMT", + "Date": "Fri, 27 May 2022 10:45:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be5707ac-a714-484e-b99d-547cf7c2055f", + "x-ms-correlation-request-id": "7bd0b2dd-4946-446d-8a62-32d9d79b3579", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "2f247db4-a3c4-4fbe-8344-7cd3ac3e615d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121626Z:be5707ac-a714-484e-b99d-547cf7c2055f", + "x-ms-routing-request-id": "WESTEUROPE:20220527T104517Z:7bd0b2dd-4946-446d-8a62-32d9d79b3579", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A15%3A55.3210312Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A44%3A46.2080373Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:55:09.9996927Z" + "CreatedOnDate": "2022-05-27T10:17:02.5339302Z" }, "properties": { - "poolId": "3aa1b9e1-d1bb-bd3a-7a6d-488efa2a4bf3", + "poolId": "9627bf68-9c72-e0f8-b62a-ed71e9ca230c", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:17:03.6993942Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:17:03.6993942Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "460cc012-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 12:16:35 GMT", + "Date": "Fri, 27 May 2022 10:45:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94429ee2-e898-402c-ab1b-29877cf95cec", + "x-ms-correlation-request-id": "0257481c-4a89-4404-9082-73887e5ce775", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "94429ee2-e898-402c-ab1b-29877cf95cec", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121636Z:94429ee2-e898-402c-ab1b-29877cf95cec" + "x-ms-routing-request-id": "WESTEUROPE:20220527T104527Z:0257481c-4a89-4404-9082-73887e5ce775" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4c2347a0-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 12:16:46 GMT", + "Date": "Fri, 27 May 2022 10:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0ecb8bf-8ac9-4f6f-beab-49f26537d628", + "x-ms-correlation-request-id": "c4a76210-c951-4081-8a88-ba8cdd842d15", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "b0ecb8bf-8ac9-4f6f-beab-49f26537d628", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121646Z:b0ecb8bf-8ac9-4f6f-beab-49f26537d628" + "x-ms-routing-request-id": "WESTEUROPE:20220527T104537Z:c4a76210-c951-4081-8a88-ba8cdd842d15" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5252202e-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 12:16:56 GMT", + "Date": "Fri, 27 May 2022 10:45:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2606c64-9cf3-425d-859c-e5de93259457", + "x-ms-correlation-request-id": "9e68e9ab-ba03-4bf1-aa00-5ad5c7d366db", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "f2606c64-9cf3-425d-859c-e5de93259457", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121656Z:f2606c64-9cf3-425d-859c-e5de93259457" + "x-ms-routing-request-id": "WESTEUROPE:20220527T104548Z:9e68e9ab-ba03-4bf1-aa00-5ad5c7d366db" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "586548a6-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 12:17:06 GMT", + "Date": "Fri, 27 May 2022 10:45:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8fa2590e-9a42-4b06-98eb-e791334226ec", + "x-ms-correlation-request-id": "ed4a8f5e-a8f0-4490-bb1a-5f7626a13233", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "8fa2590e-9a42-4b06-98eb-e791334226ec", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121707Z:8fa2590e-9a42-4b06-98eb-e791334226ec" + "x-ms-routing-request-id": "WESTEUROPE:20220527T104558Z:ed4a8f5e-a8f0-4490-bb1a-5f7626a13233" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e793ce8-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:17:16 GMT", + "Date": "Fri, 27 May 2022 10:46:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6bdc5ce1-daa1-4971-9cff-239c8a977f97", + "x-ms-correlation-request-id": "914d798c-c4d5-4425-b047-ce606a5914e0", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "6bdc5ce1-daa1-4971-9cff-239c8a977f97", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121717Z:6bdc5ce1-daa1-4971-9cff-239c8a977f97" + "x-ms-routing-request-id": "WESTEUROPE:20220527T104608Z:914d798c-c4d5-4425-b047-ce606a5914e0" }, "ResponseBody": { "error": { @@ -5550,73 +6824,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e9217f4-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a536e59c-b44e-444a-8c74-d384ec4539d0?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/963c0095-9c8d-4d6e-b930-705a456e1a1d?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 12:17:17 GMT", + "Date": "Fri, 27 May 2022 10:46:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a536e59c-b44e-444a-8c74-d384ec4539d0?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/963c0095-9c8d-4d6e-b930-705a456e1a1d?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4d129a2-2097-4d91-8d9a-ba82cd82c156", + "x-ms-correlation-request-id": "ac58ab4f-8482-4a83-90c3-bc4d07e0731c", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "f4d129a2-2097-4d91-8d9a-ba82cd82c156", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121718Z:f4d129a2-2097-4d91-8d9a-ba82cd82c156", + "x-ms-routing-request-id": "WESTEUROPE:20220527T104609Z:ac58ab4f-8482-4a83-90c3-bc4d07e0731c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a536e59c-b44e-444a-8c74-d384ec4539d0?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/963c0095-9c8d-4d6e-b930-705a456e1a1d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e9217f4-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:17:47 GMT", + "Date": "Fri, 27 May 2022 10:46:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd540dae-9d07-458b-b5ee-2a18af00a293", + "x-ms-correlation-request-id": "af6bf678-b4f9-4676-8e8f-e2cd0319891e", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "eeebf535-6849-4411-8fe9-fb69979942d1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121748Z:cd540dae-9d07-458b-b5ee-2a18af00a293", + "x-ms-routing-request-id": "WESTEUROPE:20220527T104640Z:af6bf678-b4f9-4676-8e8f-e2cd0319891e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a536e59c-b44e-444a-8c74-d384ec4539d0", - "name": "a536e59c-b44e-444a-8c74-d384ec4539d0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/963c0095-9c8d-4d6e-b930-705a456e1a1d", + "name": "963c0095-9c8d-4d6e-b930-705a456e1a1d", "status": "Succeeded", - "startTime": "2022-02-28T12:17:18.0173891Z", - "endTime": "2022-02-28T12:17:18.1009631Z", + "startTime": "2022-05-27T10:46:09.6938219Z", + "endTime": "2022-05-27T10:46:09.7250602Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -5624,77 +6894,81 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a536e59c-b44e-444a-8c74-d384ec4539d0?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/963c0095-9c8d-4d6e-b930-705a456e1a1d?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e9217f4-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "451", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:17:47 GMT", + "Date": "Fri, 27 May 2022 10:46:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7c773c6-1dc4-4d66-8490-72f9d9b4ce89", + "x-ms-correlation-request-id": "07eddfeb-50d6-41b5-a193-43e13744d9ba", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "42097963-3cb4-44cd-8834-817b1e135b6c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121748Z:b7c773c6-1dc4-4d66-8490-72f9d9b4ce89", + "x-ms-routing-request-id": "WESTEUROPE:20220527T104640Z:07eddfeb-50d6-41b5-a193-43e13744d9ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T12%3A17%3A18.0010421Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-27T10%3A46%3A09.6971646Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:54:36.0887727Z" + "CreatedOnDate": "2022-05-27T10:16:26.4597106Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-27T10:16:29.589743Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-27T10:16:29.589743Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72783244-9890-11ec-bcc5-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 12:17:49 GMT", + "Date": "Fri, 27 May 2022 10:46:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a2e0829-8ed8-4cfc-98a4-0d0a0f234bda", + "x-ms-correlation-request-id": "f2405bda-685f-4042-b034-f35a17301be7", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "0a2e0829-8ed8-4cfc-98a4-0d0a0f234bda", - "x-ms-routing-request-id": "WESTEUROPE:20220228T121750Z:0a2e0829-8ed8-4cfc-98a4-0d0a0f234bda" + "x-ms-routing-request-id": "WESTEUROPE:20220527T104642Z:f2405bda-685f-4042-b034-f35a17301be7" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_update_backup.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_update_backup.json index 77a17e9903b7..d05e0a348656 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_update_backup.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup.pyTestNetAppBackuptest_update_backup.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:36:01 GMT", + "Date": "Tue, 31 May 2022 08:59:14 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Al64INCeifBHgJdAJtuOKKo; expires=Wed, 30-Mar-2022 13:36:02 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr5KznrXTxHJedYYreChVIPz-W5rJiqs9UKfWpOpBHgZtvAX_h_OwFFbKfy8mH1CgzFdaAByaK9WZET8KVuBY0kpiaLl62cyvZGlzG8dft__GqxlM9TlVCHkki5VVE9FGJb68fSjA7rRKQlES6SgmoMwCC1okuvUw1UoDPLrYbgLQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NEULR1 ProdSlices", - "x-ms-request-id": "3f74487d-47f6-4f6e-8377-9f05ac836400" + "x-ms-ests-server": "2.1.12821.9 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=Al64INCeifBHgJdAJtuOKKo; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:36:01 GMT", + "Date": "Tue, 31 May 2022 08:59:14 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Al64INCeifBHgJdAJtuOKKo; expires=Wed, 30-Mar-2022 13:36:02 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WEULR2 ProdSlices", - "x-ms-request-id": "df9e32ba-bb2b-4c6c-8af1-15cbc5d46c00" + "x-ms-ests-server": "2.1.12794.7 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f924137d-3e09-4b43-9e55-77b3bfc343f6", + "client-request-id": "4c4a858c-6070-4b98-a292-54d817fe2e09", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=Al64INCeifBHgJdAJtuOKKo; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "f924137d-3e09-4b43-9e55-77b3bfc343f6", - "Content-Length": "1412", + "client-request-id": "4c4a858c-6070-4b98-a292-54d817fe2e09", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:36:02 GMT", + "Date": "Tue, 31 May 2022 08:59:14 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=Al64INCeifBHgJdAJtuOKKr7QncyAQAAAMHGrtkOAAAA; expires=Wed, 30-Mar-2022 13:36:02 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NEULR2 ProdSlices", - "x-ms-request-id": "6842ba1d-755d-44de-80bf-f9c78dd66100" + "x-ms-ests-server": "2.1.12821.9 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e7caec2-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage" + "location": "eastus" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/19971bc5-3ec1-4225-84cd-bf422b0fd254?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/8a93e24b-0403-475b-9779-bd0475bf1b67?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "686", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:36:07 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T13%3A36%3A06.9131863Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:59:21 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A59%3A20.4325321Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6393b861-e734-4987-8f79-ccc672ca7ad2", + "x-ms-correlation-request-id": "bbc6ab76-ef0b-4ad3-afc3-d068e6bf661e", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "8a872f4a-7681-4e70-9ab5-6dd21a763bfb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133607Z:6393b861-e734-4987-8f79-ccc672ca7ad2", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085921Z:bbc6ab76-ef0b-4ad3-afc3-d068e6bf661e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A36%3A06.9131863Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A59%3A20.4325321Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:36:04.3658864Z" + "CreatedOnDate": "2022-05-31T08:59:17.4295241Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:59:19.8637586Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:59:19.8637586Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/19971bc5-3ec1-4225-84cd-bf422b0fd254?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/8a93e24b-0403-475b-9779-bd0475bf1b67?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e7caec2-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:36:37 GMT", + "Date": "Tue, 31 May 2022 08:59:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1c4915e-3d19-4605-82e3-e26f7166d5f8", + "x-ms-correlation-request-id": "5b0a6c52-8275-4330-b456-020059069a04", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "37f20606-70c0-4a5a-a353-5f90f1512b6b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133638Z:d1c4915e-3d19-4605-82e3-e26f7166d5f8", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085951Z:5b0a6c52-8275-4330-b456-020059069a04", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/19971bc5-3ec1-4225-84cd-bf422b0fd254", - "name": "19971bc5-3ec1-4225-84cd-bf422b0fd254", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/8a93e24b-0403-475b-9779-bd0475bf1b67", + "name": "8a93e24b-0403-475b-9779-bd0475bf1b67", "status": "Succeeded", - "startTime": "2022-02-28T13:36:06.9221313Z", - "endTime": "2022-02-28T13:36:06.9721312Z", + "startTime": "2022-05-31T08:59:20.4247011Z", + "endTime": "2022-05-31T08:59:20.5028484Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e7caec2-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:36:38 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T13%3A36%3A06.9664083Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:59:51 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A59%3A20.4921778Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,44 +329,49 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9d47b59-5625-4665-b43d-cdb982eeb149", + "x-ms-correlation-request-id": "7353a64b-61dd-41e3-9cd9-ccac1a338da8", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "54e8ae44-16e6-4f97-9718-291ab6c5e8da", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133638Z:d9d47b59-5625-4665-b43d-cdb982eeb149", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085951Z:7353a64b-61dd-41e3-9cd9-ccac1a338da8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A36%3A06.9664083Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A59%3A20.4921778Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:36:04.3658864Z" + "CreatedOnDate": "2022-05-31T08:59:17.4295241Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:59:19.8637586Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:59:19.8637586Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "137", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7461da78-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "size": 4398046511104, "serviceLevel": "Premium", @@ -390,31 +381,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89ed53ac-086e-426a-b0c1-a42ea560069c?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0a995804-a430-47d3-abed-cbcbbf04cb17?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "904", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:36:40 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T13%3A36%3A39.7394658Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:59:54 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A59%3A53.7781741Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab513955-00ff-4510-b597-6d036b7935c7", + "x-ms-correlation-request-id": "8cb0010f-9bf8-437b-812d-24131adc7da8", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "584f629a-01e3-4359-996e-69103b11e6d5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133640Z:ab513955-00ff-4510-b597-6d036b7935c7", + "x-ms-routing-request-id": "WESTEUROPE:20220531T085954Z:8cb0010f-9bf8-437b-812d-24131adc7da8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A36%3A39.7394658Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A59%3A53.7781741Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:36:38.4411105Z" + "CreatedOnDate": "2022-05-31T08:59:52.1499782Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +414,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:59:53.5671693Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:59:53.5671693Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89ed53ac-086e-426a-b0c1-a42ea560069c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0a995804-a430-47d3-abed-cbcbbf04cb17?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7461da78-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +440,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:37:10 GMT", + "Date": "Tue, 31 May 2022 09:00:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +448,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5be52c27-e39b-4719-91ad-e98bd8edc5de", + "x-ms-correlation-request-id": "6ede48ce-ad53-4a3e-bfac-c86c7bfe3c59", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "636edcd7-b321-4a68-86dd-696e3d75d5e2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133710Z:5be52c27-e39b-4719-91ad-e98bd8edc5de", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090024Z:6ede48ce-ad53-4a3e-bfac-c86c7bfe3c59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89ed53ac-086e-426a-b0c1-a42ea560069c", - "name": "89ed53ac-086e-426a-b0c1-a42ea560069c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0a995804-a430-47d3-abed-cbcbbf04cb17", + "name": "0a995804-a430-47d3-abed-cbcbbf04cb17", "status": "Succeeded", - "startTime": "2022-02-28T13:36:39.7467098Z", - "endTime": "2022-02-28T13:36:40.0021885Z", + "startTime": "2022-05-31T08:59:53.7831293Z", + "endTime": "2022-05-31T08:59:54.0175131Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +466,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7461da78-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +480,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:37:10 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T13%3A36%3A39.9836451Z\u0027\u0022", + "Date": "Tue, 31 May 2022 09:00:24 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A59%3A54.0191905Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,23 +489,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf21ae0f-7b35-4b76-a55d-1b9854b7c500", + "x-ms-correlation-request-id": "9046fcc3-170c-49c5-95a8-2a834e5384b7", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "92598c3b-41b3-46c3-8d4f-bd10689def43", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133711Z:bf21ae0f-7b35-4b76-a55d-1b9854b7c500", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090025Z:9046fcc3-170c-49c5-95a8-2a834e5384b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A36%3A39.9836451Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A59%3A54.0191905Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:36:38.4411105Z" + "CreatedOnDate": "2022-05-31T08:59:52.1499782Z" }, "properties": { - "poolId": "17d7720c-6d81-61ab-64a7-23fa2e163ab4", + "poolId": "dd286f6c-37e9-987f-df15-68ee7835132a", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -525,20 +517,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "755", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "creationToken": "sdk-py-tests-vol-1", "serviceLevel": "Premium", @@ -553,44 +543,42 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "defaultGroupQuotaInKiBs": 0 } }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1524", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:37:22 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T13%3A37%3A22.4381118Z\u0027\u0022", + "Date": "Tue, 31 May 2022 09:00:36 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T09%3A00%3A36.8062013Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b020306-d8ad-44d4-b473-c3fe75301cff", + "x-ms-correlation-request-id": "bb7eef16-90a7-4dad-b912-9680895e3ee0", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "75271302-0494-4a0d-9c18-93cfe8aef954", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133723Z:4b020306-d8ad-44d4-b473-c3fe75301cff", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090037Z:bb7eef16-90a7-4dad-b912-9680895e3ee0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A37%3A22.4381118Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T09%3A00%3A36.8062013Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:37:21.2791720Z" + "CreatedOnDate": "2022-05-31T09:00:35.5131585Z" }, "properties": { "serviceLevel": "Premium", @@ -606,30 +594,35 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T09:00:36.4269105Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T09:00:36.4269105Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +630,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:37:52 GMT", + "Date": "Tue, 31 May 2022 09:01:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +638,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "523a9ea3-d0d5-4beb-a244-ee23940f350f", + "x-ms-correlation-request-id": "bdd3ceaa-df6b-422e-b0ec-33597a52f63e", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "2b6eeefa-e614-49d2-a894-6449fecc90fc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133753Z:523a9ea3-d0d5-4beb-a244-ee23940f350f", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090107Z:bdd3ceaa-df6b-422e-b0ec-33597a52f63e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334", - "name": "844cc8da-7f1b-4f4c-b5af-ef69be659334", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80", + "name": "9425d1c3-e923-4223-b73d-0c8f1954cd80", "status": "Creating", - "startTime": "2022-02-28T13:37:22.4436475Z", + "startTime": "2022-05-31T09:00:36.8156832Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +656,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +670,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:38:22 GMT", + "Date": "Tue, 31 May 2022 09:01:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +678,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3323d71f-67f1-4f25-a18a-4b0cc66e214d", + "x-ms-correlation-request-id": "a2a453df-7d4f-4b85-90a9-63b57f056d70", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "bca1e8a6-a502-40b5-ac72-d43b2170b9ef", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133823Z:3323d71f-67f1-4f25-a18a-4b0cc66e214d", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090137Z:a2a453df-7d4f-4b85-90a9-63b57f056d70", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334", - "name": "844cc8da-7f1b-4f4c-b5af-ef69be659334", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80", + "name": "9425d1c3-e923-4223-b73d-0c8f1954cd80", "status": "Creating", - "startTime": "2022-02-28T13:37:22.4436475Z", + "startTime": "2022-05-31T09:00:36.8156832Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +696,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +710,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:38:53 GMT", + "Date": "Tue, 31 May 2022 09:02:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +718,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "123e767d-342c-4f35-af16-c84f9e3a9454", + "x-ms-correlation-request-id": "13098806-843f-45ba-b3d0-d80a0df373ad", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "e8b8e334-747d-4f86-94fd-507d29ba57a6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133853Z:123e767d-342c-4f35-af16-c84f9e3a9454", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090208Z:13098806-843f-45ba-b3d0-d80a0df373ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334", - "name": "844cc8da-7f1b-4f4c-b5af-ef69be659334", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80", + "name": "9425d1c3-e923-4223-b73d-0c8f1954cd80", "status": "Creating", - "startTime": "2022-02-28T13:37:22.4436475Z", + "startTime": "2022-05-31T09:00:36.8156832Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +736,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +750,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:39:23 GMT", + "Date": "Tue, 31 May 2022 09:02:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +758,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abc7778b-9320-430c-bfe2-8c7da84f2bed", + "x-ms-correlation-request-id": "8e09a932-0545-4fcc-9fb0-db1a06bad7d9", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "4632a7ae-7165-4a7b-a64c-1541a8185520", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133923Z:abc7778b-9320-430c-bfe2-8c7da84f2bed", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090238Z:8e09a932-0545-4fcc-9fb0-db1a06bad7d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334", - "name": "844cc8da-7f1b-4f4c-b5af-ef69be659334", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80", + "name": "9425d1c3-e923-4223-b73d-0c8f1954cd80", "status": "Creating", - "startTime": "2022-02-28T13:37:22.4436475Z", + "startTime": "2022-05-31T09:00:36.8156832Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +776,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +790,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:39:53 GMT", + "Date": "Tue, 31 May 2022 09:03:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +798,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3056031-cd54-40c5-a9b1-331f1651e6a5", + "x-ms-correlation-request-id": "db47ad00-6daa-4177-8982-940209d0d0b2", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "b88c7d35-3efb-4d5e-b907-d3985e3c083c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T133953Z:f3056031-cd54-40c5-a9b1-331f1651e6a5", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090308Z:db47ad00-6daa-4177-8982-940209d0d0b2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334", - "name": "844cc8da-7f1b-4f4c-b5af-ef69be659334", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80", + "name": "9425d1c3-e923-4223-b73d-0c8f1954cd80", "status": "Creating", - "startTime": "2022-02-28T13:37:22.4436475Z", + "startTime": "2022-05-31T09:00:36.8156832Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +816,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +830,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:40:23 GMT", + "Date": "Tue, 31 May 2022 09:03:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +838,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b473a3e4-0632-4727-8c17-357707da8036", + "x-ms-correlation-request-id": "36e9ffec-5c7c-4aaf-8ab7-9bf2ec62712d", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "628c2ad0-56a3-4d6b-abdb-271c7da6a288", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134024Z:b473a3e4-0632-4727-8c17-357707da8036", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090338Z:36e9ffec-5c7c-4aaf-8ab7-9bf2ec62712d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334", - "name": "844cc8da-7f1b-4f4c-b5af-ef69be659334", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80", + "name": "9425d1c3-e923-4223-b73d-0c8f1954cd80", "status": "Creating", - "startTime": "2022-02-28T13:37:22.4436475Z", + "startTime": "2022-05-31T09:00:36.8156832Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +856,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +870,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:40:53 GMT", + "Date": "Tue, 31 May 2022 09:04:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +878,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80bc1261-721e-4032-9744-97b0586bd4a1", + "x-ms-correlation-request-id": "07a0b867-e3d0-424e-9f4f-358446785625", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "00da7aea-9bc3-4e49-ae97-73006836b0d9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134054Z:80bc1261-721e-4032-9744-97b0586bd4a1", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090408Z:07a0b867-e3d0-424e-9f4f-358446785625", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334", - "name": "844cc8da-7f1b-4f4c-b5af-ef69be659334", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80", + "name": "9425d1c3-e923-4223-b73d-0c8f1954cd80", "status": "Creating", - "startTime": "2022-02-28T13:37:22.4436475Z", + "startTime": "2022-05-31T09:00:36.8156832Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +896,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +910,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:41:23 GMT", + "Date": "Tue, 31 May 2022 09:04:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +918,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce10e8d6-026d-42c6-be53-1136160d60fb", + "x-ms-correlation-request-id": "732b9b6f-cda6-43aa-b99a-18c19d749cfd", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "d9687497-b20e-4736-af78-de9a1a3e66c0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134124Z:ce10e8d6-026d-42c6-be53-1136160d60fb", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090438Z:732b9b6f-cda6-43aa-b99a-18c19d749cfd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334", - "name": "844cc8da-7f1b-4f4c-b5af-ef69be659334", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80", + "name": "9425d1c3-e923-4223-b73d-0c8f1954cd80", "status": "Creating", - "startTime": "2022-02-28T13:37:22.4436475Z", + "startTime": "2022-05-31T09:00:36.8156832Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +936,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +950,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:41:54 GMT", + "Date": "Tue, 31 May 2022 09:05:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,17 +958,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc849039-dbcd-4270-95ed-80c7cc5831c8", + "x-ms-correlation-request-id": "3b369e29-9a8e-407e-9c72-6d2d912261e7", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "e3f279cc-cf66-4af6-9cf0-87ba56826e05", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134154Z:cc849039-dbcd-4270-95ed-80c7cc5831c8", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090509Z:3b369e29-9a8e-407e-9c72-6d2d912261e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334", - "name": "844cc8da-7f1b-4f4c-b5af-ef69be659334", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80", + "name": "9425d1c3-e923-4223-b73d-0c8f1954cd80", "status": "Creating", - "startTime": "2022-02-28T13:37:22.4436475Z", + "startTime": "2022-05-31T09:00:36.8156832Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1008,15 +976,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,7 +990,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:42:24 GMT", + "Date": "Tue, 31 May 2022 09:05:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1032,18 +998,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53c6db55-e64b-438b-b4b5-9b396803034e", + "x-ms-correlation-request-id": "8b6812c6-47be-4ad9-857e-9dbe30d7de11", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "16bca78f-9073-43e4-9ecd-cf583f1f6891", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134224Z:53c6db55-e64b-438b-b4b5-9b396803034e", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090539Z:8b6812c6-47be-4ad9-857e-9dbe30d7de11", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/844cc8da-7f1b-4f4c-b5af-ef69be659334", - "name": "844cc8da-7f1b-4f4c-b5af-ef69be659334", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9425d1c3-e923-4223-b73d-0c8f1954cd80", + "name": "9425d1c3-e923-4223-b73d-0c8f1954cd80", "status": "Succeeded", - "startTime": "2022-02-28T13:37:22.4436475Z", - "endTime": "2022-02-28T13:42:00.275184Z", + "startTime": "2022-05-31T09:00:36.8156832Z", + "endTime": "2022-05-31T09:05:13.4598098Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1051,15 +1016,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8de7093c-989b-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1067,8 +1030,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:42:25 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T13%3A42%3A00.2636128Z\u0027\u0022", + "Date": "Tue, 31 May 2022 09:05:39 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T09%3A05%3A13.4220943Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1076,23 +1039,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e213a95c-5d6c-4868-b65c-ba9653f228ce", + "x-ms-correlation-request-id": "3ea2e44d-5850-47c5-b13f-ccbdd50f668b", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "cda63f16-aafa-45db-adcd-d25e4252c77c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134225Z:e213a95c-5d6c-4868-b65c-ba9653f228ce", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090540Z:3ea2e44d-5850-47c5-b13f-ccbdd50f668b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A42%3A00.2636128Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T09%3A05%3A13.4220943Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:37:21.2791720Z" + "CreatedOnDate": "2022-05-31T09:00:35.5131585Z" }, "properties": { - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1120,10 +1082,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_9d3a0639", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_961637a1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1135,8 +1097,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "mountTargetId": "cb29773f-06ce-9df1-a138-6e8143a0df10", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "ipAddress": "10.7.0.4" } ], @@ -1154,15 +1116,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "495db26a-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1170,8 +1130,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:42:35 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T13%3A42%3A00.2636128Z\u0027\u0022", + "Date": "Tue, 31 May 2022 09:05:49 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T09%3A05%3A13.4220943Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1179,23 +1139,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c59f2ad-2421-4f1a-ae5c-ee27f3892bf9", + "x-ms-correlation-request-id": "dcf328de-5da9-480f-9146-721846706f8b", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "a7857e82-61be-40bf-9283-d2309ec07a9f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134235Z:7c59f2ad-2421-4f1a-ae5c-ee27f3892bf9", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090550Z:dcf328de-5da9-480f-9146-721846706f8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A42%3A00.2636128Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T09%3A05%3A13.4220943Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:37:21.2791720Z" + "CreatedOnDate": "2022-05-31T09:00:35.5131585Z" }, "properties": { - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1223,10 +1182,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_9d3a0639", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_961637a1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1238,8 +1197,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "mountTargetId": "cb29773f-06ce-9df1-a138-6e8143a0df10", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "ipAddress": "10.7.0.4" } ], @@ -1257,15 +1216,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "497b1e9a-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1273,7 +1230,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:42:35 GMT", + "Date": "Tue, 31 May 2022 09:05:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1281,10 +1238,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c4cf15f-15bd-46f4-a607-ea64600c25e8", + "x-ms-correlation-request-id": "b89416f3-1b66-4564-afd1-f6e2eaa7b23c", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "59c90c16-fb23-4af4-b989-87e196859e8f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134235Z:1c4cf15f-15bd-46f4-a607-ea64600c25e8", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090550Z:b89416f3-1b66-4564-afd1-f6e2eaa7b23c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1302,23 +1258,20 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "423", + "Content-Length": "401", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "499c83dc-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -1332,36 +1285,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/981e7e1b-4859-4c1d-bdb1-f34dc504a90d?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29bc71da-a229-4450-b7a6-f5044ac5c463?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2067", + "Content-Length": "2077", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:42:36 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T13%3A42%3A36.3671089Z\u0027\u0022", + "Date": "Tue, 31 May 2022 09:05:50 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T09%3A05%3A51.0217599Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/981e7e1b-4859-4c1d-bdb1-f34dc504a90d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29bc71da-a229-4450-b7a6-f5044ac5c463?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e479fea-da44-47b0-b095-b566eb170b51", + "x-ms-correlation-request-id": "c0262bb5-bd5b-4bf3-a369-979af217d592", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "daadfe4b-ce6c-49f7-9a87-130a3d9a7d1c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134236Z:1e479fea-da44-47b0-b095-b566eb170b51", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090551Z:c0262bb5-bd5b-4bf3-a369-979af217d592", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A42%3A36.3671089Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T09%3A05%3A51.0217599Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:37:21.2791720Z" + "CreatedOnDate": "2022-05-31T09:00:35.5131585Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1389,10 +1341,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_9d3a0639", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_961637a1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1404,8 +1356,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "mountTargetId": "cb29773f-06ce-9df1-a138-6e8143a0df10", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "ipAddress": "10.7.0.4" } ], @@ -1422,15 +1374,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/981e7e1b-4859-4c1d-bdb1-f34dc504a90d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29bc71da-a229-4450-b7a6-f5044ac5c463?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "499c83dc-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1438,7 +1388,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:43:06 GMT", + "Date": "Tue, 31 May 2022 09:06:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1446,18 +1396,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc76edc2-f7bc-475b-9b00-7b7f292f91bd", + "x-ms-correlation-request-id": "f2c92a44-39e7-4760-afdf-fd36046d192a", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "075afa71-2680-4249-a290-bb04c2eb49d9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134306Z:dc76edc2-f7bc-475b-9b00-7b7f292f91bd", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090621Z:f2c92a44-39e7-4760-afdf-fd36046d192a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/981e7e1b-4859-4c1d-bdb1-f34dc504a90d", - "name": "981e7e1b-4859-4c1d-bdb1-f34dc504a90d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29bc71da-a229-4450-b7a6-f5044ac5c463", + "name": "29bc71da-a229-4450-b7a6-f5044ac5c463", "status": "Succeeded", - "startTime": "2022-02-28T13:42:36.3865496Z", - "endTime": "2022-02-28T13:42:46.7610977Z", + "startTime": "2022-05-31T09:05:51.0273613Z", + "endTime": "2022-05-31T09:06:00.9210828Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1465,15 +1414,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/981e7e1b-4859-4c1d-bdb1-f34dc504a90d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/29bc71da-a229-4450-b7a6-f5044ac5c463?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "499c83dc-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1481,7 +1428,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:43:06 GMT", + "Date": "Tue, 31 May 2022 09:06:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1489,20 +1436,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eafc9afb-9ca2-4409-865d-b0a6fe62fec4", + "x-ms-correlation-request-id": "5135e8c6-447e-440c-92c3-61441435f65a", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "b7b53162-a46d-458f-9975-597b5aaa8702", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134306Z:eafc9afb-9ca2-4409-865d-b0a6fe62fec4", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090621Z:5135e8c6-447e-440c-92c3-61441435f65a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A42%3A46.7512147Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T09%3A06%3A00.9121481Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:42:36.0823164Z" + "CreatedOnDate": "2022-05-31T09:05:50.7838112Z" }, "properties": { "dataProtection": { @@ -1512,8 +1458,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", @@ -1544,19 +1489,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_9d3a0639", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_961637a1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "17d7720c-6d81-61ab-64a7-23fa2e163ab4", + "poolId": "dd286f6c-37e9-987f-df15-68ee7835132a", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "mountTargetId": "cb29773f-06ce-9df1-a138-6e8143a0df10", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "startIp": "", "endIp": "", "gateway": "", @@ -1579,53 +1524,56 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T09:05:50.9139259Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "68", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5c07dfee-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "useExistingSnapshot": false } }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/138b73b8-57e8-4c58-978c-74c59325082d?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d942dea5-0046-4476-b7d8-e22db1664d74?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "501", + "Content-Length": "510", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:43:07 GMT", + "Date": "Tue, 31 May 2022 09:06:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/138b73b8-57e8-4c58-978c-74c59325082d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d942dea5-0046-4476-b7d8-e22db1664d74?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96540918-74db-4a91-8dc5-4b467c849a0e", + "x-ms-correlation-request-id": "221043f3-e6a4-4bb5-bb36-9b690aad6660", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "a5156da2-a86e-4887-ba0a-6043e304c8d0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134307Z:96540918-74db-4a91-8dc5-4b467c849a0e", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090622Z:221043f3-e6a4-4bb5-bb36-9b690aad6660", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { "provisioningState": "Creating", "useExistingSnapshot": false @@ -1633,15 +1581,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/138b73b8-57e8-4c58-978c-74c59325082d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d942dea5-0046-4476-b7d8-e22db1664d74?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5c07dfee-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1649,7 +1595,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:43:37 GMT", + "Date": "Tue, 31 May 2022 09:06:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1657,18 +1603,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1225157-95be-48b3-a2e0-f67356ff7c2a", + "x-ms-correlation-request-id": "27113b92-8899-4df4-a666-c99deba36567", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "12f9524a-24dd-45e5-93d8-ed1f9c413195", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134337Z:e1225157-95be-48b3-a2e0-f67356ff7c2a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090652Z:27113b92-8899-4df4-a666-c99deba36567", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/138b73b8-57e8-4c58-978c-74c59325082d", - "name": "138b73b8-57e8-4c58-978c-74c59325082d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d942dea5-0046-4476-b7d8-e22db1664d74", + "name": "d942dea5-0046-4476-b7d8-e22db1664d74", "status": "Succeeded", - "startTime": "2022-02-28T13:43:07.076152Z", - "endTime": "2022-02-28T13:43:07.7129696Z", + "startTime": "2022-05-31T09:06:21.9627764Z", + "endTime": "2022-05-31T09:06:24.9212656Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" @@ -1676,62 +1621,57 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/138b73b8-57e8-4c58-978c-74c59325082d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d942dea5-0046-4476-b7d8-e22db1664d74?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5c07dfee-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "721", + "Content-Length": "730", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:43:37 GMT", + "Date": "Tue, 31 May 2022 09:06:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8183d95e-a01c-4353-b736-4f93678b0eed", + "x-ms-correlation-request-id": "acf8734c-1e6a-4f5f-957a-58f10acae939", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "1b569513-6951-4632-898f-ab33b15b452b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134337Z:8183d95e-a01c-4353-b736-4f93678b0eed", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090652Z:acf8734c-1e6a-4f5f-957a-58f10acae939", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "2/28/2022 1:43:07 PM", + "etag": "5/31/2022 9:06:24 AM", "location": "", "properties": { - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "creationDate": "0001-01-01T00:00:00Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", - "provisioningState": "Creating", "failureReason": "None", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Creating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7477c080-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1739,7 +1679,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:43:47 GMT", + "Date": "Tue, 31 May 2022 09:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1747,20 +1687,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70499376-7b89-49e9-97bc-633a5aeb9441", + "x-ms-correlation-request-id": "94962885-b196-4a4e-96c2-6f4fa147684e", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "3b91bd08-cc6e-4c2f-b76f-c885e5b7704f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134348Z:70499376-7b89-49e9-97bc-633a5aeb9441", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090703Z:94962885-b196-4a4e-96c2-6f4fa147684e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1771,15 +1710,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7aaff6c0-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1787,7 +1724,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:43:58 GMT", + "Date": "Tue, 31 May 2022 09:07:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1795,20 +1732,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4e0cd9a-28b4-488a-b076-2ad60c4dae02", + "x-ms-correlation-request-id": "ad0f9eb0-9ae2-43fa-99fb-f143a2e7b88b", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "4fa215b4-2d71-4576-bad4-c9a0108d4daa", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134358Z:c4e0cd9a-28b4-488a-b076-2ad60c4dae02", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090713Z:ad0f9eb0-9ae2-43fa-99fb-f143a2e7b88b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1819,15 +1755,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "80d4a5be-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1835,7 +1769,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:44:08 GMT", + "Date": "Tue, 31 May 2022 09:07:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1843,20 +1777,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c93bee78-a3ea-4e7d-a2e8-4daf581be932", + "x-ms-correlation-request-id": "77fcc5c3-8f6a-4694-9362-a40beeaa1d5c", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "ace7f027-dd84-41a7-8c55-6ed577017d77", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134408Z:c93bee78-a3ea-4e7d-a2e8-4daf581be932", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090723Z:77fcc5c3-8f6a-4694-9362-a40beeaa1d5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1867,15 +1800,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "86f3b8e0-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1883,7 +1814,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:44:18 GMT", + "Date": "Tue, 31 May 2022 09:07:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1891,20 +1822,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bba41f46-df98-45f7-8add-b8c403a99750", + "x-ms-correlation-request-id": "6d3945c8-da81-418a-9380-3fc288b35390", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "ef7e598b-771b-4cb9-9771-760fd77217d9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134419Z:bba41f46-df98-45f7-8add-b8c403a99750", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090734Z:6d3945c8-da81-418a-9380-3fc288b35390", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1915,15 +1845,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d3bcf08-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1931,7 +1859,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:44:28 GMT", + "Date": "Tue, 31 May 2022 09:07:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1939,20 +1867,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e22f39c4-9e02-4299-b027-0caa8ae79fdb", + "x-ms-correlation-request-id": "3f564dfe-6310-4f2c-8431-11f350c74e2b", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "4e5b28a0-452a-486e-8cf6-61107d19abf4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134429Z:e22f39c4-9e02-4299-b027-0caa8ae79fdb", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090744Z:3f564dfe-6310-4f2c-8431-11f350c74e2b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -1963,15 +1890,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "935ae658-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1979,7 +1904,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:44:39 GMT", + "Date": "Tue, 31 May 2022 09:07:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1987,20 +1912,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa9f6688-0eae-4883-a299-e5a3b93fd6a7", + "x-ms-correlation-request-id": "85c05553-1967-4139-9726-17739275f91f", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "1948ac69-e454-4d59-a3ef-f9503598f772", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134439Z:fa9f6688-0eae-4883-a299-e5a3b93fd6a7", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090755Z:85c05553-1967-4139-9726-17739275f91f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2011,15 +1935,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "997de3e6-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2027,7 +1949,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:44:49 GMT", + "Date": "Tue, 31 May 2022 09:08:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2035,20 +1957,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75856f7f-67bb-4ae7-8828-4803e2aaaa3d", + "x-ms-correlation-request-id": "315fa68f-ab1e-417d-9a13-08fdff53176a", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "701d99db-6611-4dda-8f34-81c0d9a008ee", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134450Z:75856f7f-67bb-4ae7-8828-4803e2aaaa3d", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090805Z:315fa68f-ab1e-417d-9a13-08fdff53176a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2059,15 +1980,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9f9e6994-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2075,7 +1994,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:44:59 GMT", + "Date": "Tue, 31 May 2022 09:08:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2083,20 +2002,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dffe039b-a4bc-49d1-8b88-818fa30aaecf", + "x-ms-correlation-request-id": "4e090d7d-e37e-44d0-afd5-b69291ba1bee", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "d153665f-da54-44ab-9e61-430bbf482ae3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134500Z:dffe039b-a4bc-49d1-8b88-818fa30aaecf", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090815Z:4e090d7d-e37e-44d0-afd5-b69291ba1bee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2107,15 +2025,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a5c20240-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2123,7 +2039,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:45:09 GMT", + "Date": "Tue, 31 May 2022 09:08:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2131,20 +2047,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dce605c-4e9e-4b1e-86ba-734ece7bb08e", + "x-ms-correlation-request-id": "40e855f9-b41f-4595-8325-e1d3fe25608b", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "ea7a96b4-2823-4f00-a124-71dbc14a2fc1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134510Z:7dce605c-4e9e-4b1e-86ba-734ece7bb08e", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090826Z:40e855f9-b41f-4595-8325-e1d3fe25608b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2155,15 +2070,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "abe8ee54-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2171,7 +2084,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:45:20 GMT", + "Date": "Tue, 31 May 2022 09:08:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2179,20 +2092,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "078b3654-c1d4-4646-a5cd-80b942127662", + "x-ms-correlation-request-id": "260daad4-7068-4d6c-919d-3b5bc783c137", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "fa5c11a7-5eab-47d0-af9a-223127b0691e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134521Z:078b3654-c1d4-4646-a5cd-80b942127662", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090836Z:260daad4-7068-4d6c-919d-3b5bc783c137", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2203,15 +2115,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b20ad914-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2219,7 +2129,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:45:30 GMT", + "Date": "Tue, 31 May 2022 09:08:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2227,20 +2137,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3002ffa9-804f-4c0a-adaf-70a0bbad8582", + "x-ms-correlation-request-id": "879f9ea4-3d3a-4ef3-9597-b91affa884c1", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "bc183b26-603c-4842-9617-7c7eb72faa50", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134531Z:3002ffa9-804f-4c0a-adaf-70a0bbad8582", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090847Z:879f9ea4-3d3a-4ef3-9597-b91affa884c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:43:07Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 0, "backupType": "Manual", "provisioningState": "Creating", @@ -2251,15 +2160,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b83b61c8-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2267,7 +2174,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:45:40 GMT", + "Date": "Tue, 31 May 2022 09:08:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2275,20 +2182,109 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0028e08a-c77d-41e4-9840-4ae334e746a9", + "x-ms-correlation-request-id": "4853e557-9ed2-40a5-9ca8-abb486b81e00", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "8574b64c-7996-4aed-94da-121af3ef1a36", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134541Z:0028e08a-c77d-41e4-9840-4ae334e746a9", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090857Z:4853e557-9ed2-40a5-9ca8-abb486b81e00", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 09:09:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3be29744-7ebd-4f55-9924-4b9d249a9326", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090907Z:3be29744-7ebd-4f55-9924-4b9d249a9326", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:44:01Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:24Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", + "size": 0, + "backupType": "Manual", + "provisioningState": "Creating", + "failureReason": "None", + "volumeName": "sdk-py-tests-vol-1", + "useExistingSnapshot": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 09:09:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d44c7aca-600f-40cc-8976-cccd9bed2851", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090918Z:d44c7aca-600f-40cc-8976-cccd9bed2851", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", + "location": "eastus", + "properties": { + "creationDate": "2022-05-31T09:06:31Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 331776, "backupType": "Manual", "provisioningState": "Succeeded", @@ -2299,17 +2295,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "65", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b86fa80c-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { @@ -2319,45 +2313,42 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6040eb7d-24b4-4026-8bf2-d2300f756198?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/6acd80ec-5999-4392-944a-afe0cf25e510?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "541", + "Content-Length": "550", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:45:41 GMT", + "Date": "Tue, 31 May 2022 09:09:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6040eb7d-24b4-4026-8bf2-d2300f756198?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/6acd80ec-5999-4392-944a-afe0cf25e510?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5f65e32-469c-4732-b09a-dc6da0023a22", + "x-ms-correlation-request-id": "e1038812-b45b-4049-a2f3-31af2ac4786f", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "4d927740-bc6f-4743-9d76-ebb65cba919b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134542Z:b5f65e32-469c-4732-b09a-dc6da0023a22", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090918Z:e1038812-b45b-4049-a2f3-31af2ac4786f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "label": "label1", "useExistingSnapshot": false } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6040eb7d-24b4-4026-8bf2-d2300f756198?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/6acd80ec-5999-4392-944a-afe0cf25e510?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b86fa80c-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2365,7 +2356,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:46:12 GMT", + "Date": "Tue, 31 May 2022 09:09:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2373,18 +2364,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32ba5df3-cfba-4d15-8803-72f77bebf63c", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "3859db8d-ce1e-4973-bc3b-c7a9607aa619", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134612Z:32ba5df3-cfba-4d15-8803-72f77bebf63c", + "x-ms-correlation-request-id": "eed9cbdd-fec8-4d6e-9cec-6aef9475713b", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090949Z:eed9cbdd-fec8-4d6e-9cec-6aef9475713b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6040eb7d-24b4-4026-8bf2-d2300f756198", - "name": "6040eb7d-24b4-4026-8bf2-d2300f756198", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/6acd80ec-5999-4392-944a-afe0cf25e510", + "name": "6acd80ec-5999-4392-944a-afe0cf25e510", "status": "Succeeded", - "startTime": "2022-02-28T13:45:42.0890422Z", - "endTime": "2022-02-28T13:45:42.7693493Z", + "startTime": "2022-05-31T09:09:18.6552252Z", + "endTime": "2022-05-31T09:09:19.2958443Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1" @@ -2392,15 +2382,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6040eb7d-24b4-4026-8bf2-d2300f756198?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/6acd80ec-5999-4392-944a-afe0cf25e510?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b86fa80c-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2408,7 +2396,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:46:12 GMT", + "Date": "Tue, 31 May 2022 09:09:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2416,42 +2404,39 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0772dd4f-fd16-4412-b916-f208de1ce119", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "c5a38e41-6c93-455c-8957-f4de4142f30c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134612Z:0772dd4f-fd16-4412-b916-f208de1ce119", + "x-ms-correlation-request-id": "748a6e1c-5fa5-420a-baee-dec9c135f45f", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090949Z:748a6e1c-5fa5-420a-baee-dec9c135f45f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "etag": "2/28/2022 1:45:42 PM", - "location": "southcentralusstage", + "etag": "5/31/2022 9:09:19 AM", + "location": "eastus", "properties": { - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", - "creationDate": "2022-02-28T13:44:01Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", + "creationDate": "2022-05-31T09:06:31Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 331776, "backupType": "Manual", "label": "label1", - "provisioningState": "Accepted", "failureReason": "None", "volumeName": "sdk-py-tests-vol-1", - "useExistingSnapshot": false + "useExistingSnapshot": false, + "provisioningState": "Accepted" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cae1b71e-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2459,7 +2444,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:46:13 GMT", + "Date": "Tue, 31 May 2022 09:09:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2467,20 +2452,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d8ce63d-a9a1-40aa-8d10-b1dcc3618421", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "95504a71-dc3a-45eb-8683-6f64b861f627", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134613Z:4d8ce63d-a9a1-40aa-8d10-b1dcc3618421", + "x-ms-correlation-request-id": "d8715d9c-7967-431d-8ac1-a1cbc8f07d0a", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090949Z:d8715d9c-7967-431d-8ac1-a1cbc8f07d0a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-backup-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups", - "location": "southcentralusstage", + "location": "eastus", "properties": { - "creationDate": "2022-02-28T13:44:01Z", - "backupId": "551a03c2-515f-9d6a-c0a3-f2ab5d074aa9", + "creationDate": "2022-05-31T09:06:31Z", + "backupId": "db3d6dc7-33cb-0108-5450-e47b22090209", "size": 331776, "backupType": "Manual", "label": "label1", @@ -2492,15 +2476,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cb10fa42-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2508,7 +2490,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:46:13 GMT", + "Date": "Tue, 31 May 2022 09:09:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2516,10 +2498,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4869229-69e5-40f4-8725-283f1b1a0ba6", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "30e9cbe7-e85b-4cbe-bd77-c432bff52b7b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134613Z:b4869229-69e5-40f4-8725-283f1b1a0ba6", + "x-ms-correlation-request-id": "319f934f-d43e-4e5f-b7a8-12e101269eb6", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090949Z:319f934f-d43e-4e5f-b7a8-12e101269eb6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2537,23 +2518,20 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "424", + "Content-Length": "402", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cb2e5c22-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "backup": { "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", @@ -2567,32 +2545,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ade0e312-7ba9-4f76-bb5d-ef82457161c7?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fafc0a06-8db8-4e72-827f-c115d1911ce4?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2317", + "Content-Length": "2483", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:46:13 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T13%3A46%3A13.7668639Z\u0027\u0022", + "Date": "Tue, 31 May 2022 09:09:50 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T09%3A09%3A50.2609777Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ade0e312-7ba9-4f76-bb5d-ef82457161c7?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fafc0a06-8db8-4e72-827f-c115d1911ce4?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "151b7ece-81fe-4a44-932d-482e7b2acb84", + "x-ms-correlation-request-id": "397c12c2-3217-4761-a281-b539adeadaba", "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "65f23b5a-f3b0-4475-8988-e21250c65374", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134613Z:151b7ece-81fe-4a44-932d-482e7b2acb84", + "x-ms-routing-request-id": "WESTEUROPE:20220531T090950Z:397c12c2-3217-4761-a281-b539adeadaba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A46%3A13.7668639Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T09%3A09%3A50.2609777Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:42:36.0823164Z" + "CreatedOnDate": "2022-05-31T09:05:50.7838112Z" }, "properties": { "dataProtection": { @@ -2603,7 +2580,7 @@ } }, "provisioningState": "Patching", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -2631,10 +2608,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_9d3a0639", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_961637a1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -2646,8 +2623,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "mountTargetId": "cb29773f-06ce-9df1-a138-6e8143a0df10", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "ipAddress": "10.7.0.4" } ], @@ -2660,19 +2637,22 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000 + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T09:05:50.9139259Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ade0e312-7ba9-4f76-bb5d-ef82457161c7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fafc0a06-8db8-4e72-827f-c115d1911ce4?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cb2e5c22-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2680,7 +2660,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:46:43 GMT", + "Date": "Tue, 31 May 2022 09:10:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2688,18 +2668,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35ee14b5-9443-43d4-942e-34ed007b09f7", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "45a5c998-e063-48af-9343-2c522c830fd5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134644Z:35ee14b5-9443-43d4-942e-34ed007b09f7", + "x-ms-correlation-request-id": "81a583e9-0257-4770-b308-dcd1eee41a32", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091020Z:81a583e9-0257-4770-b308-dcd1eee41a32", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ade0e312-7ba9-4f76-bb5d-ef82457161c7", - "name": "ade0e312-7ba9-4f76-bb5d-ef82457161c7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fafc0a06-8db8-4e72-827f-c115d1911ce4", + "name": "fafc0a06-8db8-4e72-827f-c115d1911ce4", "status": "Succeeded", - "startTime": "2022-02-28T13:46:13.7910365Z", - "endTime": "2022-02-28T13:46:31.5387665Z", + "startTime": "2022-05-31T09:09:50.2674296Z", + "endTime": "2022-05-31T09:10:02.3466884Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -2707,15 +2686,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ade0e312-7ba9-4f76-bb5d-ef82457161c7?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fafc0a06-8db8-4e72-827f-c115d1911ce4?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cb2e5c22-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2723,7 +2700,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:46:43 GMT", + "Date": "Tue, 31 May 2022 09:10:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2731,20 +2708,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d1d30d0-af13-40a6-8c65-834f97fdb807", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "fecbe33a-ad04-4ecb-a8d8-d69d122e6155", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134644Z:4d1d30d0-af13-40a6-8c65-834f97fdb807", + "x-ms-correlation-request-id": "b3c0da6f-aeb0-4b81-a3df-6abe26d9ee72", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091020Z:b3c0da6f-aeb0-4b81-a3df-6abe26d9ee72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A46%3A31.5227978Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T09%3A10%3A02.3431196Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:46:13.4908998Z" + "CreatedOnDate": "2022-05-31T09:09:49.9054098Z" }, "properties": { "dataProtection": { @@ -2754,8 +2730,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Succeeded", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", @@ -2786,19 +2761,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_9d3a0639", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_961637a1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "17d7720c-6d81-61ab-64a7-23fa2e163ab4", + "poolId": "dd286f6c-37e9-987f-df15-68ee7835132a", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "mountTargetId": "cb29773f-06ce-9df1-a138-6e8143a0df10", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "startIp": "", "endIp": "", "gateway": "", @@ -2821,20 +2796,24 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T09:09:50.1502006Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/backups/sdk-py-tests-backup-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dec8d582-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, @@ -2842,16 +2821,15 @@ "Cache-Control": "no-cache", "Content-Length": "77", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:46:46 GMT", + "Date": "Tue, 31 May 2022 09:10:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2bd4f47-dab8-4e9a-868f-ea46691c8a6b", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "5fa81f4c-b575-40cf-a460-c623affaa25a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134646Z:d2bd4f47-dab8-4e9a-868f-ea46691c8a6b", + "x-ms-correlation-request-id": "8519bd5b-cbf8-4cfe-9194-31dd79f95de3", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091023Z:8519bd5b-cbf8-4cfe-9194-31dd79f95de3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -2862,48 +2840,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "def5d032-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bbbaf354-8915-4c9f-a24b-6fb49daec422?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/90eed70f-b281-4981-b000-03de8529088b?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 13:46:46 GMT", + "Date": "Tue, 31 May 2022 09:10:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bbbaf354-8915-4c9f-a24b-6fb49daec422?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/90eed70f-b281-4981-b000-03de8529088b?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e67eba3b-305d-4e1b-afc2-c6afd5b00b4e", + "x-ms-correlation-request-id": "ff804bd5-f566-43a0-ae20-dbcd0ba66278", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "e67eba3b-305d-4e1b-afc2-c6afd5b00b4e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134647Z:e67eba3b-305d-4e1b-afc2-c6afd5b00b4e", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091023Z:ff804bd5-f566-43a0-ae20-dbcd0ba66278", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bbbaf354-8915-4c9f-a24b-6fb49daec422?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/90eed70f-b281-4981-b000-03de8529088b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "def5d032-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2911,7 +2884,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:47:16 GMT", + "Date": "Tue, 31 May 2022 09:10:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2919,17 +2892,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca621e01-5972-4a92-8703-60845edc8485", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "b5998e66-d2f6-4558-8a0d-1944f2b0284d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134717Z:ca621e01-5972-4a92-8703-60845edc8485", + "x-ms-correlation-request-id": "c0878de6-7c09-43f7-851f-20116b902138", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091054Z:c0878de6-7c09-43f7-851f-20116b902138", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bbbaf354-8915-4c9f-a24b-6fb49daec422", - "name": "bbbaf354-8915-4c9f-a24b-6fb49daec422", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/90eed70f-b281-4981-b000-03de8529088b", + "name": "90eed70f-b281-4981-b000-03de8529088b", "status": "Deleting", - "startTime": "2022-02-28T13:46:46.9272413Z", + "startTime": "2022-05-31T09:10:23.6313486Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2938,15 +2910,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bbbaf354-8915-4c9f-a24b-6fb49daec422?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/90eed70f-b281-4981-b000-03de8529088b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "def5d032-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2954,7 +2924,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:47:46 GMT", + "Date": "Tue, 31 May 2022 09:11:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2962,17 +2932,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25b00510-0d7e-4f7c-9ddc-89807e349429", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "b7584b23-eaa4-47e9-a5c9-1907c430f096", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134747Z:25b00510-0d7e-4f7c-9ddc-89807e349429", + "x-ms-correlation-request-id": "fb84f03a-5c10-47b0-b017-2a75595b5d79", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091124Z:fb84f03a-5c10-47b0-b017-2a75595b5d79", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bbbaf354-8915-4c9f-a24b-6fb49daec422", - "name": "bbbaf354-8915-4c9f-a24b-6fb49daec422", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/90eed70f-b281-4981-b000-03de8529088b", + "name": "90eed70f-b281-4981-b000-03de8529088b", "status": "Deleting", - "startTime": "2022-02-28T13:46:46.9272413Z", + "startTime": "2022-05-31T09:10:23.6313486Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2981,15 +2950,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bbbaf354-8915-4c9f-a24b-6fb49daec422?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/90eed70f-b281-4981-b000-03de8529088b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "def5d032-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2997,7 +2964,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:48:16 GMT", + "Date": "Tue, 31 May 2022 09:11:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3005,18 +2972,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7789c229-15e6-409a-876d-29f4efde7db9", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "1b163476-fd3f-4f65-b32c-56f76571e67f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134817Z:7789c229-15e6-409a-876d-29f4efde7db9", + "x-ms-correlation-request-id": "a4fa0163-3cb7-40ff-aeac-e98c6e12281d", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091154Z:a4fa0163-3cb7-40ff-aeac-e98c6e12281d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bbbaf354-8915-4c9f-a24b-6fb49daec422", - "name": "bbbaf354-8915-4c9f-a24b-6fb49daec422", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/90eed70f-b281-4981-b000-03de8529088b", + "name": "90eed70f-b281-4981-b000-03de8529088b", "status": "Succeeded", - "startTime": "2022-02-28T13:46:46.9272413Z", - "endTime": "2022-02-28T13:48:07.1166961Z", + "startTime": "2022-05-31T09:10:23.6313486Z", + "endTime": "2022-05-31T09:11:30.839301Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -3024,15 +2990,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bbbaf354-8915-4c9f-a24b-6fb49daec422?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/90eed70f-b281-4981-b000-03de8529088b?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "def5d032-989c-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3040,7 +3004,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:48:16 GMT", + "Date": "Tue, 31 May 2022 09:11:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3048,20 +3012,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc530aa1-365f-4b6e-8e16-e15348418368", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "8230555f-bc41-4322-80a6-1adc0c40ab00", - "x-ms-routing-request-id": "WESTEUROPE:20220228T134817Z:cc530aa1-365f-4b6e-8e16-e15348418368", + "x-ms-correlation-request-id": "07d596a9-5a74-43a7-932e-e1d4d7a637de", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091155Z:07d596a9-5a74-43a7-932e-e1d4d7a637de", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A46%3A46.9100735Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T09%3A10%3A23.617044Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:46:13.4908998Z" + "CreatedOnDate": "2022-05-31T09:09:49.9054098Z" }, "properties": { "dataProtection": { @@ -3071,8 +3034,7 @@ "vaultId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault" } }, - "provisioningState": "Deleting", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", @@ -3103,19 +3065,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_9d3a0639", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_961637a1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "779b008f-08a0-175d-d289-8b48d2c766e3", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "17d7720c-6d81-61ab-64a7-23fa2e163ab4", + "poolId": "dd286f6c-37e9-987f-df15-68ee7835132a", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", - "fileSystemId": "7bb704e9-8281-48d0-f9b0-b4dd3371d5a4", + "mountTargetId": "cb29773f-06ce-9df1-a138-6e8143a0df10", + "fileSystemId": "cb29773f-06ce-9df1-a138-6e8143a0df10", "startIp": "", "endIp": "", "gateway": "", @@ -3138,36 +3100,39 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T09:09:50.1502006Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c9fa94c-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:51:40 GMT", + "Date": "Tue, 31 May 2022 09:15:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be34cd6e-8c56-4bab-9c76-b87752ea3c55", + "x-ms-correlation-request-id": "217295d7-684b-47d4-bc68-6ede633d70d2", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "be34cd6e-8c56-4bab-9c76-b87752ea3c55", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135140Z:be34cd6e-8c56-4bab-9c76-b87752ea3c55" + "x-ms-routing-request-id": "WESTEUROPE:20220531T091516Z:217295d7-684b-47d4-bc68-6ede633d70d2" }, "ResponseBody": { "error": { @@ -3177,48 +3142,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "943ca39e-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f5d52b47-d7b1-4a9e-9d09-e8754d3a5c30?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fef32ea3-533d-4d68-8ff0-1a5027729232?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 13:51:51 GMT", + "Date": "Tue, 31 May 2022 09:15:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f5d52b47-d7b1-4a9e-9d09-e8754d3a5c30?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fef32ea3-533d-4d68-8ff0-1a5027729232?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da568e60-14af-45f9-b3b2-b57a5ec13a44", + "x-ms-correlation-request-id": "f6e51521-0e15-4df3-b2fd-ad2e38ccd75f", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "da568e60-14af-45f9-b3b2-b57a5ec13a44", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135152Z:da568e60-14af-45f9-b3b2-b57a5ec13a44", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091528Z:f6e51521-0e15-4df3-b2fd-ad2e38ccd75f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f5d52b47-d7b1-4a9e-9d09-e8754d3a5c30?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fef32ea3-533d-4d68-8ff0-1a5027729232?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "943ca39e-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3226,7 +3186,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:52:22 GMT", + "Date": "Tue, 31 May 2022 09:15:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3234,18 +3194,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cff5b5a8-38fe-497d-9ed8-24edf9dfc30b", + "x-ms-correlation-request-id": "931831c4-b17c-40e3-90bd-6365a87fb07c", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "c1de790a-6819-42c6-a531-65ec316f694e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135222Z:cff5b5a8-38fe-497d-9ed8-24edf9dfc30b", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091558Z:931831c4-b17c-40e3-90bd-6365a87fb07c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f5d52b47-d7b1-4a9e-9d09-e8754d3a5c30", - "name": "f5d52b47-d7b1-4a9e-9d09-e8754d3a5c30", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fef32ea3-533d-4d68-8ff0-1a5027729232", + "name": "fef32ea3-533d-4d68-8ff0-1a5027729232", "status": "Succeeded", - "startTime": "2022-02-28T13:51:52.1007468Z", - "endTime": "2022-02-28T13:51:52.5418743Z", + "startTime": "2022-05-31T09:15:28.0388414Z", + "endTime": "2022-05-31T09:15:28.3982183Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -3253,15 +3212,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f5d52b47-d7b1-4a9e-9d09-e8754d3a5c30?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fef32ea3-533d-4d68-8ff0-1a5027729232?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "943ca39e-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3269,7 +3226,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:52:22 GMT", + "Date": "Tue, 31 May 2022 09:15:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3277,23 +3234,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa4cbcda-e843-4c13-b3a5-6793841ad90d", + "x-ms-correlation-request-id": "965e765d-6e23-42aa-b05a-7f63da91e96a", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "f27e28d0-3cc0-4744-b9ba-f87662481be9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135222Z:aa4cbcda-e843-4c13-b3a5-6793841ad90d", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091558Z:965e765d-6e23-42aa-b05a-7f63da91e96a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A51%3A52.083836Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T09%3A15%3A28.0164024Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:36:38.4411105Z" + "CreatedOnDate": "2022-05-31T08:59:52.1499782Z" }, "properties": { - "poolId": "17d7720c-6d81-61ab-64a7-23fa2e163ab4", + "poolId": "dd286f6c-37e9-987f-df15-68ee7835132a", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", @@ -3306,143 +3262,128 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ad40b2a4-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 13:52:32 GMT", + "Date": "Tue, 31 May 2022 09:16:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5512399d-b87a-4624-b008-af7c068fa486", + "x-ms-correlation-request-id": "e4a8cded-14e5-49e5-a405-0319db9ac563", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "5512399d-b87a-4624-b008-af7c068fa486", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135232Z:5512399d-b87a-4624-b008-af7c068fa486" + "x-ms-routing-request-id": "WESTEUROPE:20220531T091608Z:e4a8cded-14e5-49e5-a405-0319db9ac563" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b3567a02-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 13:52:42 GMT", + "Date": "Tue, 31 May 2022 09:16:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4308e73a-1d49-41e9-8529-17884dcbcab1", + "x-ms-correlation-request-id": "83f7ab43-0ee1-42ec-b320-0485143adcca", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "4308e73a-1d49-41e9-8529-17884dcbcab1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135243Z:4308e73a-1d49-41e9-8529-17884dcbcab1" + "x-ms-routing-request-id": "WESTEUROPE:20220531T091619Z:83f7ab43-0ee1-42ec-b320-0485143adcca" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b971448a-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 13:52:52 GMT", + "Date": "Tue, 31 May 2022 09:16:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab5a9c51-b3a7-4004-8812-1e35e2b12e6c", + "x-ms-correlation-request-id": "fa8a2e46-c8c6-4dc9-8813-ce4b4b23283d", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "ab5a9c51-b3a7-4004-8812-1e35e2b12e6c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135253Z:ab5a9c51-b3a7-4004-8812-1e35e2b12e6c" + "x-ms-routing-request-id": "WESTEUROPE:20220531T091629Z:fa8a2e46-c8c6-4dc9-8813-ce4b4b23283d" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bf84f452-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 13:53:02 GMT", + "Date": "Tue, 31 May 2022 09:16:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb112fee-2a95-42c0-bf5a-214bc1805016", + "x-ms-correlation-request-id": "0ec11acb-4d25-4bc4-b57c-559fdb1c869b", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "bb112fee-2a95-42c0-bf5a-214bc1805016", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135303Z:bb112fee-2a95-42c0-bf5a-214bc1805016" + "x-ms-routing-request-id": "WESTEUROPE:20220531T091639Z:0ec11acb-4d25-4bc4-b57c-559fdb1c869b" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c59ab4e4-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:53:13 GMT", + "Date": "Tue, 31 May 2022 09:16:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a9cace8-8481-45c9-b74a-34f12c354dd4", + "x-ms-correlation-request-id": "67d4b7be-c515-488a-9e76-d1752bf25630", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "8a9cace8-8481-45c9-b74a-34f12c354dd4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135313Z:8a9cace8-8481-45c9-b74a-34f12c354dd4" + "x-ms-routing-request-id": "WESTEUROPE:20220531T091650Z:67d4b7be-c515-488a-9e76-d1752bf25630" }, "ResponseBody": { "error": { @@ -3452,48 +3393,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c5b491f2-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/915f47e5-85cd-4819-81a0-94abefe8c491?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0b63cecd-ce2e-4224-a909-cef81e52b802?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 13:53:14 GMT", + "Date": "Tue, 31 May 2022 09:16:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/915f47e5-85cd-4819-81a0-94abefe8c491?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0b63cecd-ce2e-4224-a909-cef81e52b802?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6f8c4aa-36de-4e4d-8d98-9255a869598f", + "x-ms-correlation-request-id": "550ca30b-7f1d-4a75-8949-0580d37159af", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "c6f8c4aa-36de-4e4d-8d98-9255a869598f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135314Z:c6f8c4aa-36de-4e4d-8d98-9255a869598f", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091651Z:550ca30b-7f1d-4a75-8949-0580d37159af", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/915f47e5-85cd-4819-81a0-94abefe8c491?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0b63cecd-ce2e-4224-a909-cef81e52b802?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c5b491f2-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3501,7 +3437,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:53:43 GMT", + "Date": "Tue, 31 May 2022 09:17:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3509,18 +3445,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "249e1c2d-2ca5-4500-be7d-a00d8c874aa7", + "x-ms-correlation-request-id": "5ff4c3ad-48f6-4f5b-9ff7-1df941575290", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "2ca0bf44-9ced-4dfb-9a47-d387449614a6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135344Z:249e1c2d-2ca5-4500-be7d-a00d8c874aa7", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091721Z:5ff4c3ad-48f6-4f5b-9ff7-1df941575290", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/915f47e5-85cd-4819-81a0-94abefe8c491", - "name": "915f47e5-85cd-4819-81a0-94abefe8c491", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0b63cecd-ce2e-4224-a909-cef81e52b802", + "name": "0b63cecd-ce2e-4224-a909-cef81e52b802", "status": "Succeeded", - "startTime": "2022-02-28T13:53:14.4821615Z", - "endTime": "2022-02-28T13:53:14.6021604Z", + "startTime": "2022-05-31T09:16:51.0381736Z", + "endTime": "2022-05-31T09:16:51.0694606Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -3528,15 +3463,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/915f47e5-85cd-4819-81a0-94abefe8c491?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/0b63cecd-ce2e-4224-a909-cef81e52b802?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c5b491f2-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3544,7 +3477,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:53:44 GMT", + "Date": "Tue, 31 May 2022 09:17:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3552,55 +3485,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c2f704a-53be-403f-bd7b-0e8be17b20af", + "x-ms-correlation-request-id": "cad3acf0-b208-4f95-98ff-87cdd9dbd6ab", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "9a827377-ca71-4bc2-94e0-d80311e0a79b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135345Z:5c2f704a-53be-403f-bd7b-0e8be17b20af", + "x-ms-routing-request-id": "WESTEUROPE:20220531T091721Z:cad3acf0-b208-4f95-98ff-87cdd9dbd6ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T13%3A53%3A14.47203Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-05-31T09%3A16%3A51.0224366Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-02-28T13:36:04.3658864Z" + "CreatedOnDate": "2022-05-31T08:59:17.4295241Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:59:19.8637586Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T08:59:19.8637586Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d99857da-989d-11ec-a670-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 13:53:46 GMT", + "Date": "Tue, 31 May 2022 09:17:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78238a7f-8c0d-4d67-9eba-37af3f6f9a92", + "x-ms-correlation-request-id": "c2f7f267-64ec-4bf5-89b1-f33512ec04ee", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "78238a7f-8c0d-4d67-9eba-37af3f6f9a92", - "x-ms-routing-request-id": "WESTEUROPE:20220228T135347Z:78238a7f-8c0d-4d67-9eba-37af3f6f9a92" + "x-ms-routing-request-id": "WESTEUROPE:20220531T091723Z:c2f7f267-64ec-4bf5-89b1-f33512ec04ee" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_create_delete_backup_policy.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_create_delete_backup_policy.json index a9c96ca8e1c0..dfde4073f886 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_create_delete_backup_policy.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_create_delete_backup_policy.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:01:27 GMT", + "Date": "Tue, 31 May 2022 08:34:35 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Auqo7wZnX1BIq2fkM6N8kXc; expires=Sat, 26-Mar-2022 15:01:28 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrTmq9uybltvFcsBRRsa5QQseeZhHeShBugfEjLM0ryCI2lbBTxwumZsG9AUwgif1VuFK71POIQhnOWeps0HFjd40M_ymNy4Kd451JPxisj1PzE9D9guo8s50_l6wCU4tyUuBG9pz7Pww9vHegw3We5VX-rMf1OOsYRHHh1nQYot8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "1a3aad0e-c261-4d09-a0be-c308c9932300" + "x-ms-ests-server": "2.1.12821.9 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=Auqo7wZnX1BIq2fkM6N8kXc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:01:27 GMT", + "Date": "Tue, 31 May 2022 08:34:35 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Auqo7wZnX1BIq2fkM6N8kXc; expires=Sat, 26-Mar-2022 15:01:28 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - WEULR2 ProdSlices", - "x-ms-request-id": "8eeeaaee-187d-404e-9302-50b8dfc50001" + "x-ms-ests-server": "2.1.12794.7 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,40 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1ff25ece-95e1-4251-a2c8-8ece1f08bde7", + "client-request-id": "d46ac4c8-7190-4811-b8a2-450e45b3ac43", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=Auqo7wZnX1BIq2fkM6N8kXc; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "1ff25ece-95e1-4251-a2c8-8ece1f08bde7", - "Content-Length": "1412", + "client-request-id": "d46ac4c8-7190-4811-b8a2-450e45b3ac43", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:01:27 GMT", + "Date": "Tue, 31 May 2022 08:34:36 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=Auqo7wZnX1BIq2fkM6N8kXf7QncyAQAAAMeUqdkOAAAA; expires=Sat, 26-Mar-2022 15:01:28 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "497d23b0-b3a7-4e60-9fa5-b507a55d2200" + "x-ms-ests-server": "2.1.12821.9 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -225,72 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "35", + "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a423a262-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6e857035-825a-40da-bdea-7a31781fed8e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/28af94ae-a65f-454a-8eec-26f1b62a0b62?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "686", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:01:37 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A01%3A35.9919204Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:34:44 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A34%3A43.4232274Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fae8ab8a-f7d1-4e7b-822f-251ea986eaca", + "x-ms-correlation-request-id": "7dab2cf7-5432-47be-b31d-913069ad40fb", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "6eb98b09-94e1-4396-a190-a9ea971074cf", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150137Z:fae8ab8a-f7d1-4e7b-822f-251ea986eaca", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083444Z:7dab2cf7-5432-47be-b31d-913069ad40fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A01%3A35.9919204Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A34%3A43.4232274Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:01:32.4380320Z" + "CreatedOnDate": "2022-05-31T08:34:40.3803769Z" }, "properties": { "provisioningState": "Creating" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:34:42.8442023Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:01:35.2144408Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:01:35.2144408Z" + "lastModifiedAt": "2022-05-31T08:34:42.8442023Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6e857035-825a-40da-bdea-7a31781fed8e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/28af94ae-a65f-454a-8eec-26f1b62a0b62?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a423a262-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -298,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:02:07 GMT", + "Date": "Tue, 31 May 2022 08:35:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -306,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebeb9df6-0925-42e6-9238-daef0bd42e32", + "x-ms-correlation-request-id": "b3408cc2-8f52-4e51-a1ed-997dc80d13d5", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "07eb2dcc-7ce5-4d99-93f5-e52fe86730e7", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150207Z:ebeb9df6-0925-42e6-9238-daef0bd42e32", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083514Z:b3408cc2-8f52-4e51-a1ed-997dc80d13d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6e857035-825a-40da-bdea-7a31781fed8e", - "name": "6e857035-825a-40da-bdea-7a31781fed8e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/28af94ae-a65f-454a-8eec-26f1b62a0b62", + "name": "28af94ae-a65f-454a-8eec-26f1b62a0b62", "status": "Succeeded", - "startTime": "2022-02-24T15:01:36.0012577Z", - "endTime": "2022-02-24T15:01:36.1209815Z", + "startTime": "2022-05-31T08:34:43.4376851Z", + "endTime": "2022-05-31T08:34:43.484543Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -325,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a423a262-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -341,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:02:07 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A01%3A36.1126272Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:35:14 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A34%3A43.4878374Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -350,40 +329,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43d8f9bc-93dc-4a80-9c86-3b5644929a71", + "x-ms-correlation-request-id": "a965df81-ef0c-41e4-95c7-b0c682025bcb", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "276198a4-7822-4208-a81f-f354bad7501e", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150207Z:43d8f9bc-93dc-4a80-9c86-3b5644929a71", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083514Z:a965df81-ef0c-41e4-95c7-b0c682025bcb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A01%3A36.1126272Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A34%3A43.4878374Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:01:32.4380320Z" + "CreatedOnDate": "2022-05-31T08:34:40.3803769Z" }, "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", - "username": "testadmin", - "password": "****************", - "domain": "testdomain.local", - "dns": "10.0.2.4,10.0.2.5", - "status": "Created", - "smbServerName": "testsmb", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], "encryption": { "keySource": "Microsoft.NetApp" }, @@ -391,31 +351,29 @@ }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:34:42.8442023Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:01:35.2144408Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:01:35.2144408Z" + "lastModifiedAt": "2022-05-31T08:34:42.8442023Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "146", + "Content-Length": "133", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bc3b246a-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", "properties": { - "dailyBackupsToKeep": 1, + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "enabled": true @@ -423,59 +381,56 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/01f9789f-b0d4-4d1c-add4-ac8a41c7161c?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/02967387-6c89-4fcb-8ea3-4eaab1d10d63?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "871", + "Content-Length": "861", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:02:10 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A02%3A10.1424639Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:35:17 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A35%3A16.7687763Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15ae42b5-30da-4859-9aa2-505b0a84293d", + "x-ms-correlation-request-id": "abdb41e9-59c5-4304-8496-97789466483c", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "0133acb4-51e9-4cb1-b0a0-63383197ef68", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150211Z:15ae42b5-30da-4859-9aa2-505b0a84293d", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083517Z:abdb41e9-59c5-4304-8496-97789466483c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A02%3A10.1424639Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A35%3A16.7687763Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:02:08.1380625Z" + "CreatedOnDate": "2022-05-31T08:35:15.0505939Z" }, "properties": { "enabled": true, - "dailyBackupsToKeep": 1, + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "provisioningState": "Creating" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:35:16.6411884Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:02:10.0096083Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:02:10.0096083Z" + "lastModifiedAt": "2022-05-31T08:35:16.6411884Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/01f9789f-b0d4-4d1c-add4-ac8a41c7161c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/02967387-6c89-4fcb-8ea3-4eaab1d10d63?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bc3b246a-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -483,7 +438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:02:41 GMT", + "Date": "Tue, 31 May 2022 08:35:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -491,18 +446,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f27b1e5e-b9cc-4071-83da-2f104bcfd678", + "x-ms-correlation-request-id": "3524e81c-272c-4a19-85a4-6b458eeecd6c", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "51f5972f-ff88-42dc-91db-28931908f612", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150241Z:f27b1e5e-b9cc-4071-83da-2f104bcfd678", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083548Z:3524e81c-272c-4a19-85a4-6b458eeecd6c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/01f9789f-b0d4-4d1c-add4-ac8a41c7161c", - "name": "01f9789f-b0d4-4d1c-add4-ac8a41c7161c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/02967387-6c89-4fcb-8ea3-4eaab1d10d63", + "name": "02967387-6c89-4fcb-8ea3-4eaab1d10d63", "status": "Succeeded", - "startTime": "2022-02-24T15:02:10.151957Z", - "endTime": "2022-02-24T15:02:10.3329986Z", + "startTime": "2022-05-31T08:35:16.7721609Z", + "endTime": "2022-05-31T08:35:16.9909193Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1" @@ -510,15 +464,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bc3b246a-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -526,8 +478,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:02:41 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A02%3A10.3282456Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:35:47 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A35%3A16.9968178Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -535,50 +487,46 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca9c9ad6-032f-494c-8a3a-5d6f38b1d199", + "x-ms-correlation-request-id": "57fc7025-d9ef-45ac-af85-53ef652b111b", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "6d3674e8-8de9-47d1-bba9-256f2a835832", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150241Z:ca9c9ad6-032f-494c-8a3a-5d6f38b1d199", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083548Z:57fc7025-d9ef-45ac-af85-53ef652b111b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A02%3A10.3282456Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A35%3A16.9968178Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:02:08.1380625Z" + "CreatedOnDate": "2022-05-31T08:35:15.0505939Z" }, "properties": { "enabled": true, - "backupPolicyId": "bdbaec29-9582-11ec-bf5d-0e830efabeb7", - "dailyBackupsToKeep": 1, + "backupPolicyId": "9927d92a-e0bc-11ec-85be-26652f4d094e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Succeeded" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:35:16.6411884Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:02:10.0096083Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:02:10.0096083Z" + "lastModifiedAt": "2022-05-31T08:35:16.6411884Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d05369c6-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -586,7 +534,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:02:41 GMT", + "Date": "Tue, 31 May 2022 08:35:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -594,10 +542,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a357be6-645f-4e1b-b80f-05e5d39c0ab1", + "x-ms-correlation-request-id": "5fad98d3-c7c3-4f9e-9338-58c9ef4b3ca9", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "45850c5f-8f0d-417f-84bc-67fb21112357", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150241Z:9a357be6-645f-4e1b-b80f-05e5d39c0ab1", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083548Z:5fad98d3-c7c3-4f9e-9338-58c9ef4b3ca9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -606,75 +553,69 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A02%3A10.3282456Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A35%3A16.9968178Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:02:08.1380625Z" + "CreatedOnDate": "2022-05-31T08:35:15.0505939Z" }, "properties": { "enabled": true, - "backupPolicyId": "bdbaec29-9582-11ec-bf5d-0e830efabeb7", - "dailyBackupsToKeep": 1, + "backupPolicyId": "9927d92a-e0bc-11ec-85be-26652f4d094e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Succeeded" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:35:16.6411884Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:02:10.0096083Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:02:10.0096083Z" + "lastModifiedAt": "2022-05-31T08:35:16.6411884Z", + "lastModifiedByType": "Application" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d0822aae-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9f58da35-1091-49d9-a74b-f000aba37775?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef915d82-8ca8-4cbf-9183-b81f43e5d0a8?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 15:02:42 GMT", + "Date": "Tue, 31 May 2022 08:35:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9f58da35-1091-49d9-a74b-f000aba37775?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef915d82-8ca8-4cbf-9183-b81f43e5d0a8?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0369062d-872e-4c35-a8cd-3f1d1e6d559b", + "x-ms-correlation-request-id": "870c6432-175a-4785-bbc9-f2a3253b4845", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "0369062d-872e-4c35-a8cd-3f1d1e6d559b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150242Z:0369062d-872e-4c35-a8cd-3f1d1e6d559b", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083549Z:870c6432-175a-4785-bbc9-f2a3253b4845", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9f58da35-1091-49d9-a74b-f000aba37775?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef915d82-8ca8-4cbf-9183-b81f43e5d0a8?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d0822aae-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -682,7 +623,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:03:12 GMT", + "Date": "Tue, 31 May 2022 08:36:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -690,18 +631,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d556fa01-70bf-4ee2-be98-a0a7a16e33fa", + "x-ms-correlation-request-id": "bb8dcb95-dd9b-464a-b347-7054c6063171", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7cb43530-e027-4a80-ba30-546ac0c28d7c", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150312Z:d556fa01-70bf-4ee2-be98-a0a7a16e33fa", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083619Z:bb8dcb95-dd9b-464a-b347-7054c6063171", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9f58da35-1091-49d9-a74b-f000aba37775", - "name": "9f58da35-1091-49d9-a74b-f000aba37775", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef915d82-8ca8-4cbf-9183-b81f43e5d0a8", + "name": "ef915d82-8ca8-4cbf-9183-b81f43e5d0a8", "status": "Succeeded", - "startTime": "2022-02-24T15:02:42.3578403Z", - "endTime": "2022-02-24T15:02:43.0420128Z", + "startTime": "2022-05-31T08:35:49.0245105Z", + "endTime": "2022-05-31T08:35:49.5557653Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1" @@ -709,15 +649,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9f58da35-1091-49d9-a74b-f000aba37775?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef915d82-8ca8-4cbf-9183-b81f43e5d0a8?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d0822aae-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -725,7 +663,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:03:12 GMT", + "Date": "Tue, 31 May 2022 08:36:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -733,67 +671,62 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "963f7347-079f-4039-b935-97c7939e363c", + "x-ms-correlation-request-id": "6856d426-d3c8-4d76-b440-c3c5f3cc1b88", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "23bb571d-a3ee-48e5-b0d3-94db9a03d43b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150312Z:963f7347-079f-4039-b935-97c7939e363c", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083619Z:6856d426-d3c8-4d76-b440-c3c5f3cc1b88", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A02%3A42.3460952Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A35%3A49.0146416Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:02:08.1380625Z" + "CreatedOnDate": "2022-05-31T08:35:15.0505939Z" }, "properties": { "enabled": true, - "backupPolicyId": "bdbaec29-9582-11ec-bf5d-0e830efabeb7", - "dailyBackupsToKeep": 1, + "backupPolicyId": "9927d92a-e0bc-11ec-85be-26652f4d094e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "yearlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Deleting" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:35:16.6411884Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:02:10.0096083Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:02:10.0096083Z" + "lastModifiedAt": "2022-05-31T08:35:16.6411884Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e433cac6-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "285", + "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:03:14 GMT", + "Date": "Tue, 31 May 2022 08:36:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0fd5205-74e3-4045-8b3e-e8205ed7c290", + "x-ms-correlation-request-id": "1844f713-ecf8-4d6b-9784-7e2c024561fd", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "c0fd5205-74e3-4045-8b3e-e8205ed7c290", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150315Z:c0fd5205-74e3-4045-8b3e-e8205ed7c290" + "x-ms-routing-request-id": "WESTEUROPE:20220531T083621Z:1844f713-ecf8-4d6b-9784-7e2c024561fd" }, "ResponseBody": { "error": { @@ -803,15 +736,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e452b4ae-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -819,7 +750,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:03:14 GMT", + "Date": "Tue, 31 May 2022 08:36:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -827,10 +758,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afe51706-d4f7-4ead-ba28-e34bcc45b900", + "x-ms-correlation-request-id": "959e1ab4-ea45-4f3b-8384-945047883c48", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ab7e475e-6fb2-4bfa-884a-d87fe5bf29c1", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150315Z:afe51706-d4f7-4ead-ba28-e34bcc45b900", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083621Z:959e1ab4-ea45-4f3b-8384-945047883c48", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -838,48 +768,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e4744e52-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a71bd740-cc27-47de-a1b2-be47df8ede25?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/513fcfff-9d94-4f3e-bf00-42b8f32eae4e?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 15:03:15 GMT", + "Date": "Tue, 31 May 2022 08:36:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a71bd740-cc27-47de-a1b2-be47df8ede25?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/513fcfff-9d94-4f3e-bf00-42b8f32eae4e?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55d1c694-9451-47e0-9ebd-5eb159637519", + "x-ms-correlation-request-id": "17cbe1df-f680-4ce5-ba75-9b9f7dd4cf01", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "55d1c694-9451-47e0-9ebd-5eb159637519", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150315Z:55d1c694-9451-47e0-9ebd-5eb159637519", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083622Z:17cbe1df-f680-4ce5-ba75-9b9f7dd4cf01", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a71bd740-cc27-47de-a1b2-be47df8ede25?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/513fcfff-9d94-4f3e-bf00-42b8f32eae4e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e4744e52-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -887,7 +812,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:03:45 GMT", + "Date": "Tue, 31 May 2022 08:36:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -895,18 +820,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f286a7a5-f28d-45b6-8a33-5bd57c928fe2", + "x-ms-correlation-request-id": "20c89306-c1f0-4b2d-b73b-dfdb5c4a0444", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "a42bb165-2a37-47e8-8eaa-66d58c6ded0d", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150346Z:f286a7a5-f28d-45b6-8a33-5bd57c928fe2", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083652Z:20c89306-c1f0-4b2d-b73b-dfdb5c4a0444", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a71bd740-cc27-47de-a1b2-be47df8ede25", - "name": "a71bd740-cc27-47de-a1b2-be47df8ede25", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/513fcfff-9d94-4f3e-bf00-42b8f32eae4e", + "name": "513fcfff-9d94-4f3e-bf00-42b8f32eae4e", "status": "Succeeded", - "startTime": "2022-02-24T15:03:15.8221542Z", - "endTime": "2022-02-24T15:03:15.8621571Z", + "startTime": "2022-05-31T08:36:22.3329961Z", + "endTime": "2022-05-31T08:36:22.4270413Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -914,15 +838,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a71bd740-cc27-47de-a1b2-be47df8ede25?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/513fcfff-9d94-4f3e-bf00-42b8f32eae4e?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e4744e52-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -930,7 +852,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:03:45 GMT", + "Date": "Tue, 31 May 2022 08:36:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -938,20 +860,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4989c69-d3f5-40ba-a9e5-42ae59233400", + "x-ms-correlation-request-id": "10b3e463-93fd-40ff-aae0-66212eea9080", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "bba6a5dc-97dc-4081-85af-2bf433d75bf6", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150346Z:a4989c69-d3f5-40ba-a9e5-42ae59233400", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083652Z:10b3e463-93fd-40ff-aae0-66212eea9080", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A03%3A15.8091143Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A36%3A22.3237308Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:01:32.4380320Z" + "CreatedOnDate": "2022-05-31T08:34:40.3803769Z" }, "properties": { "encryption": { @@ -961,40 +882,37 @@ }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:34:42.8442023Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:01:35.2144408Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:01:35.2144408Z" + "lastModifiedAt": "2022-05-31T08:34:42.8442023Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f821959a-9582-11ec-906c-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:03:48 GMT", + "Date": "Tue, 31 May 2022 08:36:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "381772b9-9803-42b7-9482-64f5e4493457", + "x-ms-correlation-request-id": "aa192dc7-5f32-49e8-81de-508693b61f04", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "381772b9-9803-42b7-9482-64f5e4493457", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150348Z:381772b9-9803-42b7-9482-64f5e4493457" + "x-ms-routing-request-id": "WESTEUROPE:20220531T083655Z:aa192dc7-5f32-49e8-81de-508693b61f04" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_get_backup_policy_by_name.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_get_backup_policy_by_name.json index ead1bce0a0f3..cb8a917f7844 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_get_backup_policy_by_name.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_get_backup_policy_by_name.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:21:27 GMT", + "Date": "Tue, 31 May 2022 08:27:51 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=As7ymsB0V_ZHkqz0V5WihgA; expires=Sat, 26-Mar-2022 15:21:27 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrUfjd-6d3wwS5kONkKk-wUxHaxD0KkMriRuYLR8RKO4Ofhrmo4ZrijKagaeG-9MG86kDAUQ95PjR24ANDR-S3lCueuSzrRd7QpYM937faxNsKrTE5vX5_rfPRRWFiWXIc9r35339MAa3fz2Vu1hWdYZBl9WSz86qPenkuBcfeRswgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "3752c190-1a10-4ce3-9213-d2e9295c2400" + "x-ms-ests-server": "2.1.12821.9 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=As7ymsB0V_ZHkqz0V5WihgA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:21:27 GMT", + "Date": "Tue, 31 May 2022 08:27:51 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=As7ymsB0V_ZHkqz0V5WihgA; expires=Sat, 26-Mar-2022 15:21:27 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "0f5aacfc-20d6-472d-8558-cc4ef9861f00" + "x-ms-ests-server": "2.1.12821.9 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,40 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e76c8998-bfd3-445b-aa3f-39ae08f73797", + "client-request-id": "6214f24a-9f47-4c8a-98e6-2056951d7e27", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=As7ymsB0V_ZHkqz0V5WihgA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "e76c8998-bfd3-445b-aa3f-39ae08f73797", - "Content-Length": "1412", + "client-request-id": "6214f24a-9f47-4c8a-98e6-2056951d7e27", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:21:27 GMT", + "Date": "Tue, 31 May 2022 08:27:51 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=As7ymsB0V_ZHkqz0V5WihgD7QncyAQAAAHeZqdkOAAAA; expires=Sat, 26-Mar-2022 15:21:28 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "b47c54bd-91e0-4726-ac95-a11631ce2400" + "x-ms-ests-server": "2.1.12821.9 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -225,97 +212,93 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "35", + "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6f2fd5f0-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/91620949-470f-4b91-a3be-fbe32118ce5b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d0cc63a-4d8f-4f69-96b1-023c51f2da08?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "686", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:21:35 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A21%3A35.3897225Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:27:57 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A27%3A57.1740597Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "514f3380-de9e-4718-8c1d-571d56938ead", + "x-ms-correlation-request-id": "d7b077c6-7c5b-4ce1-bfb4-6949080dd284", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d0695017-930e-4623-9ec4-a791b8c3e807", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152136Z:514f3380-de9e-4718-8c1d-571d56938ead", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082758Z:d7b077c6-7c5b-4ce1-bfb4-6949080dd284", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A21%3A35.3897225Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A27%3A57.1740597Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:21:31.3823728Z" + "CreatedOnDate": "2022-05-31T08:27:54.2524846Z" }, "properties": { "provisioningState": "Creating" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:27:56.5121495Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:21:34.5811205Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:21:34.5811205Z" + "lastModifiedAt": "2022-05-31T08:27:56.5121495Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/91620949-470f-4b91-a3be-fbe32118ce5b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d0cc63a-4d8f-4f69-96b1-023c51f2da08?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6f2fd5f0-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "526", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:22:06 GMT", + "Date": "Tue, 31 May 2022 08:28:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d762870-aee2-47f4-a68d-fb86fa776526", + "x-ms-correlation-request-id": "e7be5955-8f90-43a3-aaaf-603392ee59ab", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "be14088b-ed55-4108-bd52-8bd2e1f68a1d", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152206Z:9d762870-aee2-47f4-a68d-fb86fa776526", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082828Z:e7be5955-8f90-43a3-aaaf-603392ee59ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/91620949-470f-4b91-a3be-fbe32118ce5b", - "name": "91620949-470f-4b91-a3be-fbe32118ce5b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d0cc63a-4d8f-4f69-96b1-023c51f2da08", + "name": "4d0cc63a-4d8f-4f69-96b1-023c51f2da08", "status": "Succeeded", - "startTime": "2022-02-24T15:21:35.3930661Z", - "endTime": "2022-02-24T15:21:35.4280554Z", + "startTime": "2022-05-31T08:27:57.167625Z", + "endTime": "2022-05-31T08:27:57.2145151Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -323,63 +306,44 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6f2fd5f0-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1161", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:22:06 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A21%3A35.4196214Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:28:27 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A27%3A57.2073818Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "705569b8-5b2d-4a4c-a726-7410564cf82c", + "x-ms-correlation-request-id": "d3b835e3-563a-4ab2-ae0d-c4dbf335811b", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ba8af7b4-4129-4f76-82d0-00cbbe903e2a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152207Z:705569b8-5b2d-4a4c-a726-7410564cf82c", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082828Z:d3b835e3-563a-4ab2-ae0d-c4dbf335811b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A21%3A35.4196214Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A27%3A57.2073818Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:21:31.3823728Z" + "CreatedOnDate": "2022-05-31T08:27:54.2524846Z" }, "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", - "username": "testadmin", - "password": "****************", - "domain": "testdomain.local", - "dns": "10.0.2.4,10.0.2.5", - "status": "Created", - "smbServerName": "testsmb", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], "encryption": { "keySource": "Microsoft.NetApp" }, @@ -387,31 +351,29 @@ }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:27:56.5121495Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:21:34.5811205Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:21:34.5811205Z" + "lastModifiedAt": "2022-05-31T08:27:56.5121495Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "146", + "Content-Length": "133", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "871240a4-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", "properties": { - "dailyBackupsToKeep": 1, + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "enabled": true @@ -419,84 +381,82 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/99c85337-89ec-4b68-b59f-40621925e799?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/55828815-a710-4b1b-a1b3-17dffa0a760e?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "871", + "Content-Length": "861", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:22:09 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A22%3A09.3093384Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:28:30 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A28%3A30.3952557Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec5a0f8d-188c-4ead-9027-020fe479c892", + "x-ms-correlation-request-id": "178ba5d4-88d7-4967-b46b-dad0eca8a3d4", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "68ecf5c4-3d9b-457a-a278-e9592e845e53", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152210Z:ec5a0f8d-188c-4ead-9027-020fe479c892", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082831Z:178ba5d4-88d7-4967-b46b-dad0eca8a3d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A22%3A09.3093384Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A28%3A30.3952557Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:22:07.4946801Z" + "CreatedOnDate": "2022-05-31T08:28:28.8880858Z" }, "properties": { "enabled": true, - "dailyBackupsToKeep": 1, + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "provisioningState": "Creating" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:28:30.2779769Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:22:09.1814634Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:22:09.1814634Z" + "lastModifiedAt": "2022-05-31T08:28:30.2779769Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/99c85337-89ec-4b68-b59f-40621925e799?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/55828815-a710-4b1b-a1b3-17dffa0a760e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "871240a4-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "570", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:22:39 GMT", + "Date": "Tue, 31 May 2022 08:29:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1d65bc5-9049-4a58-aca6-a922a2635c75", + "x-ms-correlation-request-id": "a100c794-2417-4507-bf28-4694b60df09a", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "58a5c810-563e-4ff3-becb-c5384156283d", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152240Z:b1d65bc5-9049-4a58-aca6-a922a2635c75", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082901Z:a100c794-2417-4507-bf28-4694b60df09a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/99c85337-89ec-4b68-b59f-40621925e799", - "name": "99c85337-89ec-4b68-b59f-40621925e799", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/55828815-a710-4b1b-a1b3-17dffa0a760e", + "name": "55828815-a710-4b1b-a1b3-17dffa0a760e", "status": "Succeeded", - "startTime": "2022-02-24T15:22:09.3156008Z", - "endTime": "2022-02-24T15:22:09.6590426Z", + "startTime": "2022-05-31T08:28:30.3972395Z", + "endTime": "2022-05-31T08:28:30.6003712Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1" @@ -504,189 +464,181 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "871240a4-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "948", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:22:40 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A22%3A09.6531771Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:29:00 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A28%3A30.60544Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba69984b-89df-45e1-928e-ba02dfc469bf", + "x-ms-correlation-request-id": "92a6d96e-9e08-4f19-afff-12c761558e2c", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "80ebf656-ae27-47c9-af68-346778aed45b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152241Z:ba69984b-89df-45e1-928e-ba02dfc469bf", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082901Z:92a6d96e-9e08-4f19-afff-12c761558e2c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A22%3A09.6531771Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A28%3A30.60544Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:22:07.4946801Z" + "CreatedOnDate": "2022-05-31T08:28:28.8880858Z" }, "properties": { "enabled": true, - "backupPolicyId": "88965d95-9585-11ec-bf5d-0e830efabeb7", - "dailyBackupsToKeep": 1, + "backupPolicyId": "a6ed7b3f-e0bb-11ec-9feb-0e093eef7c7e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Succeeded" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:28:30.2779769Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:22:09.1814634Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:22:09.1814634Z" + "lastModifiedAt": "2022-05-31T08:28:30.2779769Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9b3df8ca-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "948", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:22:40 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A22%3A09.6531771Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:29:01 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A28%3A30.60544Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73e2eb3f-8adb-4f13-9307-1261ad13ceb6", + "x-ms-correlation-request-id": "b80addc6-00d5-4248-9c7c-963e79d2b9ef", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "a680a53d-fb6e-4b7a-9f00-e5f61d8927e5", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152241Z:73e2eb3f-8adb-4f13-9307-1261ad13ceb6", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082902Z:b80addc6-00d5-4248-9c7c-963e79d2b9ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A22%3A09.6531771Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A28%3A30.60544Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:22:07.4946801Z" + "CreatedOnDate": "2022-05-31T08:28:28.8880858Z" }, "properties": { "enabled": true, - "backupPolicyId": "88965d95-9585-11ec-bf5d-0e830efabeb7", - "dailyBackupsToKeep": 1, + "backupPolicyId": "a6ed7b3f-e0bb-11ec-9feb-0e093eef7c7e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Succeeded" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:28:30.2779769Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:22:09.1814634Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:22:09.1814634Z" + "lastModifiedAt": "2022-05-31T08:28:30.2779769Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9b5e41c0-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/876b458d-a61d-4fe2-8fdf-da2dd3523337?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b2f7c76-9a76-4b5f-a019-61579543de69?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 15:22:41 GMT", + "Date": "Tue, 31 May 2022 08:29:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/876b458d-a61d-4fe2-8fdf-da2dd3523337?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b2f7c76-9a76-4b5f-a019-61579543de69?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "619646f7-997f-4557-b1a2-3b1f5719868e", + "x-ms-correlation-request-id": "870ce045-994b-451d-958a-edf04fdbf9d7", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "619646f7-997f-4557-b1a2-3b1f5719868e", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152241Z:619646f7-997f-4557-b1a2-3b1f5719868e", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082903Z:870ce045-994b-451d-958a-edf04fdbf9d7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/876b458d-a61d-4fe2-8fdf-da2dd3523337?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b2f7c76-9a76-4b5f-a019-61579543de69?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9b5e41c0-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "570", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:23:11 GMT", + "Date": "Tue, 31 May 2022 08:29:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ec3eafc-178a-43e4-9462-e2b83dd4db4d", + "x-ms-correlation-request-id": "117fbf91-5ed8-4bf5-9d08-fad2bcbe2b2d", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "9c014d4e-cca7-49e8-91c7-f5aaa85e7219", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152312Z:8ec3eafc-178a-43e4-9462-e2b83dd4db4d", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082933Z:117fbf91-5ed8-4bf5-9d08-fad2bcbe2b2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/876b458d-a61d-4fe2-8fdf-da2dd3523337", - "name": "876b458d-a61d-4fe2-8fdf-da2dd3523337", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b2f7c76-9a76-4b5f-a019-61579543de69", + "name": "2b2f7c76-9a76-4b5f-a019-61579543de69", "status": "Succeeded", - "startTime": "2022-02-24T15:22:41.7966998Z", - "endTime": "2022-02-24T15:22:42.4406647Z", + "startTime": "2022-05-31T08:29:03.1076776Z", + "endTime": "2022-05-31T08:29:03.6233326Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1" @@ -694,89 +646,84 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/876b458d-a61d-4fe2-8fdf-da2dd3523337?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b2f7c76-9a76-4b5f-a019-61579543de69?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9b5e41c0-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "971", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:23:11 GMT", + "Date": "Tue, 31 May 2022 08:29:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8ecd068-a9ab-45df-ba9f-fcd211f26dfb", + "x-ms-correlation-request-id": "8c4a30d9-120d-4010-bdf6-bcf6df2b490d", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "a0d30135-05f0-4bbc-89a4-31621cfea4e9", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152312Z:e8ecd068-a9ab-45df-ba9f-fcd211f26dfb", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082933Z:8c4a30d9-120d-4010-bdf6-bcf6df2b490d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A22%3A41.7829206Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A29%3A03.0930122Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:22:07.4946801Z" + "CreatedOnDate": "2022-05-31T08:28:28.8880858Z" }, "properties": { "enabled": true, - "backupPolicyId": "88965d95-9585-11ec-bf5d-0e830efabeb7", - "dailyBackupsToKeep": 1, + "backupPolicyId": "a6ed7b3f-e0bb-11ec-9feb-0e093eef7c7e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "yearlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Deleting" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:28:30.2779769Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:22:09.1814634Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:22:09.1814634Z" + "lastModifiedAt": "2022-05-31T08:28:30.2779769Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "af13967a-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "285", + "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:23:13 GMT", + "Date": "Tue, 31 May 2022 08:29:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac668466-41b6-456a-a1b8-836cb872e98b", + "x-ms-correlation-request-id": "be664265-00e7-4989-9982-89a582fc7571", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "ac668466-41b6-456a-a1b8-836cb872e98b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152314Z:ac668466-41b6-456a-a1b8-836cb872e98b" + "x-ms-routing-request-id": "WESTEUROPE:20220531T082935Z:be664265-00e7-4989-9982-89a582fc7571" }, "ResponseBody": { "error": { @@ -786,73 +733,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "af32688e-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0e9a8c0e-b000-4632-af79-e9cb4be7a5f4?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/32bf76ed-6474-4e53-98d1-13b5542d0fc2?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 15:23:14 GMT", + "Date": "Tue, 31 May 2022 08:29:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0e9a8c0e-b000-4632-af79-e9cb4be7a5f4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/32bf76ed-6474-4e53-98d1-13b5542d0fc2?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "befc96c0-46d6-428b-aea2-0e7227cd0c79", + "x-ms-correlation-request-id": "cbfb3b45-2636-4750-ae17-ba0785993cfc", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "befc96c0-46d6-428b-aea2-0e7227cd0c79", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152315Z:befc96c0-46d6-428b-aea2-0e7227cd0c79", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082937Z:cbfb3b45-2636-4750-ae17-ba0785993cfc", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0e9a8c0e-b000-4632-af79-e9cb4be7a5f4?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/32bf76ed-6474-4e53-98d1-13b5542d0fc2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "af32688e-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "526", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:23:45 GMT", + "Date": "Tue, 31 May 2022 08:30:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "063edad0-b98c-4a11-b6ea-dffc535fbd79", + "x-ms-correlation-request-id": "cefa3eb0-7d99-4642-b4a4-0fcd8789236d", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7d304b22-4730-4ed8-a795-cf573456c947", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152345Z:063edad0-b98c-4a11-b6ea-dffc535fbd79", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083007Z:cefa3eb0-7d99-4642-b4a4-0fcd8789236d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0e9a8c0e-b000-4632-af79-e9cb4be7a5f4", - "name": "0e9a8c0e-b000-4632-af79-e9cb4be7a5f4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/32bf76ed-6474-4e53-98d1-13b5542d0fc2", + "name": "32bf76ed-6474-4e53-98d1-13b5542d0fc2", "status": "Succeeded", - "startTime": "2022-02-24T15:23:15.0103017Z", - "endTime": "2022-02-24T15:23:15.0753071Z", + "startTime": "2022-05-31T08:29:36.886842Z", + "endTime": "2022-05-31T08:29:36.9806079Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -860,42 +803,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0e9a8c0e-b000-4632-af79-e9cb4be7a5f4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/32bf76ed-6474-4e53-98d1-13b5542d0fc2?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "af32688e-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:23:45 GMT", + "Date": "Tue, 31 May 2022 08:30:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "535022b6-d6af-40f1-b460-a03b4140a78d", + "x-ms-correlation-request-id": "c434f8a8-950b-4436-bc15-c98604c75cf6", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "b90d4a54-7ec0-445f-a14a-ddabce4bbb72", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152345Z:535022b6-d6af-40f1-b460-a03b4140a78d", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083007Z:c434f8a8-950b-4436-bc15-c98604c75cf6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A23%3A14.9990392Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A29%3A36.8768468Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:21:31.3823728Z" + "CreatedOnDate": "2022-05-31T08:27:54.2524846Z" }, "properties": { "encryption": { @@ -905,40 +847,37 @@ }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:27:56.5121495Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:21:34.5811205Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:21:34.5811205Z" + "lastModifiedAt": "2022-05-31T08:27:56.5121495Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c1c7d29a-9585-11ec-92dd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:23:45 GMT", + "Date": "Tue, 31 May 2022 08:30:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c03d4af1-e022-4065-9495-0cb0b1a6cfc7", + "x-ms-correlation-request-id": "bfb53d5d-ba54-4dbf-8736-561383a64246", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "c03d4af1-e022-4065-9495-0cb0b1a6cfc7", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152345Z:c03d4af1-e022-4065-9495-0cb0b1a6cfc7" + "x-ms-routing-request-id": "WESTEUROPE:20220531T083007Z:bfb53d5d-ba54-4dbf-8736-561383a64246" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_list_backup_policies.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_list_backup_policies.json index d1348e451b25..7704d1e4699e 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_list_backup_policies.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_list_backup_policies.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:09:46 GMT", + "Date": "Tue, 31 May 2022 08:30:35 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AvjqL5GkAoJDorXmplke2ss; expires=Sat, 26-Mar-2022 15:09:46 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrQJMwTXAt7ysWyhxq_yOXemmIckfoYNLnYQdqbjyw-2mo6bF6opglmXOb5yV6LDMpyCA7N6YvmN7x1pS9Bw_m_rmWJ2DGeidfTLWfhXz2UpWw4Vr3hMH1tD2jtXeDpx4wbOiytdZn4dKYgPnCC69dNWtCYHWVvPfQf6SF4vV4me8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "1a3aad0e-c261-4d09-a0be-c3088f032400" + "x-ms-ests-server": "2.1.12821.9 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AvjqL5GkAoJDorXmplke2ss; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:09:46 GMT", + "Date": "Tue, 31 May 2022 08:30:35 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AvjqL5GkAoJDorXmplke2ss; expires=Sat, 26-Mar-2022 15:09:47 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - WEULR2 ProdSlices", - "x-ms-request-id": "8c627f3f-6240-4661-ae51-e0fb7f751501" + "x-ms-ests-server": "2.1.12794.7 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,40 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "8d1c592a-124f-4d03-a697-bce6b459417f", + "client-request-id": "50f0dfaa-90b9-4f4e-b973-f4256b7b04ca", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AvjqL5GkAoJDorXmplke2ss; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "8d1c592a-124f-4d03-a697-bce6b459417f", - "Content-Length": "1412", + "client-request-id": "50f0dfaa-90b9-4f4e-b973-f4256b7b04ca", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:09:47 GMT", + "Date": "Tue, 31 May 2022 08:30:35 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AvjqL5GkAoJDorXmplke2sv7QncyAQAAALqWqdkOAAAA; expires=Sat, 26-Mar-2022 15:09:47 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "c92ceb78-b5d9-4f1e-b54e-d17f3f342200" + "x-ms-ests-server": "2.1.12821.9 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -225,72 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "35", + "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cd81e6c2-9583-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58426ada-9885-4e35-a3aa-3f6bf151e7be?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cf5e9f5d-60fe-47e0-8ed1-2d6814c2b97e?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "686", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:09:55 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A09%3A54.7282579Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:30:42 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A30%3A41.9497258Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "118f62b0-ab5d-46c5-b25c-6804b809ddab", + "x-ms-correlation-request-id": "54544d89-0df4-4aba-a303-82745a982657", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0a931085-6851-425e-a930-2bf6885111a1", - "x-ms-routing-request-id": "WESTEUROPE:20220224T150956Z:118f62b0-ab5d-46c5-b25c-6804b809ddab", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083042Z:54544d89-0df4-4aba-a303-82745a982657", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A09%3A54.7282579Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A30%3A41.9497258Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:09:50.6672416Z" + "CreatedOnDate": "2022-05-31T08:30:38.5122629Z" }, "properties": { "provisioningState": "Creating" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:30:41.2523754Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:09:53.9623669Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:09:53.9623669Z" + "lastModifiedAt": "2022-05-31T08:30:41.2523754Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58426ada-9885-4e35-a3aa-3f6bf151e7be?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cf5e9f5d-60fe-47e0-8ed1-2d6814c2b97e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cd81e6c2-9583-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -298,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:10:26 GMT", + "Date": "Tue, 31 May 2022 08:31:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -306,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96009526-256c-4cea-9cfe-388917650f54", + "x-ms-correlation-request-id": "8c88d3a6-bdf4-4499-ada9-8e40f786c176", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "742f3fa2-ed5f-4b25-b201-8e6f8e11368a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151026Z:96009526-256c-4cea-9cfe-388917650f54", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083113Z:8c88d3a6-bdf4-4499-ada9-8e40f786c176", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58426ada-9885-4e35-a3aa-3f6bf151e7be", - "name": "58426ada-9885-4e35-a3aa-3f6bf151e7be", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cf5e9f5d-60fe-47e0-8ed1-2d6814c2b97e", + "name": "cf5e9f5d-60fe-47e0-8ed1-2d6814c2b97e", "status": "Succeeded", - "startTime": "2022-02-24T15:09:54.7322437Z", - "endTime": "2022-02-24T15:09:54.7672693Z", + "startTime": "2022-05-31T08:30:41.9564928Z", + "endTime": "2022-05-31T08:30:42.0190242Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -325,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cd81e6c2-9583-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -341,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:10:26 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A09%3A54.7623679Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:31:12 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A30%3A42.0058934Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -350,40 +329,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c6e452f-9fe8-487b-a274-5795cbde89f1", + "x-ms-correlation-request-id": "b6354140-6187-40b5-816b-5b60f6c240fd", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "7caaa0c5-3ff8-4be3-b7a7-318ec6a88d8f", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151026Z:4c6e452f-9fe8-487b-a274-5795cbde89f1", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083113Z:b6354140-6187-40b5-816b-5b60f6c240fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A09%3A54.7623679Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A30%3A42.0058934Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:09:50.6672416Z" + "CreatedOnDate": "2022-05-31T08:30:38.5122629Z" }, "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", - "username": "testadmin", - "password": "****************", - "domain": "testdomain.local", - "dns": "10.0.2.4,10.0.2.5", - "status": "Created", - "smbServerName": "testsmb", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], "encryption": { "keySource": "Microsoft.NetApp" }, @@ -391,31 +351,29 @@ }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:30:41.2523754Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:09:53.9623669Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:09:53.9623669Z" + "lastModifiedAt": "2022-05-31T08:30:41.2523754Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "146", + "Content-Length": "133", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e5871076-9583-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", "properties": { - "dailyBackupsToKeep": 1, + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "enabled": true @@ -423,59 +381,56 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9c522dfc-6948-4ddd-82ea-983453b4ea55?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd9682df-c2c0-4d98-a9ad-f8956f80bbb2?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "867", + "Content-Length": "861", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:10:29 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A10%3A28.8388901Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:31:15 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A31%3A15.2044398Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7769f45-6d30-496a-af5f-404343494d2d", + "x-ms-correlation-request-id": "a4f4ce4a-fdb7-4252-9fa0-df7f6dc37fe0", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "55317f01-e6b7-45ba-b629-f952b351ff3c", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151030Z:e7769f45-6d30-496a-af5f-404343494d2d", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083116Z:a4f4ce4a-fdb7-4252-9fa0-df7f6dc37fe0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A10%3A28.8388901Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A31%3A15.2044398Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:10:26.9516200Z" + "CreatedOnDate": "2022-05-31T08:31:13.7423606Z" }, "properties": { "enabled": true, - "dailyBackupsToKeep": 1, + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "provisioningState": "Creating" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:31:15.0808706Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:10:28.71264Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:10:28.71264Z" + "lastModifiedAt": "2022-05-31T08:31:15.0808706Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9c522dfc-6948-4ddd-82ea-983453b4ea55?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd9682df-c2c0-4d98-a9ad-f8956f80bbb2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e5871076-9583-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -483,7 +438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:10:59 GMT", + "Date": "Tue, 31 May 2022 08:31:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -491,18 +446,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e19f08a3-ae64-4584-a82a-258a8300262a", + "x-ms-correlation-request-id": "0bb59f27-ca39-4df0-b7da-5f45e0b89ea1", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "e61522f7-17d1-47df-a2fa-0e8414b0aa98", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151100Z:e19f08a3-ae64-4584-a82a-258a8300262a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083146Z:0bb59f27-ca39-4df0-b7da-5f45e0b89ea1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9c522dfc-6948-4ddd-82ea-983453b4ea55", - "name": "9c522dfc-6948-4ddd-82ea-983453b4ea55", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd9682df-c2c0-4d98-a9ad-f8956f80bbb2", + "name": "bd9682df-c2c0-4d98-a9ad-f8956f80bbb2", "status": "Succeeded", - "startTime": "2022-02-24T15:10:28.9266808Z", - "endTime": "2022-02-24T15:10:28.9963865Z", + "startTime": "2022-05-31T08:31:15.2131152Z", + "endTime": "2022-05-31T08:31:15.3849915Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1" @@ -510,15 +464,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e5871076-9583-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -526,8 +478,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:11:00 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A10%3A28.9889412Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:31:45 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A31%3A15.3809539Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -535,57 +487,53 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1bafc7b-8e62-4b0d-8c87-a09afda99899", + "x-ms-correlation-request-id": "3c220a05-e39f-4230-bdf2-682264361395", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a5f8ac0b-164d-4950-80cb-26f4ca9f272e", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151100Z:b1bafc7b-8e62-4b0d-8c87-a09afda99899", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083146Z:3c220a05-e39f-4230-bdf2-682264361395", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A10%3A28.9889412Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A31%3A15.3809539Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:10:26.9516200Z" + "CreatedOnDate": "2022-05-31T08:31:13.7423606Z" }, "properties": { "enabled": true, - "backupPolicyId": "e6f657d0-9583-11ec-9ed3-a2b680b6b84b", - "dailyBackupsToKeep": 1, + "backupPolicyId": "09261992-e0bc-11ec-9feb-0e093eef7c7e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Succeeded" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:31:15.0808706Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:10:28.71264Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:10:28.71264Z" + "lastModifiedAt": "2022-05-31T08:31:15.0808706Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "146", + "Content-Length": "133", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f9bf3fe6-9583-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", "properties": { - "dailyBackupsToKeep": 1, + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "enabled": true @@ -593,59 +541,56 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1137aa8-3b3b-45a3-88f7-02e33e24eeb3?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c0934915-055b-4112-a2f7-a5fb4a794ea0?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "871", + "Content-Length": "861", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:11:03 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A11%3A02.4547906Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:31:47 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A31%3A47.7845432Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2947ef09-df63-4f0e-9e13-d5de7bcedd3b", + "x-ms-correlation-request-id": "3fa20f35-006a-407f-ba0b-1dce2b16de13", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "e911a7ec-c003-40d9-b157-46b2709f6f51", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151103Z:2947ef09-df63-4f0e-9e13-d5de7bcedd3b", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083148Z:3fa20f35-006a-407f-ba0b-1dce2b16de13", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A11%3A02.4547906Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A31%3A47.7845432Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:11:01.0734512Z" + "CreatedOnDate": "2022-05-31T08:31:46.8590424Z" }, "properties": { "enabled": true, - "dailyBackupsToKeep": 1, + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "provisioningState": "Creating" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:31:47.6749793Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:11:02.3229014Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:11:02.3229014Z" + "lastModifiedAt": "2022-05-31T08:31:47.6749793Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1137aa8-3b3b-45a3-88f7-02e33e24eeb3?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c0934915-055b-4112-a2f7-a5fb4a794ea0?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f9bf3fe6-9583-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -653,7 +598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:11:33 GMT", + "Date": "Tue, 31 May 2022 08:32:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -661,18 +606,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "915cbfa1-01c4-48d9-8f77-e2e86e2b2598", + "x-ms-correlation-request-id": "b09122e0-1385-4a5a-9bf8-d021b3f42bc0", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "737a8eaf-c79a-457b-bfa6-5284a18fb6aa", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151134Z:915cbfa1-01c4-48d9-8f77-e2e86e2b2598", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083218Z:b09122e0-1385-4a5a-9bf8-d021b3f42bc0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1137aa8-3b3b-45a3-88f7-02e33e24eeb3", - "name": "c1137aa8-3b3b-45a3-88f7-02e33e24eeb3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c0934915-055b-4112-a2f7-a5fb4a794ea0", + "name": "c0934915-055b-4112-a2f7-a5fb4a794ea0", "status": "Succeeded", - "startTime": "2022-02-24T15:11:02.4607436Z", - "endTime": "2022-02-24T15:11:02.5607792Z", + "startTime": "2022-05-31T08:31:47.7929242Z", + "endTime": "2022-05-31T08:31:47.8866819Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2" @@ -680,15 +624,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f9bf3fe6-9583-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -696,8 +638,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:11:33 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A11%3A02.5558762Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:32:18 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A31%3A47.8855069Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -705,50 +647,46 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dcfc875-baa2-4465-ba6d-cf29d914527c", + "x-ms-correlation-request-id": "c39881ad-4b20-49dc-88d9-5dfaafc81d39", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0634eb04-36db-4ded-96fa-3b77ef5bbe50", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151134Z:8dcfc875-baa2-4465-ba6d-cf29d914527c", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083218Z:c39881ad-4b20-49dc-88d9-5dfaafc81d39", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A11%3A02.5558762Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A31%3A47.8855069Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:11:01.0734512Z" + "CreatedOnDate": "2022-05-31T08:31:46.8590424Z" }, "properties": { "enabled": true, - "backupPolicyId": "faf63606-9583-11ec-bf5d-0e830efabeb7", - "dailyBackupsToKeep": 1, + "backupPolicyId": "1c867d2b-e0bc-11ec-9feb-0e093eef7c7e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Succeeded" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:31:47.6749793Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:11:02.3229014Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:11:02.3229014Z" + "lastModifiedAt": "2022-05-31T08:31:47.6749793Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0dcee52c-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -756,7 +694,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:11:33 GMT", + "Date": "Tue, 31 May 2022 08:32:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -764,10 +702,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dfdb28d-70d0-44fd-87d1-063aa37d08eb", + "x-ms-correlation-request-id": "7b68aec7-82b5-486f-8c92-49b1c6c73242", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "818589c1-8a82-412b-81b7-c68c02288b67", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151134Z:1dfdb28d-70d0-44fd-87d1-063aa37d08eb", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083219Z:7b68aec7-82b5-486f-8c92-49b1c6c73242", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -776,102 +713,95 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A10%3A28.9889412Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A31%3A15.3809539Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:10:26.9516200Z" + "CreatedOnDate": "2022-05-31T08:31:13.7423606Z" }, "properties": { "enabled": true, - "backupPolicyId": "e6f657d0-9583-11ec-9ed3-a2b680b6b84b", - "dailyBackupsToKeep": 1, + "backupPolicyId": "09261992-e0bc-11ec-9feb-0e093eef7c7e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Succeeded" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:31:15.0808706Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:10:28.71264Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:10:28.71264Z" + "lastModifiedAt": "2022-05-31T08:31:15.0808706Z", + "lastModifiedByType": "Application" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A11%3A02.5558762Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A31%3A47.8855069Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:11:01.0734512Z" + "CreatedOnDate": "2022-05-31T08:31:46.8590424Z" }, "properties": { "enabled": true, - "backupPolicyId": "faf63606-9583-11ec-bf5d-0e830efabeb7", - "dailyBackupsToKeep": 1, + "backupPolicyId": "1c867d2b-e0bc-11ec-9feb-0e093eef7c7e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Succeeded" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:31:47.6749793Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:11:02.3229014Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:11:02.3229014Z" + "lastModifiedAt": "2022-05-31T08:31:47.6749793Z", + "lastModifiedByType": "Application" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0df8b00a-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b06a7a40-8406-4cc1-a3d4-f4b24a76fe13?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/216b88ab-7311-4873-88b1-1428da6390f8?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 15:11:34 GMT", + "Date": "Tue, 31 May 2022 08:32:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b06a7a40-8406-4cc1-a3d4-f4b24a76fe13?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/216b88ab-7311-4873-88b1-1428da6390f8?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a07baea8-588b-42eb-a3a7-7c1d228abdc2", + "x-ms-correlation-request-id": "9a9260d1-8f7c-4fee-8210-2c5129a2c00e", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "a07baea8-588b-42eb-a3a7-7c1d228abdc2", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151135Z:a07baea8-588b-42eb-a3a7-7c1d228abdc2", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083219Z:9a9260d1-8f7c-4fee-8210-2c5129a2c00e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b06a7a40-8406-4cc1-a3d4-f4b24a76fe13?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/216b88ab-7311-4873-88b1-1428da6390f8?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0df8b00a-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -879,7 +809,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:12:04 GMT", + "Date": "Tue, 31 May 2022 08:32:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -887,18 +817,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0936f5fb-8b41-41c1-998e-b2263d3d60e0", + "x-ms-correlation-request-id": "bb6d67db-e785-43fe-97ab-3dd9e939242f", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "7d114c1e-305e-4777-a049-1125211b897e", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151205Z:0936f5fb-8b41-41c1-998e-b2263d3d60e0", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083249Z:bb6d67db-e785-43fe-97ab-3dd9e939242f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b06a7a40-8406-4cc1-a3d4-f4b24a76fe13", - "name": "b06a7a40-8406-4cc1-a3d4-f4b24a76fe13", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/216b88ab-7311-4873-88b1-1428da6390f8", + "name": "216b88ab-7311-4873-88b1-1428da6390f8", "status": "Succeeded", - "startTime": "2022-02-24T15:11:35.0298278Z", - "endTime": "2022-02-24T15:11:35.5804764Z", + "startTime": "2022-05-31T08:32:19.5182642Z", + "endTime": "2022-05-31T08:32:20.1432829Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1" @@ -906,15 +835,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b06a7a40-8406-4cc1-a3d4-f4b24a76fe13?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/216b88ab-7311-4873-88b1-1428da6390f8?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0df8b00a-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -922,7 +849,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:12:04 GMT", + "Date": "Tue, 31 May 2022 08:32:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -930,67 +857,62 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b7ded11-32af-4ca9-9ed2-f737e8e7db9a", + "x-ms-correlation-request-id": "5b4342bc-bca9-47f1-a8f3-913204fb1272", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "0725878c-505a-4f0c-b0ec-bb4b8aa25999", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151205Z:3b7ded11-32af-4ca9-9ed2-f737e8e7db9a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083250Z:5b4342bc-bca9-47f1-a8f3-913204fb1272", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A11%3A35.016432Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A32%3A19.5055621Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:10:26.9516200Z" + "CreatedOnDate": "2022-05-31T08:31:13.7423606Z" }, "properties": { "enabled": true, - "backupPolicyId": "e6f657d0-9583-11ec-9ed3-a2b680b6b84b", - "dailyBackupsToKeep": 1, + "backupPolicyId": "09261992-e0bc-11ec-9feb-0e093eef7c7e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "yearlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Deleting" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:31:15.0808706Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:10:28.71264Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:10:28.71264Z" + "lastModifiedAt": "2022-05-31T08:31:15.0808706Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "21af5a9a-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "285", + "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:12:07 GMT", + "Date": "Tue, 31 May 2022 08:32:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7578ad13-9fdc-47b6-896b-b777b6180a3d", + "x-ms-correlation-request-id": "c1a4bcb7-9146-4b4d-92d4-aa7db8a27922", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "7578ad13-9fdc-47b6-896b-b777b6180a3d", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151207Z:7578ad13-9fdc-47b6-896b-b777b6180a3d" + "x-ms-routing-request-id": "WESTEUROPE:20220531T083252Z:c1a4bcb7-9146-4b4d-92d4-aa7db8a27922" }, "ResponseBody": { "error": { @@ -1000,48 +922,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "21d3d03c-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/14598139-cc36-47be-882e-50b925b006d5?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3880131d-7255-45bf-9882-48a0534b00a2?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 15:12:07 GMT", + "Date": "Tue, 31 May 2022 08:32:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/14598139-cc36-47be-882e-50b925b006d5?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3880131d-7255-45bf-9882-48a0534b00a2?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1a2bd86-3cdf-4ce4-bd6e-34b39ed2cd62", + "x-ms-correlation-request-id": "87f2a121-3302-4bbf-9571-83c4a2a1cd15", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "d1a2bd86-3cdf-4ce4-bd6e-34b39ed2cd62", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151208Z:d1a2bd86-3cdf-4ce4-bd6e-34b39ed2cd62", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083253Z:87f2a121-3302-4bbf-9571-83c4a2a1cd15", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/14598139-cc36-47be-882e-50b925b006d5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3880131d-7255-45bf-9882-48a0534b00a2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "21d3d03c-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1049,7 +966,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:12:37 GMT", + "Date": "Tue, 31 May 2022 08:33:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1057,18 +974,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d19d691-30ff-4efc-94f6-013dbda977d8", + "x-ms-correlation-request-id": "7def2f01-eb09-44f8-80d8-31cf737acc6a", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "28940da9-14c9-4d76-bb33-c24583476c23", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151238Z:4d19d691-30ff-4efc-94f6-013dbda977d8", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083323Z:7def2f01-eb09-44f8-80d8-31cf737acc6a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/14598139-cc36-47be-882e-50b925b006d5", - "name": "14598139-cc36-47be-882e-50b925b006d5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3880131d-7255-45bf-9882-48a0534b00a2", + "name": "3880131d-7255-45bf-9882-48a0534b00a2", "status": "Succeeded", - "startTime": "2022-02-24T15:12:08.3644651Z", - "endTime": "2022-02-24T15:12:08.9758139Z", + "startTime": "2022-05-31T08:32:52.6728135Z", + "endTime": "2022-05-31T08:32:53.1415872Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2" @@ -1076,15 +992,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/14598139-cc36-47be-882e-50b925b006d5?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3880131d-7255-45bf-9882-48a0534b00a2?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "21d3d03c-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1092,7 +1006,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:12:38 GMT", + "Date": "Tue, 31 May 2022 08:33:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1100,67 +1014,62 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a01952c-5c64-4779-9152-fb08598ce27e", + "x-ms-correlation-request-id": "72e330b2-5b19-4645-a480-3bf913371fc5", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "d1ee0213-7d9d-4fb8-982f-dbd0310abd73", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151238Z:0a01952c-5c64-4779-9152-fb08598ce27e", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083323Z:72e330b2-5b19-4645-a480-3bf913371fc5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-2", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A12%3A08.3515299Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A32%3A52.67074Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:11:01.0734512Z" + "CreatedOnDate": "2022-05-31T08:31:46.8590424Z" }, "properties": { "enabled": true, - "backupPolicyId": "faf63606-9583-11ec-bf5d-0e830efabeb7", - "dailyBackupsToKeep": 1, + "backupPolicyId": "1c867d2b-e0bc-11ec-9feb-0e093eef7c7e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "yearlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Deleting" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:31:47.6749793Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:11:02.3229014Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:11:02.3229014Z" + "lastModifiedAt": "2022-05-31T08:31:47.6749793Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "358778cc-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "285", + "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:12:40 GMT", + "Date": "Tue, 31 May 2022 08:33:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05177df3-5156-477e-9406-8b3619db037d", + "x-ms-correlation-request-id": "66609e85-d68d-4d7c-9100-7f3eb0cb4054", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "05177df3-5156-477e-9406-8b3619db037d", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151241Z:05177df3-5156-477e-9406-8b3619db037d" + "x-ms-routing-request-id": "WESTEUROPE:20220531T083325Z:66609e85-d68d-4d7c-9100-7f3eb0cb4054" }, "ResponseBody": { "error": { @@ -1170,15 +1079,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "35a82144-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1186,7 +1093,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:12:40 GMT", + "Date": "Tue, 31 May 2022 08:33:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1194,10 +1101,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ef64a80-8c94-4f9a-9294-aa9fd1b980b1", + "x-ms-correlation-request-id": "252807bf-891a-43dc-9572-78b9bb821d8b", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "dff5ff90-cb96-432c-bddd-f7fa59cb4763", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151241Z:4ef64a80-8c94-4f9a-9294-aa9fd1b980b1", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083325Z:252807bf-891a-43dc-9572-78b9bb821d8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1205,48 +1111,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "35cc2e40-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e2fce169-8f19-48b8-ac1b-08b73977c623?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b0560a0e-8579-44bf-8f4b-ed98a643af69?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 15:12:41 GMT", + "Date": "Tue, 31 May 2022 08:33:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e2fce169-8f19-48b8-ac1b-08b73977c623?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b0560a0e-8579-44bf-8f4b-ed98a643af69?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "439ae8ec-753b-48fb-9fb3-521953195485", + "x-ms-correlation-request-id": "0b2936a9-1327-4a44-9a95-fa1fea3db6c5", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "439ae8ec-753b-48fb-9fb3-521953195485", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151241Z:439ae8ec-753b-48fb-9fb3-521953195485", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083326Z:0b2936a9-1327-4a44-9a95-fa1fea3db6c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e2fce169-8f19-48b8-ac1b-08b73977c623?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b0560a0e-8579-44bf-8f4b-ed98a643af69?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "35cc2e40-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1254,7 +1155,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:13:11 GMT", + "Date": "Tue, 31 May 2022 08:33:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1262,18 +1163,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c8cb5ce-f1b7-4d00-af2d-4cba0bf5df6a", + "x-ms-correlation-request-id": "fa151290-5895-421e-8233-ed77fa8fb7ab", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "1fced610-c254-4a43-9003-3e2bdc616738", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151312Z:4c8cb5ce-f1b7-4d00-af2d-4cba0bf5df6a", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083356Z:fa151290-5895-421e-8233-ed77fa8fb7ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e2fce169-8f19-48b8-ac1b-08b73977c623", - "name": "e2fce169-8f19-48b8-ac1b-08b73977c623", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b0560a0e-8579-44bf-8f4b-ed98a643af69", + "name": "b0560a0e-8579-44bf-8f4b-ed98a643af69", "status": "Succeeded", - "startTime": "2022-02-24T15:12:41.8483543Z", - "endTime": "2022-02-24T15:12:41.8983531Z", + "startTime": "2022-05-31T08:33:26.299968Z", + "endTime": "2022-05-31T08:33:26.3946135Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -1281,15 +1181,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e2fce169-8f19-48b8-ac1b-08b73977c623?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b0560a0e-8579-44bf-8f4b-ed98a643af69?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "35cc2e40-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1297,7 +1195,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:13:11 GMT", + "Date": "Tue, 31 May 2022 08:33:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1305,20 +1203,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b14bb85a-5a20-419a-ab0e-f491b7aa3850", + "x-ms-correlation-request-id": "424cbda0-2c95-4c27-a5e2-2e203c4ec224", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "899983cd-e3fe-420d-a6d8-0f8bf008332a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151312Z:b14bb85a-5a20-419a-ab0e-f491b7aa3850", + "x-ms-routing-request-id": "WESTEUROPE:20220531T083356Z:424cbda0-2c95-4c27-a5e2-2e203c4ec224", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A12%3A41.8386182Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A33%3A26.2886593Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:09:50.6672416Z" + "CreatedOnDate": "2022-05-31T08:30:38.5122629Z" }, "properties": { "encryption": { @@ -1328,40 +1225,37 @@ }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:30:41.2523754Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:09:53.9623669Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:09:53.9623669Z" + "lastModifiedAt": "2022-05-31T08:30:41.2523754Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "48509664-9584-11ec-82a3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:13:11 GMT", + "Date": "Tue, 31 May 2022 08:33:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4172e7a9-3393-4e24-9fad-435d04adf896", + "x-ms-correlation-request-id": "2874dbaa-516f-4ab8-ba8b-d90b7a1e9fd4", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "4172e7a9-3393-4e24-9fad-435d04adf896", - "x-ms-routing-request-id": "WESTEUROPE:20220224T151312Z:4172e7a9-3393-4e24-9fad-435d04adf896" + "x-ms-routing-request-id": "WESTEUROPE:20220531T083356Z:2874dbaa-516f-4ab8-ba8b-d90b7a1e9fd4" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_update_backup_policies.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_update_backup_policies.json index 37cb068ee9a5..02484012b25d 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_update_backup_policies.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_backup_policies.pyTestNetAppBackupPoliciestest_update_backup_policies.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:24:13 GMT", + "Date": "Tue, 31 May 2022 08:24:40 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AugEDQBeyCVAn3cHeS3ciZo; expires=Sat, 26-Mar-2022 15:24:13 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr0r3Xl8D7NiCBdEGdUkPACIlhVrDuEsbPVLV6_9S3EkWNaxFcobuzlJvdxtsU2B-785adARXtLYj6wWvn1hWQ0Vq0WeF7IDQHW3dArG_TgVt9g7LGeo0BoHvRJFTCoPW__NnRHwXUoa5qRjfMU3NFwjN_W0xr9_1cnjyTYCw3o00gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "b63e9335-a721-4144-b94d-28c33a7d2100" + "x-ms-ests-server": "2.1.12821.9 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AugEDQBeyCVAn3cHeS3ciZo; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:24:13 GMT", + "Date": "Tue, 31 May 2022 08:24:40 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AugEDQBeyCVAn3cHeS3ciZo; expires=Sat, 26-Mar-2022 15:24:14 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - NEULR1 ProdSlices", - "x-ms-request-id": "594da174-c217-4e77-9659-e1d00c406801" + "x-ms-ests-server": "2.1.12794.7 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,40 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ed4598a1-6505-4623-b712-f54a55530446", + "client-request-id": "ba5faeaa-c36f-4ed9-9b25-14d94ca34ae3", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AugEDQBeyCVAn3cHeS3ciZo; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ed4598a1-6505-4623-b712-f54a55530446", - "Content-Length": "1412", + "client-request-id": "ba5faeaa-c36f-4ed9-9b25-14d94ca34ae3", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:24:13 GMT", + "Date": "Tue, 31 May 2022 08:24:40 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AugEDQBeyCVAn3cHeS3ciZr7QncyAQAAAB6aqdkOAAAA; expires=Sat, 26-Mar-2022 15:24:14 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "9375dddc-a2aa-4d8e-9705-31dadd172300" + "x-ms-ests-server": "2.1.12821.9 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -225,72 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "35", + "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d1bb87e6-9585-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/133da87c-483c-408c-b9d6-3202e8023ebf?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8d9ce711-5fe0-48a4-9a8f-61ad1d924ec9?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "694", + "Content-Length": "686", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:24:21 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A24%3A21.0029309Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:24:46 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A24%3A46.1374867Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01e6b285-61b3-4e90-9ccb-0b6258155647", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ca3d93db-6fd1-43b9-91c3-3b61913aad5b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152422Z:01e6b285-61b3-4e90-9ccb-0b6258155647", + "x-ms-correlation-request-id": "19259fd9-fd41-4c6b-a9b5-4b82006b60de", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082447Z:19259fd9-fd41-4c6b-a9b5-4b82006b60de", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A24%3A21.0029309Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A24%3A46.1374867Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:24:16.9198074Z" + "CreatedOnDate": "2022-05-31T08:24:42.8196599Z" }, "properties": { "provisioningState": "Creating" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:24:45.4283287Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:24:20.214766Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:24:20.214766Z" + "lastModifiedAt": "2022-05-31T08:24:45.4283287Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/133da87c-483c-408c-b9d6-3202e8023ebf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8d9ce711-5fe0-48a4-9a8f-61ad1d924ec9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d1bb87e6-9585-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -298,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:24:52 GMT", + "Date": "Tue, 31 May 2022 08:25:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -306,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8478aaa-d4ee-48ee-8bf0-f5a79f620d80", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "cdca943c-fe58-4814-92b6-45dd215429dc", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152452Z:e8478aaa-d4ee-48ee-8bf0-f5a79f620d80", + "x-ms-correlation-request-id": "983a78f6-4854-4d21-8ae4-1c377c448497", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082517Z:983a78f6-4854-4d21-8ae4-1c377c448497", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/133da87c-483c-408c-b9d6-3202e8023ebf", - "name": "133da87c-483c-408c-b9d6-3202e8023ebf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8d9ce711-5fe0-48a4-9a8f-61ad1d924ec9", + "name": "8d9ce711-5fe0-48a4-9a8f-61ad1d924ec9", "status": "Succeeded", - "startTime": "2022-02-24T15:24:21.0119925Z", - "endTime": "2022-02-24T15:24:21.0636741Z", + "startTime": "2022-05-31T08:24:46.1318951Z", + "endTime": "2022-05-31T08:24:46.1944311Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -325,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d1bb87e6-9585-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -341,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:24:52 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A24%3A21.0554716Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:25:17 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A24%3A46.1976457Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -350,40 +329,21 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7744c80-8b32-4474-bda3-623f276b73f9", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "d4077b28-5f81-46f7-bf59-6c562ef1dab7", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152452Z:d7744c80-8b32-4474-bda3-623f276b73f9", + "x-ms-correlation-request-id": "f6ab784c-8773-4d97-8b57-f09883f94b60", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082517Z:f6ab784c-8773-4d97-8b57-f09883f94b60", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A24%3A21.0554716Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A24%3A46.1976457Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:24:16.9198074Z" + "CreatedOnDate": "2022-05-31T08:24:42.8196599Z" }, "properties": { - "activeDirectories": [ - { - "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", - "username": "testadmin", - "password": "****************", - "domain": "testdomain.local", - "dns": "10.0.2.4,10.0.2.5", - "status": "Created", - "smbServerName": "testsmb", - "organizationalUnit": "CN=Computers", - "aesEncryption": false, - "ldapSigning": false, - "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, - "encryptDCConnections": false, - "ldapSearchScope": {} - } - ], "encryption": { "keySource": "Microsoft.NetApp" }, @@ -391,31 +351,29 @@ }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:24:45.4283287Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:24:20.214766Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:24:20.214766Z" + "lastModifiedAt": "2022-05-31T08:24:45.4283287Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "146", + "Content-Length": "133", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e9b4a904-9585-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", "properties": { - "dailyBackupsToKeep": 1, + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "enabled": true @@ -423,59 +381,56 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/14ce724e-f494-4d30-8245-d9d4fc00685b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/76ba75b0-2ffd-435f-9652-c8fb7c90c39d?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "869", + "Content-Length": "861", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:24:55 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A24%3A54.45304Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:25:20 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A25%3A19.3507148Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56638d3d-e8f9-4b00-bcd0-78e5f7e26f75", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "cbc3c0a6-22ea-4841-b47e-2adbc8db4042", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152455Z:56638d3d-e8f9-4b00-bcd0-78e5f7e26f75", + "x-ms-correlation-request-id": "61109d66-fbe0-428c-afa3-9c097b32bba9", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082520Z:61109d66-fbe0-428c-afa3-9c097b32bba9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A24%3A54.45304Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A25%3A19.3507148Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:24:52.9245813Z" + "CreatedOnDate": "2022-05-31T08:25:17.7981310Z" }, "properties": { "enabled": true, - "dailyBackupsToKeep": 1, + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, "provisioningState": "Creating" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:25:19.2098969Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:24:54.3351178Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:24:54.3351178Z" + "lastModifiedAt": "2022-05-31T08:25:19.2098969Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/14ce724e-f494-4d30-8245-d9d4fc00685b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/76ba75b0-2ffd-435f-9652-c8fb7c90c39d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e9b4a904-9585-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -483,7 +438,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:25:25 GMT", + "Date": "Tue, 31 May 2022 08:25:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -491,18 +446,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f1bc2df-de09-4e28-ad72-ae5eba0685be", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "e29d6ba9-7a50-4fc2-aae6-5f8e1ef41d30", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152525Z:6f1bc2df-de09-4e28-ad72-ae5eba0685be", + "x-ms-correlation-request-id": "69de6ea2-55c2-48bd-9a89-2303954c0f57", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082550Z:69de6ea2-55c2-48bd-9a89-2303954c0f57", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/14ce724e-f494-4d30-8245-d9d4fc00685b", - "name": "14ce724e-f494-4d30-8245-d9d4fc00685b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/76ba75b0-2ffd-435f-9652-c8fb7c90c39d", + "name": "76ba75b0-2ffd-435f-9652-c8fb7c90c39d", "status": "Succeeded", - "startTime": "2022-02-24T15:24:54.4618529Z", - "endTime": "2022-02-24T15:24:54.7763177Z", + "startTime": "2022-05-31T08:25:19.3544072Z", + "endTime": "2022-05-31T08:25:19.5477922Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1" @@ -510,15 +464,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e9b4a904-9585-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -526,8 +478,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:25:25 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A24%3A54.7662917Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:25:50 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A25%3A19.5487549Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -535,52 +487,48 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d818b5f0-1a36-4d7d-9d6c-c8ad92ee07e5", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "10a40bcb-3963-4881-a4e9-99d6f9d96c6f", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152526Z:d818b5f0-1a36-4d7d-9d6c-c8ad92ee07e5", + "x-ms-correlation-request-id": "99212a5f-da85-4aaa-a54e-7693a18437a2", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082550Z:99212a5f-da85-4aaa-a54e-7693a18437a2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A24%3A54.7662917Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A25%3A19.5487549Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:24:52.9245813Z" + "CreatedOnDate": "2022-05-31T08:25:17.7981310Z" }, "properties": { "enabled": true, - "backupPolicyId": "eb01112e-9585-11ec-9ed3-a2b680b6b84b", - "dailyBackupsToKeep": 1, + "backupPolicyId": "350e710a-e0bb-11ec-85be-26652f4d094e", + "dailyBackupsToKeep": 2, "weeklyBackupsToKeep": 0, "monthlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Succeeded" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:25:19.2098969Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:24:54.3351178Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:24:54.3351178Z" + "lastModifiedAt": "2022-05-31T08:25:19.2098969Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "146", + "Content-Length": "133", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fd97ff34-9585-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -593,62 +541,58 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fc66f1d1-a2cc-4a98-876e-02f47c89d02c?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75674746-de35-43a0-bb4a-1f3cfaa13be2?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "947", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:25:26 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A25%3A26.4792437Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:25:50 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A25%3A51.1898259Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fc66f1d1-a2cc-4a98-876e-02f47c89d02c?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75674746-de35-43a0-bb4a-1f3cfaa13be2?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0eeefda3-1424-4121-8f91-0dc9373fb06e", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "8e2e499d-ffb0-46a7-85b5-7e785717c216", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152526Z:0eeefda3-1424-4121-8f91-0dc9373fb06e", + "x-ms-correlation-request-id": "0c17c35e-48aa-40ab-b6e3-11fd2df30354", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082551Z:0c17c35e-48aa-40ab-b6e3-11fd2df30354", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A25%3A26.4792437Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A25%3A51.1898259Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:24:52.9245813Z" + "CreatedOnDate": "2022-05-31T08:25:17.7981310Z" }, "properties": { "provisioningState": "Patching", "enabled": true, - "backupPolicyId": "eb01112e-9585-11ec-9ed3-a2b680b6b84b", + "backupPolicyId": "350e710a-e0bb-11ec-85be-26652f4d094e", "dailyBackupsToKeep": 0, "weeklyBackupsToKeep": 1, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0 + "monthlyBackupsToKeep": 0 }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:25:19.2098969Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:24:54.3351178Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:24:54.3351178Z" + "lastModifiedAt": "2022-05-31T08:25:19.2098969Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fc66f1d1-a2cc-4a98-876e-02f47c89d02c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75674746-de35-43a0-bb4a-1f3cfaa13be2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fd97ff34-9585-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -656,7 +600,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:25:56 GMT", + "Date": "Tue, 31 May 2022 08:26:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -664,18 +608,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1f4d762-413e-460d-9ab7-2d6ec7712f86", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "2b6cef9e-1e83-43db-84a1-0d786584514c", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152556Z:d1f4d762-413e-460d-9ab7-2d6ec7712f86", + "x-ms-correlation-request-id": "f36117a5-9ac3-455b-ae09-ee5709e873e6", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082621Z:f36117a5-9ac3-455b-ae09-ee5709e873e6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fc66f1d1-a2cc-4a98-876e-02f47c89d02c", - "name": "fc66f1d1-a2cc-4a98-876e-02f47c89d02c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75674746-de35-43a0-bb4a-1f3cfaa13be2", + "name": "75674746-de35-43a0-bb4a-1f3cfaa13be2", "status": "Succeeded", - "startTime": "2022-02-24T15:25:26.4841209Z", - "endTime": "2022-02-24T15:25:28.6488413Z", + "startTime": "2022-05-31T08:25:51.1915111Z", + "endTime": "2022-05-31T08:25:51.7231952Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1" @@ -683,15 +626,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fd97ff34-9585-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -699,8 +640,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:25:56 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T15%3A25%3A28.6400139Z\u0027\u0022", + "Date": "Tue, 31 May 2022 08:26:21 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T08%3A25%3A51.7205249Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -708,83 +649,76 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff405c18-d512-43ac-a528-54684e150b2d", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0a6ba59f-7a04-4afe-ab17-7155ab15143d", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152557Z:ff405c18-d512-43ac-a528-54684e150b2d", + "x-ms-correlation-request-id": "629947d6-3ed4-471b-aa73-c29baf7c69f8", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082621Z:629947d6-3ed4-471b-aa73-c29baf7c69f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A25%3A28.6400139Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A25%3A51.7205249Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:25:26.1840416Z" + "CreatedOnDate": "2022-05-31T08:25:50.9414457Z" }, "properties": { "provisioningState": "Succeeded", "enabled": true, - "backupPolicyId": "eb01112e-9585-11ec-9ed3-a2b680b6b84b", + "backupPolicyId": "350e710a-e0bb-11ec-85be-26652f4d094e", "dailyBackupsToKeep": 0, "weeklyBackupsToKeep": 1, - "monthlyBackupsToKeep": 0, - "volumesAssigned": 0 + "monthlyBackupsToKeep": 0 }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:25:19.2098969Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:24:54.3351178Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:25:26.3704405Z" + "lastModifiedAt": "2022-05-31T08:25:51.0851941Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1010123c-9586-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/040dc2f7-19ea-4f76-b48d-7b0cddbee081?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/06b05ae2-d45b-411f-8e93-ff2a8a52fb8d?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 15:25:57 GMT", + "Date": "Tue, 31 May 2022 08:26:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/040dc2f7-19ea-4f76-b48d-7b0cddbee081?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/06b05ae2-d45b-411f-8e93-ff2a8a52fb8d?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92932fd3-8b08-4b17-8388-8137b6b5cf40", + "x-ms-correlation-request-id": "405417aa-3592-4dc7-8f5f-ec0c189cbe85", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "92932fd3-8b08-4b17-8388-8137b6b5cf40", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152557Z:92932fd3-8b08-4b17-8388-8137b6b5cf40", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082622Z:405417aa-3592-4dc7-8f5f-ec0c189cbe85", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/040dc2f7-19ea-4f76-b48d-7b0cddbee081?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/06b05ae2-d45b-411f-8e93-ff2a8a52fb8d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1010123c-9586-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -792,7 +726,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:26:27 GMT", + "Date": "Tue, 31 May 2022 08:26:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -800,18 +734,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4eb599bd-5381-4687-8a97-f527e4d92228", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "88547677-575a-4c4d-ace7-c52838f6789b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152627Z:4eb599bd-5381-4687-8a97-f527e4d92228", + "x-ms-correlation-request-id": "074759dd-6709-433f-9bf7-36a39dab2da8", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082652Z:074759dd-6709-433f-9bf7-36a39dab2da8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/040dc2f7-19ea-4f76-b48d-7b0cddbee081", - "name": "040dc2f7-19ea-4f76-b48d-7b0cddbee081", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/06b05ae2-d45b-411f-8e93-ff2a8a52fb8d", + "name": "06b05ae2-d45b-411f-8e93-ff2a8a52fb8d", "status": "Succeeded", - "startTime": "2022-02-24T15:25:57.5215566Z", - "endTime": "2022-02-24T15:25:58.1755356Z", + "startTime": "2022-05-31T08:26:22.2665543Z", + "endTime": "2022-05-31T08:26:22.8915507Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1" @@ -819,15 +752,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/040dc2f7-19ea-4f76-b48d-7b0cddbee081?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/06b05ae2-d45b-411f-8e93-ff2a8a52fb8d?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1010123c-9586-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -835,7 +766,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:26:27 GMT", + "Date": "Tue, 31 May 2022 08:26:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -843,67 +774,62 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6935d840-4c23-48b5-a066-d3e1cc2e32df", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "1bb29d04-59a1-4d45-9b10-1e14ff8a43e3", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152628Z:6935d840-4c23-48b5-a066-d3e1cc2e32df", + "x-ms-correlation-request-id": "fc2b623c-f8ef-4c0e-aca2-3113349c4ab1", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082652Z:fc2b623c-f8ef-4c0e-aca2-3113349c4ab1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-backup-policy-1", "type": "Microsoft.NetApp/netAppAccounts/backupPolicies", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A25%3A57.5075819Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A26%3A22.2522192Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:25:26.1840416Z" + "CreatedOnDate": "2022-05-31T08:25:50.9414457Z" }, "properties": { "enabled": true, - "backupPolicyId": "eb01112e-9585-11ec-9ed3-a2b680b6b84b", + "backupPolicyId": "350e710a-e0bb-11ec-85be-26652f4d094e", "dailyBackupsToKeep": 0, "weeklyBackupsToKeep": 1, "monthlyBackupsToKeep": 0, "yearlyBackupsToKeep": 0, - "volumesAssigned": 0, "provisioningState": "Deleting" }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:25:19.2098969Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:24:54.3351178Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:25:26.3704405Z" + "lastModifiedAt": "2022-05-31T08:25:51.0851941Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/backupPolicies/sdk-py-tests-backup-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "23c02c90-9586-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "285", + "Content-Length": "287", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:26:29 GMT", + "Date": "Tue, 31 May 2022 08:26:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5b34596-2cae-4d54-9bd6-0a1275947727", + "x-ms-correlation-request-id": "0d5fa05e-a66d-4530-81d8-190e9537799d", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "e5b34596-2cae-4d54-9bd6-0a1275947727", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152630Z:e5b34596-2cae-4d54-9bd6-0a1275947727" + "x-ms-routing-request-id": "WESTEUROPE:20220531T082654Z:0d5fa05e-a66d-4530-81d8-190e9537799d" }, "ResponseBody": { "error": { @@ -913,48 +839,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "23ddb4d6-9586-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8baf287c-e97a-4db3-bf81-8bc94ee99990?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d124db1-568b-4735-8279-69fcaae95594?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 15:26:30 GMT", + "Date": "Tue, 31 May 2022 08:26:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8baf287c-e97a-4db3-bf81-8bc94ee99990?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d124db1-568b-4735-8279-69fcaae95594?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "affabeed-87f6-46cd-a352-b845f8679869", + "x-ms-correlation-request-id": "acf04a0e-c718-4138-b4c8-798727ec3d9f", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "affabeed-87f6-46cd-a352-b845f8679869", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152630Z:affabeed-87f6-46cd-a352-b845f8679869", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082655Z:acf04a0e-c718-4138-b4c8-798727ec3d9f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8baf287c-e97a-4db3-bf81-8bc94ee99990?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d124db1-568b-4735-8279-69fcaae95594?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "23ddb4d6-9586-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -962,7 +883,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:27:00 GMT", + "Date": "Tue, 31 May 2022 08:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -970,18 +891,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1cccadc5-41ff-4ef5-8871-2ea6c25a5bc2", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "3b86836a-7049-45b1-b74a-be56a3f9b6bb", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152701Z:1cccadc5-41ff-4ef5-8871-2ea6c25a5bc2", + "x-ms-correlation-request-id": "fae54393-699f-4bef-bce2-a2dd3b37f105", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082725Z:fae54393-699f-4bef-bce2-a2dd3b37f105", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8baf287c-e97a-4db3-bf81-8bc94ee99990", - "name": "8baf287c-e97a-4db3-bf81-8bc94ee99990", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d124db1-568b-4735-8279-69fcaae95594", + "name": "4d124db1-568b-4735-8279-69fcaae95594", "status": "Succeeded", - "startTime": "2022-02-24T15:26:30.7401641Z", - "endTime": "2022-02-24T15:26:30.7709086Z", + "startTime": "2022-05-31T08:26:55.4033573Z", + "endTime": "2022-05-31T08:26:55.465849Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -989,15 +909,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8baf287c-e97a-4db3-bf81-8bc94ee99990?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4d124db1-568b-4735-8279-69fcaae95594?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "23ddb4d6-9586-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1005,7 +923,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:27:00 GMT", + "Date": "Tue, 31 May 2022 08:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1013,20 +931,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c95999bb-b70f-48dc-95d0-337d53db8c5f", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "2590c19c-a27e-4975-b5e6-23633a4dfe16", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152701Z:c95999bb-b70f-48dc-95d0-337d53db8c5f", + "x-ms-correlation-request-id": "11aa1f4c-7f09-4c7f-8e5d-da5cb5a34953", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20220531T082725Z:11aa1f4c-7f09-4c7f-8e5d-da5cb5a34953", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T15%3A26%3A30.7286691Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-31T08%3A26%3A55.400428Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T15:24:16.9198074Z" + "CreatedOnDate": "2022-05-31T08:24:42.8196599Z" }, "properties": { "encryption": { @@ -1036,40 +953,37 @@ }, "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T08:24:45.4283287Z", "createdByType": "Application", - "createdAt": "2022-02-24T15:24:20.214766Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", - "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T15:24:20.214766Z" + "lastModifiedAt": "2022-05-31T08:24:45.4283287Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "365530b2-9586-11ec-b28d-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 15:27:00 GMT", + "Date": "Tue, 31 May 2022 08:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1176ea57-6d91-4ee3-848d-757ffb210e0a", + "x-ms-correlation-request-id": "61099b5a-1aec-462e-a406-ea64e35d256c", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "1176ea57-6d91-4ee3-848d-757ffb210e0a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T152701Z:1176ea57-6d91-4ee3-848d-757ffb210e0a" + "x-ms-routing-request-id": "WESTEUROPE:20220531T082726Z:61099b5a-1aec-462e-a406-ea64e35d256c" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_create_delete_pool.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_create_delete_pool.json index 32a93fe1cd34..3820fbca3a0a 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_create_delete_pool.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_create_delete_pool.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:38:45 GMT", + "Date": "Mon, 23 May 2022 13:26:54 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AuPb0Tty46ZMhD6Q05cjh54; expires=Sat, 26-Mar-2022 11:38:46 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrWYZUA54IKBXYmls5Fxo4YIiMjcTrkdzgqe7kYDvyuSywqXW1y0enNH-6OEP9YNxDrV69GSsffW-pfnjRLwLVD4W40M2Ry7gBkc_XH1VAB-08GuJOXu-Kl4vnwy0rCXhXzPyk_DKGRgqQTDw1tJOzk2rlbHVSHFBLiCo3hd23QqsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "f3c14a04-79d3-40d8-9ba1-07db145e1700" + "x-ms-ests-server": "2.1.12794.4 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,7 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:38:45 GMT", + "Date": "Mon, 23 May 2022 13:26:54 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AuPb0Tty46ZMhD6Q05cjh54; expires=Sat, 26-Mar-2022 11:38:46 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - WEULR1 ProdSlices", - "x-ms-request-id": "0e7f389d-9f5b-4c86-ba34-1820a4162202" + "x-ms-ests-server": "2.1.12744.11 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,39 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "9b8d93f1-9008-445e-ab42-6a05514c86c3", + "client-request-id": "4cffbe2a-c443-4ceb-a660-07caf5886c2c", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "9b8d93f1-9008-445e-ab42-6a05514c86c3", - "Content-Length": "1412", + "client-request-id": "4cffbe2a-c443-4ceb-a660-07caf5886c2c", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:38:46 GMT", + "Date": "Mon, 23 May 2022 13:26:54 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AuPb0Tty46ZMhD6Q05cjh577QncyAQAAAEVlqdkOAAAA; expires=Sat, 26-Mar-2022 11:38:46 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "5defbad3-eaab-4fe4-9535-bd80d7ee1600" + "x-ms-ests-server": "2.1.12794.4 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -223,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "535fda1a-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/78525c44-5249-467c-95d5-47cc2a35364b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/85015da5-4043-4504-8c13-4e815d40bb6f?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "698", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:38:54 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T11%3A38%3A53.5830274Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:27:03 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A27%3A02.957058Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a60ddd0-bf1d-4e2f-9c98-4cb492c99fef", + "x-ms-correlation-request-id": "6b10f9b9-5590-425e-b364-68e39298f2d2", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "04afba02-0735-4ec0-892e-b5156625d343", - "x-ms-routing-request-id": "WESTEUROPE:20220224T113854Z:0a60ddd0-bf1d-4e2f-9c98-4cb492c99fef", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132704Z:6b10f9b9-5590-425e-b364-68e39298f2d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A38%3A53.5830274Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A27%3A02.957058Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:38:49.3991851Z" + "CreatedOnDate": "2022-05-23T13:26:58.4097907Z" }, "properties": { "provisioningState": "Creating" @@ -272,23 +258,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T11:38:52.6732757Z", + "createdAt": "2022-05-23T13:27:02.2171494Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T11:38:52.6732757Z" + "lastModifiedAt": "2022-05-23T13:27:02.2171494Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/78525c44-5249-467c-95d5-47cc2a35364b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/85015da5-4043-4504-8c13-4e815d40bb6f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "535fda1a-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -296,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:39:24 GMT", + "Date": "Mon, 23 May 2022 13:27:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -304,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97a9c41c-930c-4caa-8832-bd2bf2c455d0", + "x-ms-correlation-request-id": "1dfdb871-2389-49ee-95fd-2f4542c542e3", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "cdffac96-bef5-4475-a43c-6651a11ec915", - "x-ms-routing-request-id": "WESTEUROPE:20220224T113925Z:97a9c41c-930c-4caa-8832-bd2bf2c455d0", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132734Z:1dfdb871-2389-49ee-95fd-2f4542c542e3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/78525c44-5249-467c-95d5-47cc2a35364b", - "name": "78525c44-5249-467c-95d5-47cc2a35364b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/85015da5-4043-4504-8c13-4e815d40bb6f", + "name": "85015da5-4043-4504-8c13-4e815d40bb6f", "status": "Succeeded", - "startTime": "2022-02-24T11:38:53.5890068Z", - "endTime": "2022-02-24T11:38:53.6640108Z", + "startTime": "2022-05-23T13:27:02.9531351Z", + "endTime": "2022-05-23T13:27:02.9843717Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -323,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "535fda1a-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -339,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:39:24 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T11%3A38%3A53.6610927Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:27:34 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A27%3A02.9886279Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -348,20 +329,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "121bee29-aac0-49ae-b453-e26c09cc9be4", + "x-ms-correlation-request-id": "5ea6377c-f95e-44ba-b8f0-998ea6ee9ba4", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "9de5867a-6d56-4e41-9249-3342be5b2bdb", - "x-ms-routing-request-id": "WESTEUROPE:20220224T113925Z:121bee29-aac0-49ae-b453-e26c09cc9be4", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132735Z:5ea6377c-f95e-44ba-b8f0-998ea6ee9ba4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A38%3A53.6610927Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A27%3A02.9886279Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:38:49.3991851Z" + "CreatedOnDate": "2022-05-23T13:26:58.4097907Z" }, "properties": { "activeDirectories": [ @@ -377,7 +357,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -390,25 +370,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T11:38:52.6732757Z", + "createdAt": "2022-05-23T13:27:02.2171494Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T11:38:52.6732757Z" + "lastModifiedAt": "2022-05-23T13:27:02.2171494Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ec9752c-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -421,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9b610ddd-da01-423e-aaa1-29fc8d5ee09f?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3409747e-4eb1-464a-a1da-9eaa54eeb27a?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "912", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:39:34 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T11%3A39%3A34.4786328Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:27:37 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A27%3A37.5543027Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "367b6540-ba2b-4ae3-846d-0c4d0a5932c4", + "x-ms-correlation-request-id": "65943a41-c880-42fc-aec1-e141abb68fd4", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "f86e7a6c-b8f0-4c3e-8a38-0f06f0c94cdd", - "x-ms-routing-request-id": "WESTEUROPE:20220224T113935Z:367b6540-ba2b-4ae3-846d-0c4d0a5932c4", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132738Z:65943a41-c880-42fc-aec1-e141abb68fd4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A39%3A34.4786328Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A27%3A37.5543027Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:39:32.3986543Z" + "CreatedOnDate": "2022-05-23T13:27:35.3438450Z" }, "properties": { "serviceLevel": "Premium", @@ -459,23 +436,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T11:39:34.0036572Z", + "createdAt": "2022-05-23T13:27:37.1847873Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T11:39:34.0036572Z" + "lastModifiedAt": "2022-05-23T13:27:37.1847873Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9b610ddd-da01-423e-aaa1-29fc8d5ee09f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3409747e-4eb1-464a-a1da-9eaa54eeb27a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ec9752c-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -483,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:40:05 GMT", + "Date": "Mon, 23 May 2022 13:28:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -491,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83986452-0f53-4393-8e71-4fecf2d9159d", + "x-ms-correlation-request-id": "6b2acc07-0c4a-481d-b3ba-cb4d8e33b469", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "625ae058-b61b-4a8c-95a8-7a91da2f713b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114005Z:83986452-0f53-4393-8e71-4fecf2d9159d", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132808Z:6b2acc07-0c4a-481d-b3ba-cb4d8e33b469", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9b610ddd-da01-423e-aaa1-29fc8d5ee09f", - "name": "9b610ddd-da01-423e-aaa1-29fc8d5ee09f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3409747e-4eb1-464a-a1da-9eaa54eeb27a", + "name": "3409747e-4eb1-464a-a1da-9eaa54eeb27a", "status": "Succeeded", - "startTime": "2022-02-24T11:39:34.4802834Z", - "endTime": "2022-02-24T11:39:34.6607935Z", + "startTime": "2022-05-23T13:27:37.5515705Z", + "endTime": "2022-05-23T13:27:38.2703202Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -510,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ec9752c-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -526,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:40:06 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T11%3A39%3A34.6528064Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:28:08 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A27%3A38.268777Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -535,23 +507,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b95f561-bf42-45df-90dd-9a43a7ca8637", + "x-ms-correlation-request-id": "c8451a27-0af5-4d78-9809-88b1e283dc28", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "21728151-1a56-4efc-b2b8-eb94b5c5c5c4", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114006Z:2b95f561-bf42-45df-90dd-9a43a7ca8637", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132809Z:c8451a27-0af5-4d78-9809-88b1e283dc28", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A39%3A34.6528064Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A27%3A38.268777Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:39:32.3986543Z" + "CreatedOnDate": "2022-05-23T13:27:35.3438450Z" }, "properties": { - "poolId": "98420c75-7d58-97d0-8842-57576bb6a4cc", + "poolId": "0699f009-0f2e-e3b4-9726-92b9ff472fc8", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -560,19 +531,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:27:37.1847873Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:27:37.1847873Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "86e63ffa-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -580,7 +557,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:40:12 GMT", + "Date": "Mon, 23 May 2022 13:28:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -588,10 +565,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "196d2165-65c2-4986-ae5c-c10126553280", + "x-ms-correlation-request-id": "0e9d9356-9d92-48b6-b866-81b37e2d1c2d", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "36891641-47ed-4443-9925-8352258635ff", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114012Z:196d2165-65c2-4986-ae5c-c10126553280", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132810Z:0e9d9356-9d92-48b6-b866-81b37e2d1c2d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -600,13 +576,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A39%3A34.6528064Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A27%3A38.268777Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:39:32.3986543Z" + "CreatedOnDate": "2022-05-23T13:27:35.3438450Z" }, "properties": { - "poolId": "98420c75-7d58-97d0-8842-57576bb6a4cc", + "poolId": "0699f009-0f2e-e3b4-9726-92b9ff472fc8", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -615,54 +591,57 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:27:37.1847873Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:27:37.1847873Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8e856d9e-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a27a798a-882b-4e7a-9703-64e397bef9ad?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/df4598cd-59f0-4f13-80b2-1e6f94d9d524?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 11:40:25 GMT", + "Date": "Mon, 23 May 2022 13:28:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a27a798a-882b-4e7a-9703-64e397bef9ad?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/df4598cd-59f0-4f13-80b2-1e6f94d9d524?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f20d9195-dd30-47ba-bd48-14df3fda1796", + "x-ms-correlation-request-id": "8d82dceb-51c4-460b-87f7-153e0de50481", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "f20d9195-dd30-47ba-bd48-14df3fda1796", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114026Z:f20d9195-dd30-47ba-bd48-14df3fda1796", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132820Z:8d82dceb-51c4-460b-87f7-153e0de50481", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a27a798a-882b-4e7a-9703-64e397bef9ad?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/df4598cd-59f0-4f13-80b2-1e6f94d9d524?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8e856d9e-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -670,7 +649,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:40:56 GMT", + "Date": "Mon, 23 May 2022 13:28:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -678,18 +657,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb720783-eb7d-4ab0-ae49-5bad7e2172e1", + "x-ms-correlation-request-id": "2ceda6ee-12ba-4012-839e-9b79efca86fc", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "3982d5a2-77ca-4819-9801-80e53ff01f78", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114056Z:bb720783-eb7d-4ab0-ae49-5bad7e2172e1", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132850Z:2ceda6ee-12ba-4012-839e-9b79efca86fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a27a798a-882b-4e7a-9703-64e397bef9ad", - "name": "a27a798a-882b-4e7a-9703-64e397bef9ad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/df4598cd-59f0-4f13-80b2-1e6f94d9d524", + "name": "df4598cd-59f0-4f13-80b2-1e6f94d9d524", "status": "Succeeded", - "startTime": "2022-02-24T11:40:25.8936958Z", - "endTime": "2022-02-24T11:40:27.6240831Z", + "startTime": "2022-05-23T13:28:20.5697841Z", + "endTime": "2022-05-23T13:28:29.3925341Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -697,15 +675,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a27a798a-882b-4e7a-9703-64e397bef9ad?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/df4598cd-59f0-4f13-80b2-1e6f94d9d524?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8e856d9e-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -713,7 +689,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:40:56 GMT", + "Date": "Mon, 23 May 2022 13:28:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -721,23 +697,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f08babc6-7605-4602-93dc-fb179cb9d698", + "x-ms-correlation-request-id": "b6088cfc-8cdb-4a61-8043-1d9d93b19ec4", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "d577aefb-640d-4c37-a400-6bf23eb3cf9b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114056Z:f08babc6-7605-4602-93dc-fb179cb9d698", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132851Z:b6088cfc-8cdb-4a61-8043-1d9d93b19ec4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A40%3A25.8826844Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A28%3A20.5669954Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:39:32.3986543Z" + "CreatedOnDate": "2022-05-23T13:27:35.3438450Z" }, "properties": { - "poolId": "98420c75-7d58-97d0-8842-57576bb6a4cc", + "poolId": "0699f009-0f2e-e3b4-9726-92b9ff472fc8", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", @@ -747,147 +722,140 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:27:37.1847873Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:27:37.1847873Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a70ceff4-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:41:06 GMT", + "Date": "Mon, 23 May 2022 13:29:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95691ed7-a237-4946-982e-bca1268209da", + "x-ms-correlation-request-id": "10fa03da-bcf2-4a61-ade2-665717c42a9b", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "95691ed7-a237-4946-982e-bca1268209da", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114106Z:95691ed7-a237-4946-982e-bca1268209da" + "x-ms-routing-request-id": "WESTEUROPE:20220523T132902Z:10fa03da-bcf2-4a61-ade2-665717c42a9b" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ad28833a-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:41:16 GMT", + "Date": "Mon, 23 May 2022 13:29:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e653cb52-fddf-47dc-a9f7-9192cabfdae3", + "x-ms-correlation-request-id": "d776d26b-32fc-40a7-a0e2-a40e0aca05d5", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "e653cb52-fddf-47dc-a9f7-9192cabfdae3", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114116Z:e653cb52-fddf-47dc-a9f7-9192cabfdae3" + "x-ms-routing-request-id": "WESTEUROPE:20220523T132912Z:d776d26b-32fc-40a7-a0e2-a40e0aca05d5" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b343467e-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:41:26 GMT", + "Date": "Mon, 23 May 2022 13:29:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "624759d2-4e7a-4a17-8661-0490c5aa69d5", + "x-ms-correlation-request-id": "76b9dcd2-41fe-4b6a-8bd2-20cf122db360", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "624759d2-4e7a-4a17-8661-0490c5aa69d5", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114127Z:624759d2-4e7a-4a17-8661-0490c5aa69d5" + "x-ms-routing-request-id": "WESTEUROPE:20220523T132923Z:76b9dcd2-41fe-4b6a-8bd2-20cf122db360" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b95f4c42-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:41:37 GMT", + "Date": "Mon, 23 May 2022 13:29:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c325d887-5c44-4701-af0c-e09a3eb7fb0b", + "x-ms-correlation-request-id": "792bf768-c89c-474f-b133-12d5d1d4746e", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "c325d887-5c44-4701-af0c-e09a3eb7fb0b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114137Z:c325d887-5c44-4701-af0c-e09a3eb7fb0b" + "x-ms-routing-request-id": "WESTEUROPE:20220523T132933Z:792bf768-c89c-474f-b133-12d5d1d4746e" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bf7e2bb6-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:41:47 GMT", + "Date": "Mon, 23 May 2022 13:29:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4298fb27-ef98-414c-869b-58259c5a6e5e", + "x-ms-correlation-request-id": "21603694-a336-4f06-9a5e-2332d6ded2ef", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "4298fb27-ef98-414c-869b-58259c5a6e5e", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114147Z:4298fb27-ef98-414c-869b-58259c5a6e5e" + "x-ms-routing-request-id": "WESTEUROPE:20220523T132943Z:21603694-a336-4f06-9a5e-2332d6ded2ef" }, "ResponseBody": { "error": { @@ -897,15 +865,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bfa02220-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -913,7 +879,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:41:48 GMT", + "Date": "Mon, 23 May 2022 13:29:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -921,10 +887,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "153455ec-e2c3-48c6-85ba-7aa520dc7c0f", + "x-ms-correlation-request-id": "2f4845e6-ef7a-4f1f-ae57-1cb1d66639d0", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "fb569e8e-c6be-4fc8-8678-5986f8ea48d2", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114148Z:153455ec-e2c3-48c6-85ba-7aa520dc7c0f", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132945Z:2f4845e6-ef7a-4f1f-ae57-1cb1d66639d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -932,48 +897,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c01e47d6-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e6125f5b-e2c5-4d6e-bc33-706a6dac108a?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/27a562d6-090c-4db9-90e3-42c9be25724c?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 11:41:48 GMT", + "Date": "Mon, 23 May 2022 13:29:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e6125f5b-e2c5-4d6e-bc33-706a6dac108a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/27a562d6-090c-4db9-90e3-42c9be25724c?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee6e06b8-f38e-48d7-8f77-b52f29ad36e2", + "x-ms-correlation-request-id": "702ac167-d7cd-4708-bea6-612680ca35ad", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "ee6e06b8-f38e-48d7-8f77-b52f29ad36e2", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114149Z:ee6e06b8-f38e-48d7-8f77-b52f29ad36e2", + "x-ms-routing-request-id": "WESTEUROPE:20220523T132945Z:702ac167-d7cd-4708-bea6-612680ca35ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e6125f5b-e2c5-4d6e-bc33-706a6dac108a?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/27a562d6-090c-4db9-90e3-42c9be25724c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c01e47d6-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +941,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:42:18 GMT", + "Date": "Mon, 23 May 2022 13:30:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +949,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73de2dba-c316-468a-8bef-a92f71bbe627", + "x-ms-correlation-request-id": "cc1ac670-4202-469a-9ab3-f35669af024d", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "d5754657-7e47-48c7-af49-82478b078191", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114219Z:73de2dba-c316-468a-8bef-a92f71bbe627", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133015Z:cc1ac670-4202-469a-9ab3-f35669af024d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e6125f5b-e2c5-4d6e-bc33-706a6dac108a", - "name": "e6125f5b-e2c5-4d6e-bc33-706a6dac108a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/27a562d6-090c-4db9-90e3-42c9be25724c", + "name": "27a562d6-090c-4db9-90e3-42c9be25724c", "status": "Succeeded", - "startTime": "2022-02-24T11:41:49.0258433Z", - "endTime": "2022-02-24T11:41:49.065886Z", + "startTime": "2022-05-23T13:29:45.5439043Z", + "endTime": "2022-05-23T13:29:45.5751503Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -1008,15 +967,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e6125f5b-e2c5-4d6e-bc33-706a6dac108a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/27a562d6-090c-4db9-90e3-42c9be25724c?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c01e47d6-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,7 +981,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:42:18 GMT", + "Date": "Mon, 23 May 2022 13:30:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1032,20 +989,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77c88f4b-ab98-4253-a03b-2b597902100a", + "x-ms-correlation-request-id": "fc859bea-026f-401b-9894-37d7e3835b68", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "6e31c98c-20f2-40f2-bedc-79c0f9e83ee9", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114219Z:77c88f4b-ab98-4253-a03b-2b597902100a", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133016Z:fc859bea-026f-401b-9894-37d7e3835b68", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A41%3A49.011392Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A29%3A45.5422304Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:38:49.3991851Z" + "CreatedOnDate": "2022-05-23T13:26:58.4097907Z" }, "properties": { "encryption": { @@ -1056,39 +1012,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T11:38:52.6732757Z", + "createdAt": "2022-05-23T13:27:02.2171494Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T11:38:52.6732757Z" + "lastModifiedAt": "2022-05-23T13:27:02.2171494Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d3d3974a-9566-11ec-a609-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:42:21 GMT", + "Date": "Mon, 23 May 2022 13:30:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8176401c-82cb-4bc1-9869-674c1a4fdb9b", + "x-ms-correlation-request-id": "6f2beb98-ada4-4bd2-a89b-049da9426ef0", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "8176401c-82cb-4bc1-9869-674c1a4fdb9b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114221Z:8176401c-82cb-4bc1-9869-674c1a4fdb9b" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133018Z:6f2beb98-ada4-4bd2-a89b-049da9426ef0" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_get_pool_by_name.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_get_pool_by_name.json index 1e13d7db5ba2..af303d7692e7 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_get_pool_by_name.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_get_pool_by_name.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,14 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:25:41 GMT", + "Date": "Mon, 23 May 2022 13:37:49 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AhCNvUZr-6RNuwYqW9rSj_g; expires=Sun, 27-Mar-2022 09:25:42 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrfGZZCVnql-6b5UxlaqZsVkrr5nO39-i6npX9cKNOFe4JhA-U0BFesm0H2DwEOUR6hdFOrvas6va0h73cS0Dz-CBA0UtVsBztQKNUvD8JDgenLH279q4XYDigHJMggykwh2S1rouq5O-2sljQrjUvkhhVWAuAU0Iu6c5GmSYVazAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "e8b0fd30-3620-4d61-b92e-1a54ab3d4b00" + "x-ms-ests-server": "2.1.12794.4 - WEULR2 ProdSlices", + "x-ms-request-id": "7aa2f0b8-d2f2-4f07-809a-4d4de648bb00", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +101,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AhCNvUZr-6RNuwYqW9rSj_g; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +112,14 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:25:41 GMT", + "Date": "Mon, 23 May 2022 13:37:50 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AhCNvUZr-6RNuwYqW9rSj_g; expires=Sun, 27-Mar-2022 09:25:42 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "23606c37-2985-4d96-9dff-025094833900" + "x-ms-ests-server": "2.1.12744.11 - NEULR1 ProdSlices", + "x-ms-request-id": "e515f64f-efd1-4d43-8c6b-b74cc5eb5700", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +174,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "1f70455d-21ab-4d61-b5cd-86f74952a382", + "client-request-id": "e5b00108-5606-4b4d-900e-e24fcba7b12d", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AhCNvUZr-6RNuwYqW9rSj_g; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "1f70455d-21ab-4d61-b5cd-86f74952a382", - "Content-Length": "1412", + "client-request-id": "e5b00108-5606-4b4d-900e-e24fcba7b12d", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:25:41 GMT", + "Date": "Mon, 23 May 2022 13:37:50 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AhCNvUZr-6RNuwYqW9rSj_j7QncyAQAAAJWXqtkOAAAA; expires=Sun, 27-Mar-2022 09:25:42 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "e8b0fd30-3620-4d61-b92e-1a54bf3d4b00" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "x-ms-request-id": "e57bb160-d52b-4999-965f-08aa3220a000", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,7 +215,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -235,39 +224,39 @@ "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e6d5891e-961c-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "8986f3b8-da9d-11ec-bba3-acde48001122" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fe4f38e0-b1c0-4e55-8b90-4666a9b0d738?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e7a915eb-68c9-4723-907e-139a60f23d3b?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:25:51 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T09%3A25%3A50.6517913Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:37:58 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A37%3A58.7026262Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ebdd2dd-6415-4d35-a516-4c88716b361f", + "x-ms-correlation-request-id": "e916f913-fd33-416a-a283-03bf2afd6c11", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "64e543d4-a140-4e50-aa34-93936245e15d", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092551Z:0ebdd2dd-6415-4d35-a516-4c88716b361f", + "x-ms-request-id": "25a5ea7e-5117-410a-ac87-ff8894a56d0c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133759Z:e916f913-fd33-416a-a283-03bf2afd6c11", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T09%3A25%3A50.6517913Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A37%3A58.7026262Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T09:25:45.7565692Z" + "CreatedOnDate": "2022-05-23T13:37:54.3791735Z" }, "properties": { "provisioningState": "Creating" @@ -275,48 +264,50 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T09:25:49.7944614Z", + "createdAt": "2022-05-23T13:37:57.9328728Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T09:25:49.7944614Z" + "lastModifiedAt": "2022-05-23T13:37:57.9328728Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fe4f38e0-b1c0-4e55-8b90-4666a9b0d738?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e7a915eb-68c9-4723-907e-139a60f23d3b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e6d5891e-961c-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "8986f3b8-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "525", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:26:21 GMT", + "Date": "Mon, 23 May 2022 13:38:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac9facbb-9884-4819-a790-66fcd878ec96", + "x-ms-correlation-request-id": "56b6ab08-6907-4b76-9e95-3542e00f6a2c", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a96ac8c5-2618-4cd8-b6f4-1297297742cb", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092622Z:ac9facbb-9884-4819-a790-66fcd878ec96", + "x-ms-request-id": "ff34c0b1-dc75-434f-a751-c270db193606", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133830Z:56b6ab08-6907-4b76-9e95-3542e00f6a2c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fe4f38e0-b1c0-4e55-8b90-4666a9b0d738", - "name": "fe4f38e0-b1c0-4e55-8b90-4666a9b0d738", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e7a915eb-68c9-4723-907e-139a60f23d3b", + "name": "e7a915eb-68c9-4723-907e-139a60f23d3b", "status": "Succeeded", - "startTime": "2022-02-25T09:25:50.654113Z", - "endTime": "2022-02-25T09:25:50.6941179Z", + "startTime": "2022-05-23T13:37:58.7060475Z", + "endTime": "2022-05-23T13:37:58.7373341Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -324,43 +315,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e6d5891e-961c-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "8986f3b8-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1161", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:26:22 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T09%3A25%3A50.6910525Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:38:30 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A37%3A58.7409816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "890dae17-1d8d-4a07-94a1-0fd37b781b80", + "x-ms-correlation-request-id": "a4e601a7-1422-42b0-ab71-8f682c66875c", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "13bc60c9-6dea-4081-b051-2c6fec2fac1a", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092622Z:890dae17-1d8d-4a07-94a1-0fd37b781b80", + "x-ms-request-id": "f5275df4-b070-4d66-bcce-2e41d31aeddc", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133830Z:a4e601a7-1422-42b0-ab71-8f682c66875c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T09%3A25%3A50.6910525Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A37%3A58.7409816Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T09:25:45.7565692Z" + "CreatedOnDate": "2022-05-23T13:37:54.3791735Z" }, "properties": { "activeDirectories": [ @@ -376,7 +369,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -389,15 +382,15 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T09:25:49.7944614Z", + "createdAt": "2022-05-23T13:37:57.9328728Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T09:25:49.7944614Z" + "lastModifiedAt": "2022-05-23T13:37:57.9328728Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -406,8 +399,8 @@ "Connection": "keep-alive", "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ff0fb180-961c-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "a2289e1c-da9d-11ec-bba3-acde48001122" }, "RequestBody": { "location": "southcentralusstage", @@ -420,31 +413,31 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5f0bac87-33ec-407d-8300-970f2680acb6?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/082b609c-ae73-4ef3-b7a1-c74979e141b0?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "912", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:26:25 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T09%3A26%3A24.3412343Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:38:34 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A38%3A33.1118756Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d14425a-59bb-48a6-b9f4-c188ad8ca586", + "x-ms-correlation-request-id": "8d7f6777-1c76-4f0b-9b13-d23bb8a16df5", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "044174ba-c842-4a21-b1e6-ef37a546c0e3", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092625Z:3d14425a-59bb-48a6-b9f4-c188ad8ca586", + "x-ms-request-id": "173bd0ee-380b-4751-9708-5d5f8e774d07", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133834Z:8d7f6777-1c76-4f0b-9b13-d23bb8a16df5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-25T09%3A26%3A24.3412343Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A38%3A33.1118756Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T09:26:22.7592925Z" + "CreatedOnDate": "2022-05-23T13:38:31.0862825Z" }, "properties": { "serviceLevel": "Premium", @@ -458,48 +451,50 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T09:26:23.9346861Z", + "createdAt": "2022-05-23T13:38:32.7538525Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T09:26:23.9346861Z" + "lastModifiedAt": "2022-05-23T13:38:32.7538525Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5f0bac87-33ec-407d-8300-970f2680acb6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/082b609c-ae73-4ef3-b7a1-c74979e141b0?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ff0fb180-961c-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "a2289e1c-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "560", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:26:55 GMT", + "Date": "Mon, 23 May 2022 13:39:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bea1cbe4-5c2e-4ccc-bd7e-a9886d1f0eb4", + "x-ms-correlation-request-id": "c7acb61e-66e5-4b8c-94fd-f78e04d99f31", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "aacfc4fd-2190-4f0a-a215-1de42432bebc", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092655Z:bea1cbe4-5c2e-4ccc-bd7e-a9886d1f0eb4", + "x-ms-request-id": "61fb5dbf-42a0-4036-a96a-597c12b437eb", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133904Z:c7acb61e-66e5-4b8c-94fd-f78e04d99f31", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5f0bac87-33ec-407d-8300-970f2680acb6", - "name": "5f0bac87-33ec-407d-8300-970f2680acb6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/082b609c-ae73-4ef3-b7a1-c74979e141b0", + "name": "082b609c-ae73-4ef3-b7a1-c74979e141b0", "status": "Succeeded", - "startTime": "2022-02-25T09:26:24.3450097Z", - "endTime": "2022-02-25T09:26:24.6228437Z", + "startTime": "2022-05-23T13:38:33.1219052Z", + "endTime": "2022-05-23T13:38:34.0722271Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -507,46 +502,48 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ff0fb180-961c-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "a2289e1c-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "702", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:26:55 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T09%3A26%3A24.6148639Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:39:04 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A38%3A34.0700518Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e0f141d-e58b-43bf-b4d2-6dfbdccb13c6", + "x-ms-correlation-request-id": "fe4d9f6d-19d4-41a1-9c89-5cb4f8b20f59", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "dc1929b4-dee2-423e-a44e-68981dc35be2", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092656Z:3e0f141d-e58b-43bf-b4d2-6dfbdccb13c6", + "x-ms-request-id": "756c9cf5-14df-4508-bf63-2a6ac85a84b5", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133905Z:fe4d9f6d-19d4-41a1-9c89-5cb4f8b20f59", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-25T09%3A26%3A24.6148639Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A38%3A34.0700518Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T09:26:22.7592925Z" + "CreatedOnDate": "2022-05-23T13:38:31.0862825Z" }, "properties": { - "poolId": "7de154b4-3bf0-cae6-c69c-4a4730a9f273", + "poolId": "48ebe790-2cff-2460-576c-585848b1c730", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -555,50 +552,60 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:38:32.7538525Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:38:32.7538525Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "131402f8-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "b6b9bcb2-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "702", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:26:55 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T09%3A26%3A24.6148639Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:39:05 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A38%3A34.0700518Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93c6894f-d1d1-4958-bce4-867341c51eab", + "x-ms-correlation-request-id": "93a42468-521f-465d-abcc-4aa81cd71fa1", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "e892954c-2e85-42d6-8740-f01fad1ca3e1", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092656Z:93c6894f-d1d1-4958-bce4-867341c51eab", + "x-ms-request-id": "e40e2ad2-76a0-43e8-8595-5a8416844db9", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133905Z:93a42468-521f-465d-abcc-4aa81cd71fa1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-25T09%3A26%3A24.6148639Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A38%3A34.0700518Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T09:26:22.7592925Z" + "CreatedOnDate": "2022-05-23T13:38:31.0862825Z" }, "properties": { - "poolId": "7de154b4-3bf0-cae6-c69c-4a4730a9f273", + "poolId": "48ebe790-2cff-2460-576c-585848b1c730", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -607,11 +614,19 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:38:32.7538525Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:38:32.7538525Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", @@ -619,65 +634,67 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "192a77ee-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "bcf17d68-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38da90ac-c357-4217-8958-0d3e0ffca5ff?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a1a72260-24e3-4c1c-94e3-ad5e26ae56a0?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 09:27:06 GMT", + "Date": "Mon, 23 May 2022 13:39:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38da90ac-c357-4217-8958-0d3e0ffca5ff?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a1a72260-24e3-4c1c-94e3-ad5e26ae56a0?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d251990a-07b6-4e2d-994b-5aa6af185c19", + "x-ms-correlation-request-id": "331a33cf-fbfb-4724-8d35-0f8bc61257a0", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "d251990a-07b6-4e2d-994b-5aa6af185c19", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092706Z:d251990a-07b6-4e2d-994b-5aa6af185c19", + "x-ms-request-id": "331a33cf-fbfb-4724-8d35-0f8bc61257a0", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133916Z:331a33cf-fbfb-4724-8d35-0f8bc61257a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38da90ac-c357-4217-8958-0d3e0ffca5ff?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a1a72260-24e3-4c1c-94e3-ad5e26ae56a0?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "192a77ee-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "bcf17d68-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "560", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:27:36 GMT", + "Date": "Mon, 23 May 2022 13:39:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a73d1cb-370a-4224-96d8-bcaadac54a6b", + "x-ms-correlation-request-id": "7212a08a-9343-4961-8ce0-86d53a2392c5", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "1d7ecb54-2b85-4f75-9c0c-32e17b1b63b9", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092737Z:1a73d1cb-370a-4224-96d8-bcaadac54a6b", + "x-ms-request-id": "96833843-11e8-44cf-b17f-df15d91ef3eb", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133946Z:7212a08a-9343-4961-8ce0-86d53a2392c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38da90ac-c357-4217-8958-0d3e0ffca5ff", - "name": "38da90ac-c357-4217-8958-0d3e0ffca5ff", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a1a72260-24e3-4c1c-94e3-ad5e26ae56a0", + "name": "a1a72260-24e3-4c1c-94e3-ad5e26ae56a0", "status": "Succeeded", - "startTime": "2022-02-25T09:27:06.7112516Z", - "endTime": "2022-02-25T09:27:08.7588853Z", + "startTime": "2022-05-23T13:39:16.3654593Z", + "endTime": "2022-05-23T13:39:21.1938535Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -685,45 +702,47 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38da90ac-c357-4217-8958-0d3e0ffca5ff?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a1a72260-24e3-4c1c-94e3-ad5e26ae56a0?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "192a77ee-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "bcf17d68-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "896", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:27:36 GMT", + "Date": "Mon, 23 May 2022 13:39:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6decdf7a-80f9-4a59-aa6f-aca02b52cb6e", + "x-ms-correlation-request-id": "42f93e38-ffac-4f00-b451-96abd06aac03", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "e69dadce-8a9a-48db-a488-2cbb209e5eec", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092737Z:6decdf7a-80f9-4a59-aa6f-aca02b52cb6e", + "x-ms-request-id": "adcfce3c-7fc5-4fe5-a658-4356fbaaa3be", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133946Z:42f93e38-ffac-4f00-b451-96abd06aac03", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-25T09%3A27%3A06.7010414Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A39%3A16.3712682Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T09:26:22.7592925Z" + "CreatedOnDate": "2022-05-23T13:38:31.0862825Z" }, "properties": { - "poolId": "7de154b4-3bf0-cae6-c69c-4a4730a9f273", + "poolId": "48ebe790-2cff-2460-576c-585848b1c730", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", @@ -733,11 +752,19 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:38:32.7538525Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:38:32.7538525Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", @@ -745,27 +772,27 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31a34eae-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "d58c1bda-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 25 Feb 2022 09:27:46 GMT", + "Date": "Mon, 23 May 2022 13:39:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1147cc3b-8737-419c-994a-0f60bc5b0f44", + "x-ms-correlation-request-id": "21e84b60-3cb5-4aa1-868a-8583f9647a92", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "1147cc3b-8737-419c-994a-0f60bc5b0f44", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092747Z:1147cc3b-8737-419c-994a-0f60bc5b0f44" + "x-ms-request-id": "21e84b60-3cb5-4aa1-868a-8583f9647a92", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133957Z:21e84b60-3cb5-4aa1-868a-8583f9647a92" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", @@ -773,27 +800,27 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "37c13508-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "dbaf0446-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 25 Feb 2022 09:27:57 GMT", + "Date": "Mon, 23 May 2022 13:40:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8769165a-33a2-4dc1-8083-c00a1920df93", + "x-ms-correlation-request-id": "0d782f9a-b405-4805-856e-88a476a99cd9", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "8769165a-33a2-4dc1-8083-c00a1920df93", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092757Z:8769165a-33a2-4dc1-8083-c00a1920df93" + "x-ms-request-id": "0d782f9a-b405-4805-856e-88a476a99cd9", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134007Z:0d782f9a-b405-4805-856e-88a476a99cd9" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", @@ -801,27 +828,27 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3dd8d978-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "e1e0fdd8-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 25 Feb 2022 09:28:07 GMT", + "Date": "Mon, 23 May 2022 13:40:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1b6af04-ac44-4409-8232-9b7d74665420", + "x-ms-correlation-request-id": "73518364-5c10-48ac-bea8-c5a6d66ace1e", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "c1b6af04-ac44-4409-8232-9b7d74665420", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092808Z:c1b6af04-ac44-4409-8232-9b7d74665420" + "x-ms-request-id": "73518364-5c10-48ac-bea8-c5a6d66ace1e", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134018Z:73518364-5c10-48ac-bea8-c5a6d66ace1e" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", @@ -829,51 +856,51 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43ef6778-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "e80e0d36-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Fri, 25 Feb 2022 09:28:17 GMT", + "Date": "Mon, 23 May 2022 13:40:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57e2a066-d224-402d-a17c-356c7bb5f0d0", + "x-ms-correlation-request-id": "f7182bf9-3cce-47f0-94a7-c101131768d1", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "57e2a066-d224-402d-a17c-356c7bb5f0d0", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092818Z:57e2a066-d224-402d-a17c-356c7bb5f0d0" + "x-ms-request-id": "f7182bf9-3cce-47f0-94a7-c101131768d1", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134028Z:f7182bf9-3cce-47f0-94a7-c101131768d1" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4a0adcb4-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "ee3d7cf0-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:28:27 GMT", + "Date": "Mon, 23 May 2022 13:40:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b4b5c1f-6bd3-4bdb-9a64-f15e3bbd9708", + "x-ms-correlation-request-id": "2231d995-a799-4912-aa2d-9c5f10918512", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "8b4b5c1f-6bd3-4bdb-9a64-f15e3bbd9708", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092828Z:8b4b5c1f-6bd3-4bdb-9a64-f15e3bbd9708" + "x-ms-request-id": "2231d995-a799-4912-aa2d-9c5f10918512", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134038Z:2231d995-a799-4912-aa2d-9c5f10918512" }, "ResponseBody": { "error": { @@ -883,7 +910,7 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", @@ -891,65 +918,67 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4a28aaa0-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "ee64e61e-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3742ef34-d631-419c-bfb4-c9c35cc6f50e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13e092b7-2b61-43bf-9ffb-03ca6f6757b7?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 09:28:28 GMT", + "Date": "Mon, 23 May 2022 13:40:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3742ef34-d631-419c-bfb4-c9c35cc6f50e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13e092b7-2b61-43bf-9ffb-03ca6f6757b7?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c1c0092-5fab-4054-aa2c-7a76b107e41c", + "x-ms-correlation-request-id": "42b9bb37-444b-4b0d-a397-256922826e84", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "2c1c0092-5fab-4054-aa2c-7a76b107e41c", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092829Z:2c1c0092-5fab-4054-aa2c-7a76b107e41c", + "x-ms-request-id": "42b9bb37-444b-4b0d-a397-256922826e84", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134040Z:42b9bb37-444b-4b0d-a397-256922826e84", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3742ef34-d631-419c-bfb4-c9c35cc6f50e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13e092b7-2b61-43bf-9ffb-03ca6f6757b7?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4a28aaa0-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "ee64e61e-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "526", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:28:58 GMT", + "Date": "Mon, 23 May 2022 13:41:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b8d2101-38f9-4b25-acf6-d1e933fcabe6", + "x-ms-correlation-request-id": "59c04bae-4732-459a-b008-467508375f56", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "8be369e9-cc27-4c01-8b6d-879b85ee2ce6", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092859Z:7b8d2101-38f9-4b25-acf6-d1e933fcabe6", + "x-ms-request-id": "31b4e86d-d29b-434a-9963-eefbdd636860", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134110Z:59c04bae-4732-459a-b008-467508375f56", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3742ef34-d631-419c-bfb4-c9c35cc6f50e", - "name": "3742ef34-d631-419c-bfb4-c9c35cc6f50e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13e092b7-2b61-43bf-9ffb-03ca6f6757b7", + "name": "13e092b7-2b61-43bf-9ffb-03ca6f6757b7", "status": "Succeeded", - "startTime": "2022-02-25T09:28:29.5733331Z", - "endTime": "2022-02-25T09:28:29.6081758Z", + "startTime": "2022-05-23T13:40:39.9628526Z", + "endTime": "2022-05-23T13:40:39.9941097Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -957,42 +986,44 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3742ef34-d631-419c-bfb4-c9c35cc6f50e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13e092b7-2b61-43bf-9ffb-03ca6f6757b7?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4a28aaa0-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "ee64e61e-da9d-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:28:59 GMT", + "Date": "Mon, 23 May 2022 13:41:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f61170fb-860e-4083-91aa-7fd2c01f984e", + "x-ms-correlation-request-id": "da5db3e2-38a4-4a4f-9f21-17adecaa04fb", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "c1fc30ec-74b9-4011-9295-775dbaae92e6", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092900Z:f61170fb-860e-4083-91aa-7fd2c01f984e", + "x-ms-request-id": "af608cd3-47ed-4a06-8b94-630dcfc13278", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134110Z:da5db3e2-38a4-4a4f-9f21-17adecaa04fb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T09%3A28%3A29.5630879Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A40%3A39.9605584Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T09:25:45.7565692Z" + "CreatedOnDate": "2022-05-23T13:37:54.3791735Z" }, "properties": { "encryption": { @@ -1003,39 +1034,39 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T09:25:49.7944614Z", + "createdAt": "2022-05-23T13:37:57.9328728Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T09:25:49.7944614Z" + "lastModifiedAt": "2022-05-23T13:37:57.9328728Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e3eff9e-961d-11ec-9472-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-ms-client-request-id": "02ab640e-da9e-11ec-bba3-acde48001122" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 09:29:01 GMT", + "Date": "Mon, 23 May 2022 13:41:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "975356db-8317-438a-a5ac-7fd0f9a3b050", + "x-ms-correlation-request-id": "49a27512-9e3e-4030-a9bb-31a0ec7eee55", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "975356db-8317-438a-a5ac-7fd0f9a3b050", - "x-ms-routing-request-id": "WESTEUROPE:20220225T092902Z:975356db-8317-438a-a5ac-7fd0f9a3b050" + "x-ms-request-id": "49a27512-9e3e-4030-a9bb-31a0ec7eee55", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134113Z:49a27512-9e3e-4030-a9bb-31a0ec7eee55" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_list_pools.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_list_pools.json index 53e890fe3ccf..42586d33ab88 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_list_pools.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_list_pools.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:43:44 GMT", + "Date": "Mon, 23 May 2022 13:30:33 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AvT4447jXwVGrbs89T_y1YM; expires=Sat, 26-Mar-2022 11:43:45 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrNlFuu-WUtnW5HgyJFq9Qo2-6uWP04j2tmzJ_xMxma8aNtPyt4jmfl8louwHyldkhOv9QX18Y1bp22RXmF-MMCzmPiEz2klwvMKsGWNtHvfJT_LqregP15pgjt2eCMqBW8QbG5Z9UZhLH0H2UiR0KjXTZORp4wfBUNxnLS7osJfAgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "1b112ca1-5a98-4fc3-8d71-c6a4d6601a00" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,7 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:43:44 GMT", + "Date": "Mon, 23 May 2022 13:30:33 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AvT4447jXwVGrbs89T_y1YM; expires=Sat, 26-Mar-2022 11:43:45 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - WEULR2 ProdSlices", - "x-ms-request-id": "1d37e845-eea3-40a9-a9f0-d91681acad00" + "x-ms-ests-server": "2.1.12794.4 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,39 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "745adf5b-9da9-46c5-916f-e6b06c19260f", + "client-request-id": "88bb29aa-b887-4eca-ac79-76c176f032ef", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "745adf5b-9da9-46c5-916f-e6b06c19260f", - "Content-Length": "1412", + "client-request-id": "88bb29aa-b887-4eca-ac79-76c176f032ef", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:43:44 GMT", + "Date": "Mon, 23 May 2022 13:30:33 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AvT4447jXwVGrbs89T_y1YP7QncyAQAAAHFmqdkOAAAA; expires=Sat, 26-Mar-2022 11:43:45 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "fe9e5237-c199-4a82-b282-925006c51800" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -223,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "04e4aab8-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a1bca29-7504-401a-aebb-68691e4d55b6?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ddc31828-fc2a-4b8d-b055-8dac0daec736?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "697", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:43:53 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T11%3A43%3A52.2975259Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:30:41 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A30%3A41.0915457Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0c47545-6b8b-4e7a-890a-3dce46dfbc1e", + "x-ms-correlation-request-id": "22344923-0335-4212-aa28-bde08c7a996a", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "22704c8b-874f-4c50-b176-23e234b4e4e5", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114353Z:e0c47545-6b8b-4e7a-890a-3dce46dfbc1e", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133042Z:22344923-0335-4212-aa28-bde08c7a996a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A43%3A52.2975259Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A30%3A41.0915457Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:43:47.6500663Z" + "CreatedOnDate": "2022-05-23T13:30:37.0334602Z" }, "properties": { "provisioningState": "Creating" @@ -272,48 +258,47 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T11:43:51.5099901Z", + "createdAt": "2022-05-23T13:30:40.340162Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T11:43:51.5099901Z" + "lastModifiedAt": "2022-05-23T13:30:40.340162Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a1bca29-7504-401a-aebb-68691e4d55b6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ddc31828-fc2a-4b8d-b055-8dac0daec736?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "04e4aab8-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "526", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:44:23 GMT", + "Date": "Mon, 23 May 2022 13:31:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a158e225-9c8f-403b-91c3-8a9bbc090a14", + "x-ms-correlation-request-id": "3fa77a2e-6e79-4254-a254-1c40a4c37c4a", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "7ff13dbe-9ca8-4269-999c-7b962f689133", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114423Z:a158e225-9c8f-403b-91c3-8a9bbc090a14", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133112Z:3fa77a2e-6e79-4254-a254-1c40a4c37c4a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3a1bca29-7504-401a-aebb-68691e4d55b6", - "name": "3a1bca29-7504-401a-aebb-68691e4d55b6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ddc31828-fc2a-4b8d-b055-8dac0daec736", + "name": "ddc31828-fc2a-4b8d-b055-8dac0daec736", "status": "Succeeded", - "startTime": "2022-02-24T11:43:52.3080991Z", - "endTime": "2022-02-24T11:43:52.3530975Z", + "startTime": "2022-05-23T13:30:41.0947466Z", + "endTime": "2022-05-23T13:30:41.1260133Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -321,43 +306,42 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "04e4aab8-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1161", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:44:23 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T11%3A43%3A52.3451675Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:31:13 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A30%3A41.129919Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "808a7397-e370-452d-81fe-5c2d19458b5f", + "x-ms-correlation-request-id": "1c66f5df-f74e-45cb-81bd-f2d1577be429", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "55189c82-c918-4e3e-aa7a-bf26499f68c4", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114423Z:808a7397-e370-452d-81fe-5c2d19458b5f", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133113Z:1c66f5df-f74e-45cb-81bd-f2d1577be429", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A43%3A52.3451675Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A30%3A41.129919Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:43:47.6500663Z" + "CreatedOnDate": "2022-05-23T13:30:37.0334602Z" }, "properties": { "activeDirectories": [ @@ -373,7 +357,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -386,25 +370,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T11:43:51.5099901Z", + "createdAt": "2022-05-23T13:30:40.340162Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T11:43:51.5099901Z" + "lastModifiedAt": "2022-05-23T13:30:40.340162Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1cc92316-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -417,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/87e139e2-6ecf-493f-b729-798143a746bf?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b3cf998-dd54-4f74-86e8-5eb0361269e0?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "912", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:44:27 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T11%3A44%3A26.1895764Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:31:15 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A31%3A14.9264548Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5504b8f5-c489-4047-a7d0-38842d213af6", + "x-ms-correlation-request-id": "01e081b4-1897-45c5-ad15-e5446d8d8c5f", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "129be315-9e10-4727-bb64-48d6c934d5e2", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114427Z:5504b8f5-c489-4047-a7d0-38842d213af6", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133115Z:01e081b4-1897-45c5-ad15-e5446d8d8c5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A44%3A26.1895764Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A31%3A14.9264548Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:44:24.2442078Z" + "CreatedOnDate": "2022-05-23T13:31:13.4522947Z" }, "properties": { "serviceLevel": "Premium", @@ -455,48 +436,47 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T11:44:25.7802829Z", + "createdAt": "2022-05-23T13:31:14.5747129Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T11:44:25.7802829Z" + "lastModifiedAt": "2022-05-23T13:31:14.5747129Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/87e139e2-6ecf-493f-b729-798143a746bf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b3cf998-dd54-4f74-86e8-5eb0361269e0?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1cc92316-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "560", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:44:57 GMT", + "Date": "Mon, 23 May 2022 13:31:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5674b664-04df-47f9-9a87-08e5e5827fe0", + "x-ms-correlation-request-id": "68cf0b53-c48e-4589-a079-220499addffd", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "97eb167b-f8dc-438b-b71b-dc9ee832cc2b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114457Z:5674b664-04df-47f9-9a87-08e5e5827fe0", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133146Z:68cf0b53-c48e-4589-a079-220499addffd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/87e139e2-6ecf-493f-b729-798143a746bf", - "name": "87e139e2-6ecf-493f-b729-798143a746bf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b3cf998-dd54-4f74-86e8-5eb0361269e0", + "name": "0b3cf998-dd54-4f74-86e8-5eb0361269e0", "status": "Succeeded", - "startTime": "2022-02-24T11:44:26.1983344Z", - "endTime": "2022-02-24T11:44:26.5260405Z", + "startTime": "2022-05-23T13:31:14.9225094Z", + "endTime": "2022-05-23T13:31:15.6256248Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -504,46 +484,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1cc92316-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "702", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:44:57 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T11%3A44%3A26.5168208Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:31:46 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A31%3A15.6195806Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d86bba7-819b-4ef0-a23b-862ccc664433", + "x-ms-correlation-request-id": "c51d4337-81ea-4efd-a3f4-9e8295c561a1", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "37fc6c00-075f-4442-b555-3abb9ef26e5f", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114457Z:4d86bba7-819b-4ef0-a23b-862ccc664433", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133146Z:c51d4337-81ea-4efd-a3f4-9e8295c561a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A44%3A26.5168208Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A31%3A15.6195806Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:44:24.2442078Z" + "CreatedOnDate": "2022-05-23T13:31:13.4522947Z" }, "properties": { - "poolId": "e8cf9b21-ed03-5bec-99b9-2f86cdf049e0", + "poolId": "2357edb7-aa41-5237-f85f-51ad13f73b01", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -552,21 +531,27 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:31:14.5747129Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:31:14.5747129Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "30f69706-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -579,31 +564,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab295d67-d8bf-4767-89c9-1b0902bc1da1?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/80c67dde-feb5-498a-9bd7-826359fc272b?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "912", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:44:59 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T11%3A44%3A59.4459307Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:31:49 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A31%3A48.9452631Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8c82fe2-b86a-42be-aff0-07336417a40c", + "x-ms-correlation-request-id": "32044b2f-6e81-4dbe-bbd1-a4260c6da283", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "7e95411a-ae0a-4821-87bc-98ad7c8903fa", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114500Z:e8c82fe2-b86a-42be-aff0-07336417a40c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133149Z:32044b2f-6e81-4dbe-bbd1-a4260c6da283", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A44%3A59.4459307Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A31%3A48.9452631Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:44:58.0970021Z" + "CreatedOnDate": "2022-05-23T13:31:46.8800464Z" }, "properties": { "serviceLevel": "Premium", @@ -617,48 +601,47 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T11:44:59.0655626Z", + "createdAt": "2022-05-23T13:31:48.6060942Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T11:44:59.0655626Z" + "lastModifiedAt": "2022-05-23T13:31:48.6060942Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab295d67-d8bf-4767-89c9-1b0902bc1da1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/80c67dde-feb5-498a-9bd7-826359fc272b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "30f69706-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "560", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:45:29 GMT", + "Date": "Mon, 23 May 2022 13:32:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1450cdf8-a622-4956-8004-ff8a8359e82a", + "x-ms-correlation-request-id": "7be2a7d0-7849-4707-84e2-fd309d246243", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "d1fa5c6e-ce9e-4ea5-a622-926107240658", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114530Z:1450cdf8-a622-4956-8004-ff8a8359e82a", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133219Z:7be2a7d0-7849-4707-84e2-fd309d246243", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab295d67-d8bf-4767-89c9-1b0902bc1da1", - "name": "ab295d67-d8bf-4767-89c9-1b0902bc1da1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/80c67dde-feb5-498a-9bd7-826359fc272b", + "name": "80c67dde-feb5-498a-9bd7-826359fc272b", "status": "Succeeded", - "startTime": "2022-02-24T11:44:59.4554699Z", - "endTime": "2022-02-24T11:44:59.6105116Z", + "startTime": "2022-05-23T13:31:48.9452855Z", + "endTime": "2022-05-23T13:31:49.5546586Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2" @@ -666,46 +649,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "30f69706-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "701", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:45:30 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T11%3A44%3A59.600144Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:32:19 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A31%3A49.5475008Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ffdcab04-3f59-45e6-8b84-5c95e3b7fc19", + "x-ms-correlation-request-id": "1fa35dd1-8acd-4d9e-b8ed-5b26fd139343", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f4f95bef-04bc-4df2-be01-dc44be4cebcf", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114530Z:ffdcab04-3f59-45e6-8b84-5c95e3b7fc19", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133220Z:1fa35dd1-8acd-4d9e-b8ed-5b26fd139343", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A44%3A59.600144Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A31%3A49.5475008Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:44:58.0970021Z" + "CreatedOnDate": "2022-05-23T13:31:46.8800464Z" }, "properties": { - "poolId": "01a4f24d-3f52-7862-e92f-113f9d41e678", + "poolId": "11991171-25ba-35b0-5ab3-1ad6a9f68b5e", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -714,36 +696,43 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:31:48.6060942Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:31:48.6060942Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4496c060-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1416", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:45:30 GMT", + "Date": "Mon, 23 May 2022 13:32:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ae5c305-58e5-4bcf-8632-6d70806624d2", + "x-ms-correlation-request-id": "8ad3a2fb-965f-4dea-b576-ef1b7e0d12ed", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b6644cc7-50e0-4a69-94fb-75d0e8a96409", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114531Z:5ae5c305-58e5-4bcf-8632-6d70806624d2", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133220Z:8ad3a2fb-965f-4dea-b576-ef1b7e0d12ed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -752,13 +741,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A44%3A26.5168208Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A31%3A15.6195806Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:44:24.2442078Z" + "CreatedOnDate": "2022-05-23T13:31:13.4522947Z" }, "properties": { - "poolId": "e8cf9b21-ed03-5bec-99b9-2f86cdf049e0", + "poolId": "2357edb7-aa41-5237-f85f-51ad13f73b01", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -767,19 +756,27 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:31:14.5747129Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:31:14.5747129Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A44%3A59.600144Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A31%3A49.5475008Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:44:58.0970021Z" + "CreatedOnDate": "2022-05-23T13:31:46.8800464Z" }, "properties": { - "poolId": "01a4f24d-3f52-7862-e92f-113f9d41e678", + "poolId": "11991171-25ba-35b0-5ab3-1ad6a9f68b5e", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -788,79 +785,83 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:31:48.6060942Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:31:48.6060942Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4ab4af52-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/264a0d02-1bba-4059-894f-0f0c87b07e68?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff8e461a-f6eb-4dc0-8782-badcddcc2ed1?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 11:45:41 GMT", + "Date": "Mon, 23 May 2022 13:32:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/264a0d02-1bba-4059-894f-0f0c87b07e68?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff8e461a-f6eb-4dc0-8782-badcddcc2ed1?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e36187e1-65d4-4dfa-9252-cd6bde445a02", + "x-ms-correlation-request-id": "c173a44a-48d8-4d12-8145-e09e461db59f", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "e36187e1-65d4-4dfa-9252-cd6bde445a02", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114541Z:e36187e1-65d4-4dfa-9252-cd6bde445a02", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133231Z:c173a44a-48d8-4d12-8145-e09e461db59f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/264a0d02-1bba-4059-894f-0f0c87b07e68?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff8e461a-f6eb-4dc0-8782-badcddcc2ed1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4ab4af52-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "560", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:46:11 GMT", + "Date": "Mon, 23 May 2022 13:33:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89320d7c-b0f4-4b2a-b7d7-df7f20e3f81e", + "x-ms-correlation-request-id": "57a10786-0197-4ff6-9747-a761c910055a", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "a78c916b-89c1-4481-a6a3-b818c89da057", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114611Z:89320d7c-b0f4-4b2a-b7d7-df7f20e3f81e", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133301Z:57a10786-0197-4ff6-9747-a761c910055a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/264a0d02-1bba-4059-894f-0f0c87b07e68", - "name": "264a0d02-1bba-4059-894f-0f0c87b07e68", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff8e461a-f6eb-4dc0-8782-badcddcc2ed1", + "name": "ff8e461a-f6eb-4dc0-8782-badcddcc2ed1", "status": "Succeeded", - "startTime": "2022-02-24T11:45:41.5438217Z", - "endTime": "2022-02-24T11:45:43.2702596Z", + "startTime": "2022-05-23T13:32:31.5028066Z", + "endTime": "2022-05-23T13:32:34.8517539Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -868,45 +869,44 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/264a0d02-1bba-4059-894f-0f0c87b07e68?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ff8e461a-f6eb-4dc0-8782-badcddcc2ed1?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4ab4af52-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "896", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:46:11 GMT", + "Date": "Mon, 23 May 2022 13:33:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5823266c-7638-4be4-a69c-3268512f6c5e", + "x-ms-correlation-request-id": "2ec08b15-51fa-4bac-a317-3b1e7496c45d", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "bcc5e37f-dede-410b-97d9-0f24b44fea04", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114612Z:5823266c-7638-4be4-a69c-3268512f6c5e", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133302Z:2ec08b15-51fa-4bac-a317-3b1e7496c45d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A45%3A41.5314397Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A32%3A31.5059063Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:44:24.2442078Z" + "CreatedOnDate": "2022-05-23T13:31:13.4522947Z" }, "properties": { - "poolId": "e8cf9b21-ed03-5bec-99b9-2f86cdf049e0", + "poolId": "2357edb7-aa41-5237-f85f-51ad13f73b01", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", @@ -916,147 +916,140 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:31:14.5747129Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:31:14.5747129Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6331bed0-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:46:21 GMT", + "Date": "Mon, 23 May 2022 13:33:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23e81bf5-7e4e-442f-bdae-fb4a497e5126", + "x-ms-correlation-request-id": "15775396-dfb7-4dbf-ba81-37c236053ee4", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "23e81bf5-7e4e-442f-bdae-fb4a497e5126", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114622Z:23e81bf5-7e4e-442f-bdae-fb4a497e5126" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133312Z:15775396-dfb7-4dbf-ba81-37c236053ee4" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "696c5774-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:46:32 GMT", + "Date": "Mon, 23 May 2022 13:33:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f096ce13-bb61-49f8-943d-5f0e369913c5", + "x-ms-correlation-request-id": "b0f2fa85-816d-4cf1-95ce-4d0177096fb2", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "f096ce13-bb61-49f8-943d-5f0e369913c5", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114632Z:f096ce13-bb61-49f8-943d-5f0e369913c5" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133322Z:b0f2fa85-816d-4cf1-95ce-4d0177096fb2" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6f853716-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:46:43 GMT", + "Date": "Mon, 23 May 2022 13:33:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d43ab7d-bfd3-4710-a259-2dd0d27b812a", + "x-ms-correlation-request-id": "334a88ba-5eb2-40f2-9db3-6833cb4553f2", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "0d43ab7d-bfd3-4710-a259-2dd0d27b812a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114643Z:0d43ab7d-bfd3-4710-a259-2dd0d27b812a" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133333Z:334a88ba-5eb2-40f2-9db3-6833cb4553f2" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "75a8949e-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:46:53 GMT", + "Date": "Mon, 23 May 2022 13:33:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fc41ddb-a6b2-4cf9-8146-b25de57734e0", + "x-ms-correlation-request-id": "3f3b160d-cdf2-43ae-ab05-f2b2d4832641", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "7fc41ddb-a6b2-4cf9-8146-b25de57734e0", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114653Z:7fc41ddb-a6b2-4cf9-8146-b25de57734e0" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133343Z:3f3b160d-cdf2-43ae-ab05-f2b2d4832641" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7bc824fc-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:47:03 GMT", + "Date": "Mon, 23 May 2022 13:33:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be2ae3e4-a6c8-4883-bf88-a953a2ebbd26", + "x-ms-correlation-request-id": "9b95748d-4d2f-4cc4-86d0-c65b29439706", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "be2ae3e4-a6c8-4883-bf88-a953a2ebbd26", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114703Z:be2ae3e4-a6c8-4883-bf88-a953a2ebbd26" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133353Z:9b95748d-4d2f-4cc4-86d0-c65b29439706" }, "ResponseBody": { "error": { @@ -1066,73 +1059,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "81e3d336-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7555c0bf-f2ba-4dad-9458-bffe0b5c003e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca7949a0-8ce8-4b0d-a935-f1e48d509a85?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 11:47:14 GMT", + "Date": "Mon, 23 May 2022 13:34:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7555c0bf-f2ba-4dad-9458-bffe0b5c003e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca7949a0-8ce8-4b0d-a935-f1e48d509a85?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9120c05e-bea4-483c-9d2b-df7d1b42b6e9", + "x-ms-correlation-request-id": "0ab03ced-aaff-4600-b90f-79330eddd089", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "9120c05e-bea4-483c-9d2b-df7d1b42b6e9", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114714Z:9120c05e-bea4-483c-9d2b-df7d1b42b6e9", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133405Z:0ab03ced-aaff-4600-b90f-79330eddd089", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7555c0bf-f2ba-4dad-9458-bffe0b5c003e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca7949a0-8ce8-4b0d-a935-f1e48d509a85?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "81e3d336-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "560", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:47:44 GMT", + "Date": "Mon, 23 May 2022 13:34:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1e1d35f-744a-4c0c-b3d2-ce4a7bf4dc46", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e92f4aca-186a-47c6-ab6e-ebf91d2a997d", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114745Z:b1e1d35f-744a-4c0c-b3d2-ce4a7bf4dc46", + "x-ms-correlation-request-id": "c5479953-cc25-4219-8d3c-1fbdc70f758b", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133435Z:c5479953-cc25-4219-8d3c-1fbdc70f758b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7555c0bf-f2ba-4dad-9458-bffe0b5c003e", - "name": "7555c0bf-f2ba-4dad-9458-bffe0b5c003e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca7949a0-8ce8-4b0d-a935-f1e48d509a85", + "name": "ca7949a0-8ce8-4b0d-a935-f1e48d509a85", "status": "Succeeded", - "startTime": "2022-02-24T11:47:14.6537137Z", - "endTime": "2022-02-24T11:47:16.3689059Z", + "startTime": "2022-05-23T13:34:05.1595014Z", + "endTime": "2022-05-23T13:34:08.6837386Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2" @@ -1140,45 +1129,44 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7555c0bf-f2ba-4dad-9458-bffe0b5c003e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca7949a0-8ce8-4b0d-a935-f1e48d509a85?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "81e3d336-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "896", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:47:45 GMT", + "Date": "Mon, 23 May 2022 13:34:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "035a2aab-b764-476f-9f2d-38a3382f6a7d", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "5a9938f2-9f84-477f-bb34-28e8a264ef8b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114745Z:035a2aab-b764-476f-9f2d-38a3382f6a7d", + "x-ms-correlation-request-id": "e960ccb9-57f6-4681-84f9-6c964609692a", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133435Z:e960ccb9-57f6-4681-84f9-6c964609692a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A47%3A14.6417083Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A34%3A05.156247Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:44:58.0970021Z" + "CreatedOnDate": "2022-05-23T13:31:46.8800464Z" }, "properties": { - "poolId": "01a4f24d-3f52-7862-e92f-113f9d41e678", + "poolId": "11991171-25ba-35b0-5ab3-1ad6a9f68b5e", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2", @@ -1188,147 +1176,140 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:31:48.6060942Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:31:48.6060942Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ad8b97e-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:47:55 GMT", + "Date": "Mon, 23 May 2022 13:34:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dec1cc85-c2ad-4c59-ad93-bc8daa39b406", + "x-ms-correlation-request-id": "ada91a72-7a0f-417a-ab09-d9fe24565280", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "dec1cc85-c2ad-4c59-ad93-bc8daa39b406", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114755Z:dec1cc85-c2ad-4c59-ad93-bc8daa39b406" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133446Z:ada91a72-7a0f-417a-ab09-d9fe24565280" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a0ff2edc-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:48:05 GMT", + "Date": "Mon, 23 May 2022 13:34:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ac89981-2be8-4df9-a151-9f1b356e920d", + "x-ms-correlation-request-id": "d679c24c-0881-4c1e-b0b5-b322e76d4b12", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-request-id": "7ac89981-2be8-4df9-a151-9f1b356e920d", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114806Z:7ac89981-2be8-4df9-a151-9f1b356e920d" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133456Z:d679c24c-0881-4c1e-b0b5-b322e76d4b12" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a71c2e0a-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:48:15 GMT", + "Date": "Mon, 23 May 2022 13:35:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa8510db-5f7b-4308-9bb3-32f6436a3720", + "x-ms-correlation-request-id": "10797d05-149b-424b-8271-50b3bd7bd29a", "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-request-id": "fa8510db-5f7b-4308-9bb3-32f6436a3720", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114816Z:fa8510db-5f7b-4308-9bb3-32f6436a3720" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133506Z:10797d05-149b-424b-8271-50b3bd7bd29a" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ad36fb30-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 11:48:26 GMT", + "Date": "Mon, 23 May 2022 13:35:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cbbdc287-d779-44cb-9306-3985b44574e2", + "x-ms-correlation-request-id": "c80b67a9-5e8c-4f62-b927-917d571fb208", "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-request-id": "cbbdc287-d779-44cb-9306-3985b44574e2", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114826Z:cbbdc287-d779-44cb-9306-3985b44574e2" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133517Z:c80b67a9-5e8c-4f62-b927-917d571fb208" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b3586238-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:48:36 GMT", + "Date": "Mon, 23 May 2022 13:35:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7656517a-f26f-4419-a7bd-1992fe530807", + "x-ms-correlation-request-id": "d79d1f1c-cdc3-4cd8-8786-843a459bd5ec", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "7656517a-f26f-4419-a7bd-1992fe530807", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114836Z:7656517a-f26f-4419-a7bd-1992fe530807" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133527Z:d79d1f1c-cdc3-4cd8-8786-843a459bd5ec" }, "ResponseBody": { "error": { @@ -1338,73 +1319,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b37ca09e-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/09628d9b-a8b1-453d-964b-c38f8749f32b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2773b75c-bdcb-4b05-8b1d-43632fba0bf5?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 11:48:37 GMT", + "Date": "Mon, 23 May 2022 13:35:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/09628d9b-a8b1-453d-964b-c38f8749f32b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2773b75c-bdcb-4b05-8b1d-43632fba0bf5?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "723bd056-d8be-4a36-a3d0-3fd170f6504f", + "x-ms-correlation-request-id": "048cd3ef-e769-4920-9c43-669acea4d2dd", "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-request-id": "723bd056-d8be-4a36-a3d0-3fd170f6504f", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114838Z:723bd056-d8be-4a36-a3d0-3fd170f6504f", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133528Z:048cd3ef-e769-4920-9c43-669acea4d2dd", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/09628d9b-a8b1-453d-964b-c38f8749f32b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2773b75c-bdcb-4b05-8b1d-43632fba0bf5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b37ca09e-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "526", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:49:07 GMT", + "Date": "Mon, 23 May 2022 13:35:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4880f642-1a04-4620-8795-ffab2944804a", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "288d66b9-0e31-4c4f-9bae-8d438f25c443", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114908Z:4880f642-1a04-4620-8795-ffab2944804a", + "x-ms-correlation-request-id": "d1bd08b1-6fc8-4b9a-9e55-81321a537c1f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133559Z:d1bd08b1-6fc8-4b9a-9e55-81321a537c1f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/09628d9b-a8b1-453d-964b-c38f8749f32b", - "name": "09628d9b-a8b1-453d-964b-c38f8749f32b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2773b75c-bdcb-4b05-8b1d-43632fba0bf5", + "name": "2773b75c-bdcb-4b05-8b1d-43632fba0bf5", "status": "Succeeded", - "startTime": "2022-02-24T11:48:38.0331619Z", - "endTime": "2022-02-24T11:48:38.0832067Z", + "startTime": "2022-05-23T13:35:28.7673855Z", + "endTime": "2022-05-23T13:35:28.7985873Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -1412,42 +1389,41 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/09628d9b-a8b1-453d-964b-c38f8749f32b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2773b75c-bdcb-4b05-8b1d-43632fba0bf5?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b37ca09e-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:49:07 GMT", + "Date": "Mon, 23 May 2022 13:35:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1ccdd6e-c9b6-44cb-a3c9-fc8a55cfdd49", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "a72d3fbb-2a04-427f-a001-47ff193e48e3", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114908Z:d1ccdd6e-c9b6-44cb-a3c9-fc8a55cfdd49", + "x-ms-correlation-request-id": "b583529c-c4c6-4213-a0d7-92b8c2f1450f", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20220523T133559Z:b583529c-c4c6-4213-a0d7-92b8c2f1450f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T11%3A48%3A38.0187536Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A35%3A28.7694685Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T11:43:47.6500663Z" + "CreatedOnDate": "2022-05-23T13:30:37.0334602Z" }, "properties": { "encryption": { @@ -1458,39 +1434,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T11:43:51.5099901Z", + "createdAt": "2022-05-23T13:30:40.340162Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T11:43:51.5099901Z" + "lastModifiedAt": "2022-05-23T13:30:40.340162Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c7afadae-9567-11ec-b1f8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 11:49:10 GMT", + "Date": "Mon, 23 May 2022 13:36:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef9eface-5574-4ccd-81c2-025a10067a6b", + "x-ms-correlation-request-id": "8527fc21-d1e7-4861-9094-ea96224dfc55", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "ef9eface-5574-4ccd-81c2-025a10067a6b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T114910Z:ef9eface-5574-4ccd-81c2-025a10067a6b" + "x-ms-routing-request-id": "WESTEUROPE:20220523T133601Z:8527fc21-d1e7-4861-9094-ea96224dfc55" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_patch_pool.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_patch_pool.json index 709369de5cd1..ca0f33b769f4 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_patch_pool.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_patch_pool.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:03:33 GMT", + "Date": "Mon, 23 May 2022 14:56:32 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AjnnyPj4sUpHk5VAVJeIcOI; expires=Sat, 26-Mar-2022 13:03:33 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrlO-Ossp1JMSPwKL3L0k7UiIxFk4WjTlkkk6_AJxFK1lvqXTEUfC4EtBoI-Cc0JAArY216yu3upXiPliqPHG_dfctPI-25STYTdCQzz_CGP2Fzj-AQ9eMJNwx3s_oP2RSxh9ted6u-5ZxJ_IEALWZ8gbti3emx2hKkc_CbbPGDtkgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "1bf0e4b3-243f-441d-9b29-c531410f1c00" + "x-ms-ests-server": "2.1.12794.4 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,7 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:03:33 GMT", + "Date": "Mon, 23 May 2022 14:56:32 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AjnnyPj4sUpHk5VAVJeIcOI; expires=Sat, 26-Mar-2022 13:03:34 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - WEULR1 ProdSlices", - "x-ms-request-id": "4998ddab-1390-42aa-9c7e-017997a1ed00" + "x-ms-ests-server": "2.1.12744.11 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,39 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "9eeb6ead-feff-4934-ae96-a45a40e29e27", + "client-request-id": "52d7e475-76c8-4588-b317-0cab02f6e137", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "9eeb6ead-feff-4934-ae96-a45a40e29e27", - "Content-Length": "1412", + "client-request-id": "52d7e475-76c8-4588-b317-0cab02f6e137", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:03:33 GMT", + "Date": "Mon, 23 May 2022 14:56:32 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AjnnyPj4sUpHk5VAVJeIcOL7QncyAQAAACZ5qdkOAAAA; expires=Sat, 26-Mar-2022 13:03:34 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "50bbdf69-bc19-4fe1-9835-081592021b00" + "x-ms-ests-server": "2.1.12794.4 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -223,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2ba97844-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/276713aa-4e2f-4855-b4c6-26e5e7681335?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/26b4bdc2-06f2-47fe-9e3b-30a4f58d3f9b?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "696", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:03:42 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T13%3A03%3A41.8009373Z\u0027\u0022", + "Date": "Mon, 23 May 2022 14:56:39 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T14%3A56%3A39.5190748Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02c45459-11d5-43e5-bef5-ea49e4f08ae1", + "x-ms-correlation-request-id": "779f0256-8624-4bac-815a-ba35288e0cb0", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "620afff0-1944-4168-bcff-869d73e2e590", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130343Z:02c45459-11d5-43e5-bef5-ea49e4f08ae1", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145640Z:779f0256-8624-4bac-815a-ba35288e0cb0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T13%3A03%3A41.8009373Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T14%3A56%3A39.5190748Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T13:03:37.9351569Z" + "CreatedOnDate": "2022-05-23T14:56:35.5768542Z" }, "properties": { "provisioningState": "Creating" @@ -272,23 +258,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T13:03:41.0166864Z", + "createdAt": "2022-05-23T14:56:38.7546637Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T13:03:41.0166864Z" + "lastModifiedAt": "2022-05-23T14:56:38.7546637Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/276713aa-4e2f-4855-b4c6-26e5e7681335?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/26b4bdc2-06f2-47fe-9e3b-30a4f58d3f9b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2ba97844-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -296,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:04:12 GMT", + "Date": "Mon, 23 May 2022 14:57:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -304,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90007320-b5c9-4966-9bb5-1302053dffce", + "x-ms-correlation-request-id": "80f2bbb2-5792-4d17-9981-1b320f296f90", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "f8ea0974-366b-4d8f-b5e9-67cea107a3ea", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130413Z:90007320-b5c9-4966-9bb5-1302053dffce", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145710Z:80f2bbb2-5792-4d17-9981-1b320f296f90", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/276713aa-4e2f-4855-b4c6-26e5e7681335", - "name": "276713aa-4e2f-4855-b4c6-26e5e7681335", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/26b4bdc2-06f2-47fe-9e3b-30a4f58d3f9b", + "name": "26b4bdc2-06f2-47fe-9e3b-30a4f58d3f9b", "status": "Succeeded", - "startTime": "2022-02-24T13:03:41.805692Z", - "endTime": "2022-02-24T13:03:41.8506822Z", + "startTime": "2022-05-23T14:56:39.5234076Z", + "endTime": "2022-05-23T14:56:39.5390869Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -323,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2ba97844-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -339,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:04:12 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T13%3A03%3A41.8465192Z\u0027\u0022", + "Date": "Mon, 23 May 2022 14:57:12 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T14%3A56%3A39.545883Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -348,20 +329,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51ec1cf5-e81b-4758-98aa-e377ee29f90c", + "x-ms-correlation-request-id": "b602eca4-3ef7-4e80-bd32-4595511fe5c7", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "77c2f678-5629-43d0-97df-95d4800b0667", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130413Z:51ec1cf5-e81b-4758-98aa-e377ee29f90c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145712Z:b602eca4-3ef7-4e80-bd32-4595511fe5c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T13%3A03%3A41.8465192Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T14%3A56%3A39.545883Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T13:03:37.9351569Z" + "CreatedOnDate": "2022-05-23T14:56:35.5768542Z" }, "properties": { "activeDirectories": [ @@ -377,7 +357,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -390,25 +370,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T13:03:41.0166864Z", + "createdAt": "2022-05-23T14:56:38.7546637Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T13:03:41.0166864Z" + "lastModifiedAt": "2022-05-23T14:56:38.7546637Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43d1c9c6-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -421,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/49cc0890-0b3c-4748-b205-200432693f27?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6a06d0bf-9bf8-4384-bbc9-f7981b406b8a?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "912", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:04:16 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T13%3A04%3A16.0932906Z\u0027\u0022", + "Date": "Mon, 23 May 2022 14:57:15 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T14%3A57%3A14.2909609Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f964971-0a3c-4057-839e-8d92d5b54155", + "x-ms-correlation-request-id": "4d4c94ba-7eaf-4b4e-94e2-66a8c9e636fc", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "e62133e9-6409-42ee-b3e6-50389b535428", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130417Z:3f964971-0a3c-4057-839e-8d92d5b54155", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145715Z:4d4c94ba-7eaf-4b4e-94e2-66a8c9e636fc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T13%3A04%3A16.0932906Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T14%3A57%3A14.2909609Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T13:04:14.1371228Z" + "CreatedOnDate": "2022-05-23T14:57:12.5773959Z" }, "properties": { "serviceLevel": "Premium", @@ -459,23 +436,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T13:04:15.7368314Z", + "createdAt": "2022-05-23T14:57:13.8331955Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T13:04:15.7368314Z" + "lastModifiedAt": "2022-05-23T14:57:13.8331955Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/49cc0890-0b3c-4748-b205-200432693f27?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6a06d0bf-9bf8-4384-bbc9-f7981b406b8a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43d1c9c6-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -483,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:04:47 GMT", + "Date": "Mon, 23 May 2022 14:57:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -491,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86790814-99c9-4ffe-8e15-f2277d3499b9", + "x-ms-correlation-request-id": "344cf38d-6efe-468f-b3b0-d56b7ba31c20", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c236eb5c-0c06-4d57-9f35-2d89c28d3ff0", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130447Z:86790814-99c9-4ffe-8e15-f2277d3499b9", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145745Z:344cf38d-6efe-468f-b3b0-d56b7ba31c20", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/49cc0890-0b3c-4748-b205-200432693f27", - "name": "49cc0890-0b3c-4748-b205-200432693f27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6a06d0bf-9bf8-4384-bbc9-f7981b406b8a", + "name": "6a06d0bf-9bf8-4384-bbc9-f7981b406b8a", "status": "Succeeded", - "startTime": "2022-02-24T13:04:16.0967626Z", - "endTime": "2022-02-24T13:04:16.4346293Z", + "startTime": "2022-05-23T14:57:14.2915316Z", + "endTime": "2022-05-23T14:57:14.8856226Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -510,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43d1c9c6-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -526,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:04:47 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T13%3A04%3A16.4249056Z\u0027\u0022", + "Date": "Mon, 23 May 2022 14:57:45 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T14%3A57%3A14.8739961Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -535,23 +507,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba7899bc-6687-4e71-8570-28a040957300", + "x-ms-correlation-request-id": "3ac5f390-b164-48c5-9c34-7c4958a8ffac", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "752117df-9a05-4a44-8c57-b778dccf0166", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130447Z:ba7899bc-6687-4e71-8570-28a040957300", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145746Z:3ac5f390-b164-48c5-9c34-7c4958a8ffac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T13%3A04%3A16.4249056Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T14%3A57%3A14.8739961Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T13:04:14.1371228Z" + "CreatedOnDate": "2022-05-23T14:57:12.5773959Z" }, "properties": { - "poolId": "c1792756-6ba5-64da-65c3-4cd32db51114", + "poolId": "4b0ea095-65e4-1470-1b2e-d9b0381f91cc", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -560,21 +531,27 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T14:57:13.8331955Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T14:57:13.8331955Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "88", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "58192c62-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "tags": { @@ -587,36 +564,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c1b831d-414d-4b47-aef3-6b6754c07e59?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7c923abb-6a15-4509-a9aa-85a8fafa296d?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "701", + "Content-Length": "984", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:04:48 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T13%3A04%3A48.2418467Z\u0027\u0022", + "Date": "Mon, 23 May 2022 14:57:46 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T14%3A57%3A47.1369004Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c1b831d-414d-4b47-aef3-6b6754c07e59?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7c923abb-6a15-4509-a9aa-85a8fafa296d?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a3eb15a-8f05-4ca1-abc3-e147c8b232f6", + "x-ms-correlation-request-id": "6eb86a27-7e91-4b4f-a9a0-e96a2be7fbc2", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d32bf532-3aaf-45e0-ac6e-4e2dfcf67189", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130448Z:8a3eb15a-8f05-4ca1-abc3-e147c8b232f6", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145747Z:6eb86a27-7e91-4b4f-a9a0-e96a2be7fbc2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T13%3A04%3A48.2418467Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T14%3A57%3A47.1369004Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T13:04:14.1371228Z" + "CreatedOnDate": "2022-05-23T14:57:12.5773959Z" }, "properties": { "provisioningState": "Patching", - "poolId": "c1792756-6ba5-64da-65c3-4cd32db51114", + "poolId": "4b0ea095-65e4-1470-1b2e-d9b0381f91cc", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -624,19 +600,25 @@ "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T14:57:13.8331955Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T14:57:13.8331955Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c1b831d-414d-4b47-aef3-6b6754c07e59?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7c923abb-6a15-4509-a9aa-85a8fafa296d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "58192c62-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -644,7 +626,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:05:18 GMT", + "Date": "Mon, 23 May 2022 14:58:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -652,18 +634,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d03c06b-bbeb-4df5-9bb0-01820bab4bd2", + "x-ms-correlation-request-id": "102213ac-0e0c-45e4-a35d-6afab1186edf", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f1d16628-a391-4863-a82e-50bc810eb9dd", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130518Z:5d03c06b-bbeb-4df5-9bb0-01820bab4bd2", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145817Z:102213ac-0e0c-45e4-a35d-6afab1186edf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c1b831d-414d-4b47-aef3-6b6754c07e59", - "name": "1c1b831d-414d-4b47-aef3-6b6754c07e59", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7c923abb-6a15-4509-a9aa-85a8fafa296d", + "name": "7c923abb-6a15-4509-a9aa-85a8fafa296d", "status": "Succeeded", - "startTime": "2022-02-24T13:04:48.2454896Z", - "endTime": "2022-02-24T13:04:50.1942676Z", + "startTime": "2022-05-23T14:57:47.1306808Z", + "endTime": "2022-05-23T14:57:49.9318851Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -671,15 +652,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c1b831d-414d-4b47-aef3-6b6754c07e59?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7c923abb-6a15-4509-a9aa-85a8fafa296d?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "58192c62-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -687,7 +666,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:05:18 GMT", + "Date": "Mon, 23 May 2022 14:58:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -695,24 +674,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e165a59e-be69-4e86-a693-fe2ed072bcac", + "x-ms-correlation-request-id": "6518bcc8-7774-4bec-b523-b14505394733", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f4ae3b2d-35a5-45f0-9245-8c1a35f0882e", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130518Z:e165a59e-be69-4e86-a693-fe2ed072bcac", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145817Z:6518bcc8-7774-4bec-b523-b14505394733", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T13%3A04%3A50.1867421Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T14%3A57%3A49.924337Z\u0027\u0022", "location": "southcentralusstage", "tags": { "Tag2": "Value1", - "CreatedOnDate": "2022-02-24T13:04:47.9650276Z" + "CreatedOnDate": "2022-05-23T14:57:46.4006609Z" }, "properties": { - "poolId": "c1792756-6ba5-64da-65c3-4cd32db51114", + "poolId": "4b0ea095-65e4-1470-1b2e-d9b0381f91cc", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", @@ -724,55 +702,53 @@ "provisioningState": "Succeeded" }, "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T14:57:13.8331955Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T13:04:48.131967Z" + "lastModifiedAt": "2022-05-23T14:57:47.0366897Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7084d350-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/11df9998-4b68-46b8-a539-fe60151cc71a?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50f28888-2730-4133-856f-39b3e26217a0?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 13:05:29 GMT", + "Date": "Mon, 23 May 2022 14:58:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/11df9998-4b68-46b8-a539-fe60151cc71a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50f28888-2730-4133-856f-39b3e26217a0?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95ba36dc-080e-404b-96e1-80acbf0c1ed8", + "x-ms-correlation-request-id": "3e1f36f9-ed01-46de-8f83-220057f8eeb5", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "95ba36dc-080e-404b-96e1-80acbf0c1ed8", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130529Z:95ba36dc-080e-404b-96e1-80acbf0c1ed8", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145828Z:3e1f36f9-ed01-46de-8f83-220057f8eeb5", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/11df9998-4b68-46b8-a539-fe60151cc71a?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50f28888-2730-4133-856f-39b3e26217a0?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7084d350-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -780,7 +756,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:05:59 GMT", + "Date": "Mon, 23 May 2022 14:58:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -788,18 +764,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "134dedba-54e0-498f-b1ae-1a9754a75324", + "x-ms-correlation-request-id": "0430979a-bef0-44a1-a1ce-70ad20ec0351", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "fbf6b6ea-6a51-4342-ac47-4e9dd374b1d5", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130559Z:134dedba-54e0-498f-b1ae-1a9754a75324", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145858Z:0430979a-bef0-44a1-a1ce-70ad20ec0351", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/11df9998-4b68-46b8-a539-fe60151cc71a", - "name": "11df9998-4b68-46b8-a539-fe60151cc71a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50f28888-2730-4133-856f-39b3e26217a0", + "name": "50f28888-2730-4133-856f-39b3e26217a0", "status": "Succeeded", - "startTime": "2022-02-24T13:05:29.4339037Z", - "endTime": "2022-02-24T13:05:31.1983943Z", + "startTime": "2022-05-23T14:58:28.2359927Z", + "endTime": "2022-05-23T14:58:31.6112077Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -807,15 +782,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/11df9998-4b68-46b8-a539-fe60151cc71a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50f28888-2730-4133-856f-39b3e26217a0?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7084d350-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -823,7 +796,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:05:59 GMT", + "Date": "Mon, 23 May 2022 14:58:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -831,24 +804,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f13c1b8-ba33-45d1-9cd2-95d15bb48e18", + "x-ms-correlation-request-id": "ddbdf3a6-4188-45e8-8e34-f3b51cb11341", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "a9abe674-2248-4e55-bddd-19e91f573554", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130559Z:2f13c1b8-ba33-45d1-9cd2-95d15bb48e18", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145858Z:ddbdf3a6-4188-45e8-8e34-f3b51cb11341", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T13%3A05%3A29.4244567Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T14%3A58%3A28.2388404Z\u0027\u0022", "location": "southcentralusstage", "tags": { "Tag2": "Value1", - "CreatedOnDate": "2022-02-24T13:04:47.9650276Z" + "CreatedOnDate": "2022-05-23T14:57:46.4006609Z" }, "properties": { - "poolId": "c1792756-6ba5-64da-65c3-4cd32db51114", + "poolId": "4b0ea095-65e4-1470-1b2e-d9b0381f91cc", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", @@ -860,150 +832,138 @@ "provisioningState": "Deleting" }, "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T14:57:13.8331955Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T13:04:48.131967Z" + "lastModifiedAt": "2022-05-23T14:57:47.0366897Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "890eb6ca-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 13:06:09 GMT", + "Date": "Mon, 23 May 2022 14:59:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a7651bf-94fe-429b-8f4b-de98ac03733b", + "x-ms-correlation-request-id": "72d06793-840f-423d-9f5a-2ae2aefd9ba0", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "4a7651bf-94fe-429b-8f4b-de98ac03733b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130610Z:4a7651bf-94fe-429b-8f4b-de98ac03733b" + "x-ms-routing-request-id": "WESTEUROPE:20220523T145909Z:72d06793-840f-423d-9f5a-2ae2aefd9ba0" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8f2791ee-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 13:06:19 GMT", + "Date": "Mon, 23 May 2022 14:59:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44cd6717-d16c-43e9-b411-e9aa14775880", + "x-ms-correlation-request-id": "413f8195-dde9-4a76-90db-b632da0b26a3", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "44cd6717-d16c-43e9-b411-e9aa14775880", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130620Z:44cd6717-d16c-43e9-b411-e9aa14775880" + "x-ms-routing-request-id": "WESTEUROPE:20220523T145919Z:413f8195-dde9-4a76-90db-b632da0b26a3" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9543d0d8-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 13:06:30 GMT", + "Date": "Mon, 23 May 2022 14:59:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e11669fd-50f0-45e3-a4cd-3fc88478773a", + "x-ms-correlation-request-id": "610df0f5-a21e-4af2-80db-230985daea7b", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "e11669fd-50f0-45e3-a4cd-3fc88478773a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130630Z:e11669fd-50f0-45e3-a4cd-3fc88478773a" + "x-ms-routing-request-id": "WESTEUROPE:20220523T145929Z:610df0f5-a21e-4af2-80db-230985daea7b" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9b5f767a-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 13:06:40 GMT", + "Date": "Mon, 23 May 2022 14:59:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cfe54d84-2f82-4752-8844-b2af0f43373b", + "x-ms-correlation-request-id": "142bb70b-9c8a-4d81-968a-9bfad99fe5e6", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "cfe54d84-2f82-4752-8844-b2af0f43373b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130640Z:cfe54d84-2f82-4752-8844-b2af0f43373b" + "x-ms-routing-request-id": "WESTEUROPE:20220523T145939Z:142bb70b-9c8a-4d81-968a-9bfad99fe5e6" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a17ec542-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:06:50 GMT", + "Date": "Mon, 23 May 2022 14:59:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb7e693f-41e5-40c1-8db2-b2d46ad1ca99", + "x-ms-correlation-request-id": "17404ee7-7863-4d30-90af-5500ac085f1e", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "bb7e693f-41e5-40c1-8db2-b2d46ad1ca99", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130651Z:bb7e693f-41e5-40c1-8db2-b2d46ad1ca99" + "x-ms-routing-request-id": "WESTEUROPE:20220523T145950Z:17404ee7-7863-4d30-90af-5500ac085f1e" }, "ResponseBody": { "error": { @@ -1013,48 +973,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a19fae92-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0efcbaa-a174-47c8-b469-3aaccb956607?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b95812a-d242-4e89-92b9-4b6f4c0af421?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 13:06:51 GMT", + "Date": "Mon, 23 May 2022 14:59:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0efcbaa-a174-47c8-b469-3aaccb956607?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b95812a-d242-4e89-92b9-4b6f4c0af421?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "772e9bd7-badf-4ec2-a8f2-15c4e65792d3", + "x-ms-correlation-request-id": "bcec74de-8770-44fe-9966-a279f699acee", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "772e9bd7-badf-4ec2-a8f2-15c4e65792d3", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130652Z:772e9bd7-badf-4ec2-a8f2-15c4e65792d3", + "x-ms-routing-request-id": "WESTEUROPE:20220523T145951Z:bcec74de-8770-44fe-9966-a279f699acee", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0efcbaa-a174-47c8-b469-3aaccb956607?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b95812a-d242-4e89-92b9-4b6f4c0af421?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a19fae92-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1062,7 +1017,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:07:21 GMT", + "Date": "Mon, 23 May 2022 15:00:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1070,18 +1025,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89ec2dae-232d-455a-b9d7-966972c4614c", + "x-ms-correlation-request-id": "d0ae9792-c6cb-4d5c-bf2d-ba95eb8e4a82", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "ffd6b9de-e3bd-4cf9-aac4-4b4bd52493bf", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130722Z:89ec2dae-232d-455a-b9d7-966972c4614c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150021Z:d0ae9792-c6cb-4d5c-bf2d-ba95eb8e4a82", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0efcbaa-a174-47c8-b469-3aaccb956607", - "name": "f0efcbaa-a174-47c8-b469-3aaccb956607", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b95812a-d242-4e89-92b9-4b6f4c0af421", + "name": "2b95812a-d242-4e89-92b9-4b6f4c0af421", "status": "Succeeded", - "startTime": "2022-02-24T13:06:52.3999385Z", - "endTime": "2022-02-24T13:06:52.4799798Z", + "startTime": "2022-05-23T14:59:51.1343072Z", + "endTime": "2022-05-23T14:59:51.1655508Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -1089,15 +1043,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f0efcbaa-a174-47c8-b469-3aaccb956607?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2b95812a-d242-4e89-92b9-4b6f4c0af421?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a19fae92-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1105,7 +1057,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:07:22 GMT", + "Date": "Mon, 23 May 2022 15:00:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1113,20 +1065,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2fcedc2a-b1bb-44be-ad57-20296a13425a", + "x-ms-correlation-request-id": "6beb544e-9e8c-4d4f-9e52-a3a623251625", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "ae737933-711a-468a-829b-694154ac618a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130723Z:2fcedc2a-b1bb-44be-ad57-20296a13425a", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150021Z:6beb544e-9e8c-4d4f-9e52-a3a623251625", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T13%3A06%3A52.3882962Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T14%3A59%3A51.1386935Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T13:03:37.9351569Z" + "CreatedOnDate": "2022-05-23T14:56:35.5768542Z" }, "properties": { "encryption": { @@ -1137,39 +1088,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T13:03:41.0166864Z", + "createdAt": "2022-05-23T14:56:38.7546637Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T13:03:41.0166864Z" + "lastModifiedAt": "2022-05-23T14:56:38.7546637Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b5c5de82-9572-11ec-afd3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 13:07:24 GMT", + "Date": "Mon, 23 May 2022 15:00:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6913e26b-09ee-481c-84f7-4678ed7da9fb", + "x-ms-correlation-request-id": "0dedbc28-ee77-4a2a-a5fc-45840bc4fc30", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "6913e26b-09ee-481c-84f7-4678ed7da9fb", - "x-ms-routing-request-id": "WESTEUROPE:20220224T130725Z:6913e26b-09ee-481c-84f7-4678ed7da9fb" + "x-ms-routing-request-id": "WESTEUROPE:20220523T150023Z:0dedbc28-ee77-4a2a-a5fc-45840bc4fc30" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_update_pool.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_update_pool.json index b433c7e1e0e1..b180aa489a0e 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_update_pool.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_pool.pyTestNetAppCapacityPooltest_update_pool.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:05:16 GMT", + "Date": "Mon, 23 May 2022 13:42:10 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Agaz3OJAtjVBpzZT90cVKiY; expires=Sat, 26-Mar-2022 12:05:17 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrUugGsZBlWQq9-qQma8JPQNLyY0snbvXg-9ouEFYDBW1tuPqSq2NWnvueA6itDBxf8u4qo3OA9e-c0GlWhDT3x_41lHB9HQk5jWIqOixrGOHemHuXA6QY06yssWsX8bO2MQpqg5qoxn20X96faDJh8SFvRJ76x0WeSrAT1pKSbHIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "a80ff8b5-ef78-4f4a-bce6-9bce14271800" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,7 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:05:16 GMT", + "Date": "Mon, 23 May 2022 13:42:10 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Agaz3OJAtjVBpzZT90cVKiY; expires=Sat, 26-Mar-2022 12:05:17 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.11 - WEULR2 ProdSlices", - "x-ms-request-id": "092169ba-37b5-45b0-9cac-41a975feea00" + "x-ms-ests-server": "2.1.12744.11 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,39 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "f1df0263-4ab4-4264-9ed4-d13f1ce158aa", + "client-request-id": "205ee347-5bff-4fba-87b6-0a7b02a20b79", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "f1df0263-4ab4-4264-9ed4-d13f1ce158aa", - "Content-Length": "1412", + "client-request-id": "205ee347-5bff-4fba-87b6-0a7b02a20b79", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:05:16 GMT", + "Date": "Mon, 23 May 2022 13:42:11 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=Agaz3OJAtjVBpzZT90cVKib7QncyAQAAAH1rqdkOAAAA; expires=Sat, 26-Mar-2022 12:05:17 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "a80ff8b5-ef78-4f4a-bce6-9bce1e271800" + "x-ms-ests-server": "2.1.12794.4 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -223,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "06d1a328-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b0efc5c-a14d-4433-b492-5992c48aae68?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b36d50b0-884b-4d51-b2c5-e767fe788c9a?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "695", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:05:25 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T12%3A05%3A24.717238Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:42:20 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A42%3A20.1925899Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "326b76bc-96c1-4719-bedc-1117fe4b2a5c", + "x-ms-correlation-request-id": "272b6fa0-be35-4b41-b8f3-6938c4b8e9cf", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "49176ccc-c034-4ab6-bc69-297e3aa3592c", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120526Z:326b76bc-96c1-4719-bedc-1117fe4b2a5c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134221Z:272b6fa0-be35-4b41-b8f3-6938c4b8e9cf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T12%3A05%3A24.717238Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A42%3A20.1925899Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T12:05:20.4000494Z" + "CreatedOnDate": "2022-05-23T13:42:15.7334104Z" }, "properties": { "provisioningState": "Creating" @@ -272,23 +258,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T12:05:23.9289959Z", + "createdAt": "2022-05-23T13:42:19.4722736Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T12:05:23.9289959Z" + "lastModifiedAt": "2022-05-23T13:42:19.4722736Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b0efc5c-a14d-4433-b492-5992c48aae68?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b36d50b0-884b-4d51-b2c5-e767fe788c9a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "06d1a328-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -296,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:05:55 GMT", + "Date": "Mon, 23 May 2022 13:42:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -304,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9b94a43-471e-4d9c-91ea-047452d966b6", + "x-ms-correlation-request-id": "5e27777d-2766-426c-812e-5c775fe6d840", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "baa2ad82-c83a-4357-8a73-9327d8204d1d", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120556Z:f9b94a43-471e-4d9c-91ea-047452d966b6", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134251Z:5e27777d-2766-426c-812e-5c775fe6d840", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0b0efc5c-a14d-4433-b492-5992c48aae68", - "name": "0b0efc5c-a14d-4433-b492-5992c48aae68", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b36d50b0-884b-4d51-b2c5-e767fe788c9a", + "name": "b36d50b0-884b-4d51-b2c5-e767fe788c9a", "status": "Succeeded", - "startTime": "2022-02-24T12:05:24.719763Z", - "endTime": "2022-02-24T12:05:24.775219Z", + "startTime": "2022-05-23T13:42:20.1931295Z", + "endTime": "2022-05-23T13:42:20.2243912Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -323,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "06d1a328-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -339,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:05:55 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T12%3A05%3A24.7663132Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:42:52 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A42%3A20.2287333Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -348,20 +329,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eceaea63-f072-4691-ad4a-9c483b2d07de", + "x-ms-correlation-request-id": "c7140d79-b407-430c-a1d4-7dff2860fe5a", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "87943183-d6b4-4c5f-acad-ef05a20d658a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120556Z:eceaea63-f072-4691-ad4a-9c483b2d07de", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134252Z:c7140d79-b407-430c-a1d4-7dff2860fe5a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T12%3A05%3A24.7663132Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A42%3A20.2287333Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T12:05:20.4000494Z" + "CreatedOnDate": "2022-05-23T13:42:15.7334104Z" }, "properties": { "activeDirectories": [ @@ -377,7 +357,7 @@ "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -390,25 +370,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T12:05:23.9289959Z", + "createdAt": "2022-05-23T13:42:19.4722736Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T12:05:23.9289959Z" + "lastModifiedAt": "2022-05-23T13:42:19.4722736Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1f54ff80-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -421,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c3c0afd-d2fb-4ea2-98f1-95a1a6ccc995?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6475b9a8-7a0a-47b0-9b3f-0826c7f4d1c2?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "912", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:05:59 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T12%3A05%3A58.9543263Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:42:54 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A42%3A54.1368204Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02768e6b-3dab-495a-8bdc-aeaa782eb590", + "x-ms-correlation-request-id": "2479192f-6c95-46fc-b890-cbf81fad7f4c", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "f6da88b6-6ee2-43a8-b3fa-5cf389d2ecb3", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120600Z:02768e6b-3dab-495a-8bdc-aeaa782eb590", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134255Z:2479192f-6c95-46fc-b890-cbf81fad7f4c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T12%3A05%3A58.9543263Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A42%3A54.1368204Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T12:05:56.9601698Z" + "CreatedOnDate": "2022-05-23T13:42:52.6381825Z" }, "properties": { "serviceLevel": "Premium", @@ -459,23 +436,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T12:05:58.5691889Z", + "createdAt": "2022-05-23T13:42:53.8165062Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T12:05:58.5691889Z" + "lastModifiedAt": "2022-05-23T13:42:53.8165062Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c3c0afd-d2fb-4ea2-98f1-95a1a6ccc995?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6475b9a8-7a0a-47b0-9b3f-0826c7f4d1c2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1f54ff80-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -483,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:06:30 GMT", + "Date": "Mon, 23 May 2022 13:43:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -491,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59f3fb69-5208-4aba-8e7c-11363e5a9da3", + "x-ms-correlation-request-id": "0d03f899-7d78-4f88-9833-8f056c04551a", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "21b139cf-4f70-4ba6-bd96-4ae040dd723a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120630Z:59f3fb69-5208-4aba-8e7c-11363e5a9da3", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134325Z:0d03f899-7d78-4f88-9833-8f056c04551a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c3c0afd-d2fb-4ea2-98f1-95a1a6ccc995", - "name": "1c3c0afd-d2fb-4ea2-98f1-95a1a6ccc995", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6475b9a8-7a0a-47b0-9b3f-0826c7f4d1c2", + "name": "6475b9a8-7a0a-47b0-9b3f-0826c7f4d1c2", "status": "Succeeded", - "startTime": "2022-02-24T12:05:58.9584381Z", - "endTime": "2022-02-24T12:05:59.1438659Z", + "startTime": "2022-05-23T13:42:54.1288558Z", + "endTime": "2022-05-23T13:42:54.6913932Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -510,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1f54ff80-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -526,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:06:30 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T12%3A05%3A59.135885Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:43:25 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A42%3A54.6955159Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -535,23 +507,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69939b42-090d-4de5-acf5-1b539906e3af", + "x-ms-correlation-request-id": "604281bd-4387-4da9-88b6-dcb5cd01579a", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "49f0df51-3c5f-419f-a62a-067fe9da3fb8", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120630Z:69939b42-090d-4de5-acf5-1b539906e3af", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134325Z:604281bd-4387-4da9-88b6-dcb5cd01579a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T12%3A05%3A59.135885Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A42%3A54.6955159Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T12:05:56.9601698Z" + "CreatedOnDate": "2022-05-23T13:42:52.6381825Z" }, "properties": { - "poolId": "b92f3af8-2904-ab91-87e1-1653d408275b", + "poolId": "8997a29e-4a06-df48-818e-0d05e7f27cf1", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -560,21 +531,27 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:42:53.8165062Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:42:53.8165062Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "95", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3395f760-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -585,12 +562,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/29dfa462-1d8f-4749-b5ad-8b04db3a83ad?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3890783b-aafa-4102-acf1-de97c4e4e9af?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:06:31 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T12%3A06%3A31.0578196Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:43:27 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A43%3A26.4546598Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -598,24 +575,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a9baac7-5532-4438-88f6-71a7434fed5c", + "x-ms-correlation-request-id": "9fd627fa-4ff4-4e31-8992-ca101b9bf590", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "21f8ee5c-5bb5-44bd-9f5a-d8b58cd75752", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120631Z:2a9baac7-5532-4438-88f6-71a7434fed5c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134327Z:9fd627fa-4ff4-4e31-8992-ca101b9bf590", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T12%3A06%3A31.0578196Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A43%3A26.4546598Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T12:05:56.9601698Z" + "CreatedOnDate": "2022-05-23T13:42:52.6381825Z" }, "properties": { "provisioningState": "Updating", - "poolId": "b92f3af8-2904-ab91-87e1-1653d408275b", + "poolId": "8997a29e-4a06-df48-818e-0d05e7f27cf1", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -623,19 +599,25 @@ "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:42:53.8165062Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T13:42:53.8165062Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/29dfa462-1d8f-4749-b5ad-8b04db3a83ad?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3890783b-aafa-4102-acf1-de97c4e4e9af?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3395f760-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -643,7 +625,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:07:01 GMT", + "Date": "Mon, 23 May 2022 13:43:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -651,18 +633,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a62611f-2034-4ef8-936f-1a3e35c07652", + "x-ms-correlation-request-id": "d6d35284-db58-4e59-958a-5c22633361c5", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "0688e1f7-2183-4239-9ed4-1bf9897340c6", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120701Z:8a62611f-2034-4ef8-936f-1a3e35c07652", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134357Z:d6d35284-db58-4e59-958a-5c22633361c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/29dfa462-1d8f-4749-b5ad-8b04db3a83ad", - "name": "29dfa462-1d8f-4749-b5ad-8b04db3a83ad", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3890783b-aafa-4102-acf1-de97c4e4e9af", + "name": "3890783b-aafa-4102-acf1-de97c4e4e9af", "status": "Succeeded", - "startTime": "2022-02-24T12:06:31.0619839Z", - "endTime": "2022-02-24T12:06:32.7165686Z", + "startTime": "2022-05-23T13:43:26.4507134Z", + "endTime": "2022-05-23T13:43:29.8103246Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -670,15 +651,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3395f760-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -686,8 +665,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:07:02 GMT", - "ETag": "W/\u0022datetime\u00272022-02-24T12%3A06%3A32.7088849Z\u0027\u0022", + "Date": "Mon, 23 May 2022 13:43:57 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T13%3A43%3A29.8007783Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -695,23 +674,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0e74400-583b-4eb4-ba4a-18e9052fa67d", + "x-ms-correlation-request-id": "cbd1305b-a6fa-4dc6-9e80-b858f7e1492d", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "c75d8005-b8a8-4ad1-8eec-967fb054f1ed", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120702Z:e0e74400-583b-4eb4-ba4a-18e9052fa67d", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134358Z:cbd1305b-a6fa-4dc6-9e80-b858f7e1492d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T12%3A06%3A32.7088849Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A43%3A29.8007783Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T12:06:30.8063639Z" + "CreatedOnDate": "2022-05-23T13:43:26.1841976Z" }, "properties": { - "poolId": "b92f3af8-2904-ab91-87e1-1653d408275b", + "poolId": "8997a29e-4a06-df48-818e-0d05e7f27cf1", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Manual", @@ -722,55 +700,53 @@ "provisioningState": "Succeeded" }, "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:42:53.8165062Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T12:06:30.9593671Z" + "lastModifiedAt": "2022-05-23T13:43:26.3480616Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4c578412-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/037bf89d-115e-4e75-b667-f5fb4be8f037?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/acad2105-d19e-48eb-8c62-cfd52b114033?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 12:07:12 GMT", + "Date": "Mon, 23 May 2022 13:44:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/037bf89d-115e-4e75-b667-f5fb4be8f037?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/acad2105-d19e-48eb-8c62-cfd52b114033?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fef60b14-2344-4271-92ba-ba792a5928e2", + "x-ms-correlation-request-id": "3625b4e5-00dd-45d6-81e7-96e491e4c0a3", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "fef60b14-2344-4271-92ba-ba792a5928e2", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120712Z:fef60b14-2344-4271-92ba-ba792a5928e2", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134409Z:3625b4e5-00dd-45d6-81e7-96e491e4c0a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/037bf89d-115e-4e75-b667-f5fb4be8f037?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/acad2105-d19e-48eb-8c62-cfd52b114033?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4c578412-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -778,7 +754,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:07:42 GMT", + "Date": "Mon, 23 May 2022 13:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -786,18 +762,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b12ca977-ce21-4f31-a880-15581fe0d140", + "x-ms-correlation-request-id": "0ff4c118-83ea-45b0-bc2d-16d4bc019671", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "4f719199-c830-4763-9692-92dabd098d5a", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120743Z:b12ca977-ce21-4f31-a880-15581fe0d140", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134439Z:0ff4c118-83ea-45b0-bc2d-16d4bc019671", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/037bf89d-115e-4e75-b667-f5fb4be8f037", - "name": "037bf89d-115e-4e75-b667-f5fb4be8f037", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/acad2105-d19e-48eb-8c62-cfd52b114033", + "name": "acad2105-d19e-48eb-8c62-cfd52b114033", "status": "Succeeded", - "startTime": "2022-02-24T12:07:12.6858666Z", - "endTime": "2022-02-24T12:07:14.6114083Z", + "startTime": "2022-05-23T13:44:08.9005653Z", + "endTime": "2022-05-23T13:44:12.8380855Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -805,15 +780,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/037bf89d-115e-4e75-b667-f5fb4be8f037?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/acad2105-d19e-48eb-8c62-cfd52b114033?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4c578412-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -821,7 +794,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:07:42 GMT", + "Date": "Mon, 23 May 2022 13:44:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -829,23 +802,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c803961-26df-45cd-b83e-2dd22500e73f", + "x-ms-correlation-request-id": "5094a7dd-115f-43c7-a668-8d2c183e53b2", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "defeada5-f191-4e58-99e4-1d72f74962ae", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120743Z:1c803961-26df-45cd-b83e-2dd22500e73f", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134439Z:5094a7dd-115f-43c7-a668-8d2c183e53b2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-24T12%3A07%3A12.677242Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A44%3A08.8947984Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T12:06:30.8063639Z" + "CreatedOnDate": "2022-05-23T13:43:26.1841976Z" }, "properties": { - "poolId": "b92f3af8-2904-ab91-87e1-1653d408275b", + "poolId": "8997a29e-4a06-df48-818e-0d05e7f27cf1", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", @@ -857,150 +829,138 @@ "provisioningState": "Deleting" }, "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T13:42:53.8165062Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T12:06:30.9593671Z" + "lastModifiedAt": "2022-05-23T13:43:26.3480616Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "64c7af18-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 12:07:53 GMT", + "Date": "Mon, 23 May 2022 13:44:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7419cb1c-b66e-4bed-9b9e-71a678b0cf08", + "x-ms-correlation-request-id": "bf762a58-caba-40d8-aeaa-f68234181937", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "7419cb1c-b66e-4bed-9b9e-71a678b0cf08", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120753Z:7419cb1c-b66e-4bed-9b9e-71a678b0cf08" + "x-ms-routing-request-id": "WESTEUROPE:20220523T134449Z:bf762a58-caba-40d8-aeaa-f68234181937" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ae0774a-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 12:08:03 GMT", + "Date": "Mon, 23 May 2022 13:44:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca433e6d-1982-4d10-843a-ddd5cc93bb44", + "x-ms-correlation-request-id": "1410c62e-0230-4ce0-9b10-72a2b8be3f97", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "ca433e6d-1982-4d10-843a-ddd5cc93bb44", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120803Z:ca433e6d-1982-4d10-843a-ddd5cc93bb44" + "x-ms-routing-request-id": "WESTEUROPE:20220523T134500Z:1410c62e-0230-4ce0-9b10-72a2b8be3f97" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "70f9c2da-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 12:08:13 GMT", + "Date": "Mon, 23 May 2022 13:45:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ef1eefc-75e0-43cd-aef4-d1cdf5a8834b", + "x-ms-correlation-request-id": "f7ae0d80-7ddf-46ab-b4fd-4c8b8ab22283", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "6ef1eefc-75e0-43cd-aef4-d1cdf5a8834b", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120813Z:6ef1eefc-75e0-43cd-aef4-d1cdf5a8834b" + "x-ms-routing-request-id": "WESTEUROPE:20220523T134510Z:f7ae0d80-7ddf-46ab-b4fd-4c8b8ab22283" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7711f246-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Thu, 24 Feb 2022 12:08:23 GMT", + "Date": "Mon, 23 May 2022 13:45:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "800dd898-9c9d-44d3-8c42-7b41570e83dc", + "x-ms-correlation-request-id": "dc413aed-df53-4d6c-96d2-b533d038f7e3", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "800dd898-9c9d-44d3-8c42-7b41570e83dc", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120824Z:800dd898-9c9d-44d3-8c42-7b41570e83dc" + "x-ms-routing-request-id": "WESTEUROPE:20220523T134520Z:dc413aed-df53-4d6c-96d2-b533d038f7e3" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7d2f2252-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:08:33 GMT", + "Date": "Mon, 23 May 2022 13:45:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9a838d5-4b5d-4cfd-9707-08735d6c4dad", + "x-ms-correlation-request-id": "25110d5a-48dc-47a6-b6a2-8f30ab38e8fa", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "f9a838d5-4b5d-4cfd-9707-08735d6c4dad", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120834Z:f9a838d5-4b5d-4cfd-9707-08735d6c4dad" + "x-ms-routing-request-id": "WESTEUROPE:20220523T134531Z:25110d5a-48dc-47a6-b6a2-8f30ab38e8fa" }, "ResponseBody": { "error": { @@ -1010,48 +970,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7d4e0e6a-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89c45a23-4311-48a4-958e-34390f48b720?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a24ce284-8d66-4dba-b0cf-d8af84dfae5a?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 24 Feb 2022 12:08:34 GMT", + "Date": "Mon, 23 May 2022 13:45:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89c45a23-4311-48a4-958e-34390f48b720?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a24ce284-8d66-4dba-b0cf-d8af84dfae5a?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5ce7c05-7eb5-426c-bc1d-52548263e5a8", + "x-ms-correlation-request-id": "e31f8c3b-6ebe-4edd-96a3-8a76f9b0da6c", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "f5ce7c05-7eb5-426c-bc1d-52548263e5a8", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120835Z:f5ce7c05-7eb5-426c-bc1d-52548263e5a8", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134532Z:e31f8c3b-6ebe-4edd-96a3-8a76f9b0da6c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89c45a23-4311-48a4-958e-34390f48b720?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a24ce284-8d66-4dba-b0cf-d8af84dfae5a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7d4e0e6a-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1059,7 +1014,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:09:05 GMT", + "Date": "Mon, 23 May 2022 13:46:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1067,18 +1022,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "029e49ea-e44c-426a-86d7-7dfb3c84c932", + "x-ms-correlation-request-id": "4bf6935a-3026-4f30-a134-c59130833029", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "63fe85e2-2a32-4d25-a1bc-6193559de604", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120905Z:029e49ea-e44c-426a-86d7-7dfb3c84c932", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134602Z:4bf6935a-3026-4f30-a134-c59130833029", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89c45a23-4311-48a4-958e-34390f48b720", - "name": "89c45a23-4311-48a4-958e-34390f48b720", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a24ce284-8d66-4dba-b0cf-d8af84dfae5a", + "name": "a24ce284-8d66-4dba-b0cf-d8af84dfae5a", "status": "Succeeded", - "startTime": "2022-02-24T12:08:35.4301696Z", - "endTime": "2022-02-24T12:08:35.471118Z", + "startTime": "2022-05-23T13:45:32.2297452Z", + "endTime": "2022-05-23T13:45:32.2453883Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -1086,15 +1040,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89c45a23-4311-48a4-958e-34390f48b720?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a24ce284-8d66-4dba-b0cf-d8af84dfae5a?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7d4e0e6a-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1102,7 +1054,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:09:05 GMT", + "Date": "Mon, 23 May 2022 13:46:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1110,20 +1062,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4af1386-616d-40e5-ab31-caf37fc8eaa1", + "x-ms-correlation-request-id": "a84a61fa-155c-4d3a-ade1-a0693c8f394b", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "25e85b95-fb0f-404e-8bf2-11b728882327", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120905Z:f4af1386-616d-40e5-ab31-caf37fc8eaa1", + "x-ms-routing-request-id": "WESTEUROPE:20220523T134602Z:a84a61fa-155c-4d3a-ade1-a0693c8f394b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-24T12%3A08%3A35.4183226Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T13%3A45%3A32.2260519Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-24T12:05:20.4000494Z" + "CreatedOnDate": "2022-05-23T13:42:15.7334104Z" }, "properties": { "encryption": { @@ -1134,39 +1085,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-24T12:05:23.9289959Z", + "createdAt": "2022-05-23T13:42:19.4722736Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-24T12:05:23.9289959Z" + "lastModifiedAt": "2022-05-23T13:42:19.4722736Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "91579d2c-956a-11ec-87fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 24 Feb 2022 12:09:07 GMT", + "Date": "Mon, 23 May 2022 13:46:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1e8e806-012e-4e93-bc95-afd594bfb58f", + "x-ms-correlation-request-id": "85f131cd-5a83-4deb-bf5b-52378fc9226f", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "c1e8e806-012e-4e93-bc95-afd594bfb58f", - "x-ms-routing-request-id": "WESTEUROPE:20220224T120908Z:c1e8e806-012e-4e93-bc95-afd594bfb58f" + "x-ms-routing-request-id": "WESTEUROPE:20220523T134605Z:85f131cd-5a83-4deb-bf5b-52378fc9226f" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_create_delete_snapshot.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_create_delete_snapshot.json index b90fc8b44bc9..4fb40d3b9d9e 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_create_delete_snapshot.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_create_delete_snapshot.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:43:26 GMT", + "Date": "Mon, 23 May 2022 15:01:12 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AkWAunsdZqdGuBeCyLo1--U; expires=Thu, 31-Mar-2022 14:43:27 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrc4RHQhezfYPxyuYsNhVTZ_Zuh3uJVuSdJ7dGyKCG9wBv5a7Td1LxoGZrU3keWenHCB5EnU3SlRjScteVIqsO7zSPtZejA2O_Fq_4bgwDcZh889sEO4Y8rrxIHvSkCXue8aVUQigITndD_Os63XZD9K2ptfdAMILUtc_8-NKZCLIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - WEULR2 ProdSlices", - "x-ms-request-id": "73aec713-1b9f-459d-ae26-faf0fa212000" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AkWAunsdZqdGuBeCyLo1--U; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:43:26 GMT", + "Date": "Mon, 23 May 2022 15:01:12 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AkWAunsdZqdGuBeCyLo1--U; expires=Thu, 31-Mar-2022 14:43:27 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "38e0c52c-2de3-42cd-98c9-584d22bc9000" + "x-ms-ests-server": "2.1.12794.4 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "8ac70284-0c25-479a-8994-f7a901be0d5e", + "client-request-id": "b47a80c0-f068-4c69-b9d6-4b1bc40e46da", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AkWAunsdZqdGuBeCyLo1--U; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "8ac70284-0c25-479a-8994-f7a901be0d5e", - "Content-Length": "1412", + "client-request-id": "b47a80c0-f068-4c69-b9d6-4b1bc40e46da", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:43:26 GMT", + "Date": "Mon, 23 May 2022 15:01:12 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AkWAunsdZqdGuBeCyLo1--X7QncyAQAAAA4osNkOAAAA; expires=Thu, 31-Mar-2022 14:43:27 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12529.16 - NEULR1 ProdSlices", - "x-ms-request-id": "477fb0ec-5846-40bb-9828-d807075d2800" + "x-ms-ests-server": "2.1.12794.4 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3d53c32-996d-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b100e613-afb8-4aab-81c1-ca2793e0aa18?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d1730b2f-4979-4c70-a107-95d246dedcbd?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:43:34 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A43%3A34.1725311Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:01:19 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A01%3A18.8860685Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac1a0767-e1d6-403d-a1de-c18cb1298149", + "x-ms-correlation-request-id": "6d52b8a1-7283-4126-85e3-ae0f92807fa0", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "520b509e-f65f-4ee3-a1b7-51b42452a436", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144335Z:ac1a0767-e1d6-403d-a1de-c18cb1298149", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150119Z:6d52b8a1-7283-4126-85e3-ae0f92807fa0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A43%3A34.1725311Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A01%3A18.8860685Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:43:30.8423174Z" + "CreatedOnDate": "2022-05-23T15:01:14.4403636Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:01:18.1390916Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:01:18.1390916Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b100e613-afb8-4aab-81c1-ca2793e0aa18?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d1730b2f-4979-4c70-a107-95d246dedcbd?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3d53c32-996d-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:44:04 GMT", + "Date": "Mon, 23 May 2022 15:01:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa78cc2f-0eb4-459e-87f9-1d589fa99f94", + "x-ms-correlation-request-id": "92c6dde5-f8b5-4d3d-87e5-4afda7483fd4", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "b6ff2dbf-d9fc-441b-be3b-726f9a6741f6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144405Z:fa78cc2f-0eb4-459e-87f9-1d589fa99f94", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150150Z:92c6dde5-f8b5-4d3d-87e5-4afda7483fd4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b100e613-afb8-4aab-81c1-ca2793e0aa18", - "name": "b100e613-afb8-4aab-81c1-ca2793e0aa18", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d1730b2f-4979-4c70-a107-95d246dedcbd", + "name": "d1730b2f-4979-4c70-a107-95d246dedcbd", "status": "Succeeded", - "startTime": "2022-03-01T14:43:34.1805438Z", - "endTime": "2022-03-01T14:43:34.2291978Z", + "startTime": "2022-05-23T15:01:18.8914535Z", + "endTime": "2022-05-23T15:01:18.9070637Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3d53c32-996d-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:44:04 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A43%3A34.2204748Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:01:50 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A01%3A18.9115561Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0af1fba-4a57-4d72-b46a-45cda0389599", + "x-ms-correlation-request-id": "1995765a-54a9-4e92-ae6c-e71c7f83e55f", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "53d4e48f-b198-4876-8222-2fb15c4859e4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144405Z:e0af1fba-4a57-4d72-b46a-45cda0389599", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150150Z:1995765a-54a9-4e92-ae6c-e71c7f83e55f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A43%3A34.2204748Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A01%3A18.9115561Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:43:30.8423174Z" + "CreatedOnDate": "2022-05-23T15:01:14.4403636Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:01:18.1390916Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:01:18.1390916Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0b22f528-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a7d1d5e6-f864-4498-93f9-531e4e52b51f?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c31b4fd0-ac07-4d75-9a18-7bffbe4921d3?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:44:09 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A44%3A09.0155477Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:01:53 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A01%3A52.3207008Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ed6dca9-e1d8-40e2-9978-dec1fb1bae18", + "x-ms-correlation-request-id": "9f5f178a-5e58-426e-9a95-8534d7cc3e95", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "ff1bd4da-5b84-449b-be56-3564f2778d2e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144410Z:2ed6dca9-e1d8-40e2-9978-dec1fb1bae18", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150153Z:9f5f178a-5e58-426e-9a95-8534d7cc3e95", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A44%3A09.0155477Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A01%3A52.3207008Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:44:05.7114756Z" + "CreatedOnDate": "2022-05-23T15:01:50.8108845Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:01:51.9205181Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:01:51.9205181Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a7d1d5e6-f864-4498-93f9-531e4e52b51f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c31b4fd0-ac07-4d75-9a18-7bffbe4921d3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0b22f528-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:44:40 GMT", + "Date": "Mon, 23 May 2022 15:02:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27855724-9519-41dc-b038-207d278184e5", + "x-ms-correlation-request-id": "cce053a4-ecbe-458c-ab15-1f4e455fa9c4", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "804f4ed1-f389-4996-a215-16a0a65ae0bb", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144440Z:27855724-9519-41dc-b038-207d278184e5", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150223Z:cce053a4-ecbe-458c-ab15-1f4e455fa9c4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a7d1d5e6-f864-4498-93f9-531e4e52b51f", - "name": "a7d1d5e6-f864-4498-93f9-531e4e52b51f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c31b4fd0-ac07-4d75-9a18-7bffbe4921d3", + "name": "c31b4fd0-ac07-4d75-9a18-7bffbe4921d3", "status": "Succeeded", - "startTime": "2022-03-01T14:44:09.0258492Z", - "endTime": "2022-03-01T14:44:09.3307463Z", + "startTime": "2022-05-23T15:01:52.3151827Z", + "endTime": "2022-05-23T15:01:52.971599Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0b22f528-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:44:40 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A44%3A09.3135334Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:02:23 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A01%3A52.9718773Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b172d068-5990-40c0-b4d8-c21ee4ed0ea4", + "x-ms-correlation-request-id": "1eef0ffe-2b35-488c-8b5f-e0a73ae518ef", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "3adca84d-7bd4-476d-ba65-f976dd412988", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144440Z:b172d068-5990-40c0-b4d8-c21ee4ed0ea4", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150224Z:1eef0ffe-2b35-488c-8b5f-e0a73ae518ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A44%3A09.3135334Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A01%3A52.9718773Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:44:05.7114756Z" + "CreatedOnDate": "2022-05-23T15:01:50.8108845Z" }, "properties": { - "poolId": "d1bd9df0-d52c-7dd1-defa-d16b93abc1f4", + "poolId": "746033ee-d90b-9a7a-e17e-d309abed0b8d", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:01:51.9205181Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:01:51.9205181Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1561", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:44:47 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A44%3A46.8088722Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:02:30 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A02%3A29.9479092Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad9a1f2b-120c-4722-b9b5-12ecf5dc93ed", + "x-ms-correlation-request-id": "48185118-9766-43dc-bb30-046c04612c84", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d0e3939f-7a92-4bc3-a67d-e2d08eb9a400", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144447Z:ad9a1f2b-120c-4722-b9b5-12ecf5dc93ed", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150230Z:48185118-9766-43dc-bb30-046c04612c84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A44%3A46.8088722Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A02%3A29.9479092Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:44:40.7523070Z" + "CreatedOnDate": "2022-05-23T15:02:24.2803115Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:02:26.0457Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:02:26.0457Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:45:17 GMT", + "Date": "Mon, 23 May 2022 15:03:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86f0f2e8-5dcf-4da0-b70f-f73df532e59f", + "x-ms-correlation-request-id": "20292376-33f7-4789-b801-ee2e6ae891d0", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "71c03c3a-b9da-4cf9-9508-76867ad8fb42", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144517Z:86f0f2e8-5dcf-4da0-b70f-f73df532e59f", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150300Z:20292376-33f7-4789-b801-ee2e6ae891d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d", - "name": "12220511-1b43-4790-965a-88473a88111d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909", + "name": "632b27d1-5d7d-426a-9a72-0ace3aab3909", "status": "Creating", - "startTime": "2022-03-01T14:44:46.8172721Z", + "startTime": "2022-05-23T15:02:29.9552288Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:45:48 GMT", + "Date": "Mon, 23 May 2022 15:03:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6020ddce-17d4-4da2-972d-b9a1fd740801", + "x-ms-correlation-request-id": "d21e84f7-1f5c-4abd-af65-d81a95f2f6d3", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "5c143fa3-9e72-40e0-a088-8268f0d33787", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144548Z:6020ddce-17d4-4da2-972d-b9a1fd740801", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150331Z:d21e84f7-1f5c-4abd-af65-d81a95f2f6d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d", - "name": "12220511-1b43-4790-965a-88473a88111d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909", + "name": "632b27d1-5d7d-426a-9a72-0ace3aab3909", "status": "Creating", - "startTime": "2022-03-01T14:44:46.8172721Z", + "startTime": "2022-05-23T15:02:29.9552288Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:46:17 GMT", + "Date": "Mon, 23 May 2022 15:04:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c7d5a49-e24a-4bfc-87b4-ff0d2490802c", + "x-ms-correlation-request-id": "62b81bbb-2615-4a97-9698-c9d131256348", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "f0429089-de89-4e7f-b9e5-126cdc1ca43f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144618Z:5c7d5a49-e24a-4bfc-87b4-ff0d2490802c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150401Z:62b81bbb-2615-4a97-9698-c9d131256348", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d", - "name": "12220511-1b43-4790-965a-88473a88111d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909", + "name": "632b27d1-5d7d-426a-9a72-0ace3aab3909", "status": "Creating", - "startTime": "2022-03-01T14:44:46.8172721Z", + "startTime": "2022-05-23T15:02:29.9552288Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:46:48 GMT", + "Date": "Mon, 23 May 2022 15:04:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5bd58b5c-8b7b-4322-a72b-990ccc0234a1", + "x-ms-correlation-request-id": "29a61466-fb71-402d-90d0-3b87eb1451b0", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "84dccff8-3b9b-42b9-aee8-bc15ef336893", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144648Z:5bd58b5c-8b7b-4322-a72b-990ccc0234a1", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150431Z:29a61466-fb71-402d-90d0-3b87eb1451b0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d", - "name": "12220511-1b43-4790-965a-88473a88111d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909", + "name": "632b27d1-5d7d-426a-9a72-0ace3aab3909", "status": "Creating", - "startTime": "2022-03-01T14:44:46.8172721Z", + "startTime": "2022-05-23T15:02:29.9552288Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:47:17 GMT", + "Date": "Mon, 23 May 2022 15:05:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cee2ceb-29b6-4479-837b-4fd6e02288a3", + "x-ms-correlation-request-id": "78e3af3f-3c8f-4123-b50d-6a69d7d36b7c", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "1f7b6497-df4b-4b48-b5be-f9f8d993a929", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144718Z:4cee2ceb-29b6-4479-837b-4fd6e02288a3", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150501Z:78e3af3f-3c8f-4123-b50d-6a69d7d36b7c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d", - "name": "12220511-1b43-4790-965a-88473a88111d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909", + "name": "632b27d1-5d7d-426a-9a72-0ace3aab3909", "status": "Creating", - "startTime": "2022-03-01T14:44:46.8172721Z", + "startTime": "2022-05-23T15:02:29.9552288Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:47:48 GMT", + "Date": "Mon, 23 May 2022 15:05:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66ca8a14-7e81-4a62-86cf-ca572fe54cfe", + "x-ms-correlation-request-id": "d1c518c0-a8a8-44cd-837b-ea40aca2e7d5", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "f86b871f-9ed5-497c-b28a-1d1ef7f43ad0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144748Z:66ca8a14-7e81-4a62-86cf-ca572fe54cfe", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150532Z:d1c518c0-a8a8-44cd-837b-ea40aca2e7d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d", - "name": "12220511-1b43-4790-965a-88473a88111d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909", + "name": "632b27d1-5d7d-426a-9a72-0ace3aab3909", "status": "Creating", - "startTime": "2022-03-01T14:44:46.8172721Z", + "startTime": "2022-05-23T15:02:29.9552288Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:48:19 GMT", + "Date": "Mon, 23 May 2022 15:06:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f37fe7fd-9a72-44c1-8dc0-fb466a9b69b7", + "x-ms-correlation-request-id": "b9d5e5d3-02c5-4f00-8d91-3588c6dabbb1", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "bbd571fe-7c4e-4bdd-b52b-7206ff7311ed", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144819Z:f37fe7fd-9a72-44c1-8dc0-fb466a9b69b7", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150602Z:b9d5e5d3-02c5-4f00-8d91-3588c6dabbb1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d", - "name": "12220511-1b43-4790-965a-88473a88111d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909", + "name": "632b27d1-5d7d-426a-9a72-0ace3aab3909", "status": "Creating", - "startTime": "2022-03-01T14:44:46.8172721Z", + "startTime": "2022-05-23T15:02:29.9552288Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:48:49 GMT", + "Date": "Mon, 23 May 2022 15:06:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +946,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7681368b-93f9-4cb7-aa19-fcfb80c8d912", + "x-ms-correlation-request-id": "6849a683-29d4-49c9-8ae8-aa006ffcb781", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "7a76ccb1-deae-4be2-9e64-fe46815c33f1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144849Z:7681368b-93f9-4cb7-aa19-fcfb80c8d912", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150632Z:6849a683-29d4-49c9-8ae8-aa006ffcb781", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d", - "name": "12220511-1b43-4790-965a-88473a88111d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909", + "name": "632b27d1-5d7d-426a-9a72-0ace3aab3909", "status": "Creating", - "startTime": "2022-03-01T14:44:46.8172721Z", + "startTime": "2022-05-23T15:02:29.9552288Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +978,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:49:19 GMT", + "Date": "Mon, 23 May 2022 15:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +986,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c703648-0de3-43c6-adac-c48cd7042a49", + "x-ms-correlation-request-id": "34cb8e4e-e8aa-4e3e-b811-f097d7439e1d", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "750e84d9-0e56-47f7-9838-94be5224455f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144920Z:8c703648-0de3-43c6-adac-c48cd7042a49", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150703Z:34cb8e4e-e8aa-4e3e-b811-f097d7439e1d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12220511-1b43-4790-965a-88473a88111d", - "name": "12220511-1b43-4790-965a-88473a88111d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/632b27d1-5d7d-426a-9a72-0ace3aab3909", + "name": "632b27d1-5d7d-426a-9a72-0ace3aab3909", "status": "Succeeded", - "startTime": "2022-03-01T14:44:46.8172721Z", - "endTime": "2022-03-01T14:49:17.9090731Z", + "startTime": "2022-05-23T15:02:29.9552288Z", + "endTime": "2022-05-23T15:06:40.2966838Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +1004,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2004b968-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +1018,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:49:19 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A49%3A17.9014721Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:07:02 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A06%3A40.2894Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +1027,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "713880f7-0e66-4f54-9ad1-b7ba3234129a", + "x-ms-correlation-request-id": "92ff3bee-1218-424a-a5ef-1e436b593b9e", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "86bf272f-a499-4d31-bcb1-84c36e7ca973", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144920Z:713880f7-0e66-4f54-9ad1-b7ba3234129a", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150703Z:92ff3bee-1218-424a-a5ef-1e436b593b9e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A49%3A17.9014721Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A06%3A40.2894Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:44:40.7523070Z" + "CreatedOnDate": "2022-05-23T15:02:24.2803115Z" }, "properties": { - "fileSystemId": "5d773671-b4ba-afb6-52a2-fcb68daccee3", + "fileSystemId": "17154004-b10f-e859-8a33-4e30b3df6f24", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1070,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e5bc467f", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_e9e0c923", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1085,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "5d773671-b4ba-afb6-52a2-fcb68daccee3", - "fileSystemId": "5d773671-b4ba-afb6-52a2-fcb68daccee3", + "mountTargetId": "17154004-b10f-e859-8a33-4e30b3df6f24", + "fileSystemId": "17154004-b10f-e859-8a33-4e30b3df6f24", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,20 +1099,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:02:26.0457Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:02:26.0457Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c6c7deec-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1127,8 +1127,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:49:20 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A49%3A17.9014721Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:07:03 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A06%3A40.2894Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1136,23 +1136,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dfcbe6a0-8bc6-47b8-bcf2-a5de022ec797", + "x-ms-correlation-request-id": "95f1d225-ed94-4541-a1e6-f09ff259eda9", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "bc28af7a-13dc-4af3-bc60-b16704efb282", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144920Z:dfcbe6a0-8bc6-47b8-bcf2-a5de022ec797", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150704Z:95f1d225-ed94-4541-a1e6-f09ff259eda9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A49%3A17.9014721Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A06%3A40.2894Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:44:40.7523070Z" + "CreatedOnDate": "2022-05-23T15:02:24.2803115Z" }, "properties": { - "fileSystemId": "5d773671-b4ba-afb6-52a2-fcb68daccee3", + "fileSystemId": "17154004-b10f-e859-8a33-4e30b3df6f24", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1180,10 +1179,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e5bc467f", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_e9e0c923", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1195,12 +1194,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "5d773671-b4ba-afb6-52a2-fcb68daccee3", - "fileSystemId": "5d773671-b4ba-afb6-52a2-fcb68daccee3", + "mountTargetId": "17154004-b10f-e859-8a33-4e30b3df6f24", + "fileSystemId": "17154004-b10f-e859-8a33-4e30b3df6f24", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1209,43 +1208,49 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:02:26.0457Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:02:26.0457Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c6e92638-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab53b434-b2bb-406a-a28c-745aa0939ec7?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2635f769-283a-4acf-812e-882076c200e2?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "481", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:49:20 GMT", + "Date": "Mon, 23 May 2022 15:07:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab53b434-b2bb-406a-a28c-745aa0939ec7?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2635f769-283a-4acf-812e-882076c200e2?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdbbc05b-8d58-4cbf-b69a-6d6c78933c6f", + "x-ms-correlation-request-id": "61634316-d319-471c-b45c-48753110707f", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "23d9e36d-ea5f-4bd2-8cbb-46d9752507f6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144920Z:fdbbc05b-8d58-4cbf-b69a-6d6c78933c6f", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150704Z:61634316-d319-471c-b45c-48753110707f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1259,15 +1264,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab53b434-b2bb-406a-a28c-745aa0939ec7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2635f769-283a-4acf-812e-882076c200e2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c6e92638-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1275,7 +1278,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:49:50 GMT", + "Date": "Mon, 23 May 2022 15:07:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1283,18 +1286,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa6ce4d9-648b-4ef4-ab31-21c2ddd5ab67", + "x-ms-correlation-request-id": "11f57a9a-2b54-488d-ade3-825949fa0923", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "30ac76ee-a4aa-496c-9c1f-385635da2813", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144951Z:aa6ce4d9-648b-4ef4-ab31-21c2ddd5ab67", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150734Z:11f57a9a-2b54-488d-ade3-825949fa0923", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2635f769-283a-4acf-812e-882076c200e2", + "name": "2635f769-283a-4acf-812e-882076c200e2", + "status": "Creating", + "startTime": "2022-05-23T15:07:04.5768749Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2635f769-283a-4acf-812e-882076c200e2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 23 May 2022 15:08:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2b932892-a305-4355-861a-525507e98c6c", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150805Z:2b932892-a305-4355-861a-525507e98c6c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab53b434-b2bb-406a-a28c-745aa0939ec7", - "name": "ab53b434-b2bb-406a-a28c-745aa0939ec7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2635f769-283a-4acf-812e-882076c200e2", + "name": "2635f769-283a-4acf-812e-882076c200e2", "status": "Succeeded", - "startTime": "2022-03-01T14:49:20.6989585Z", - "endTime": "2022-03-01T14:49:22.9285431Z", + "startTime": "2022-05-23T15:07:04.5768749Z", + "endTime": "2022-05-23T15:07:43.6974471Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1" @@ -1302,57 +1344,52 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab53b434-b2bb-406a-a28c-745aa0939ec7?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2635f769-283a-4acf-812e-882076c200e2?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c6e92638-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "596", + "Content-Length": "617", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:49:51 GMT", + "Date": "Mon, 23 May 2022 15:08:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09e5d788-b00a-4247-b852-3b86a0878d41", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "20f019a9-bbb6-4377-802e-0a2b167c4c83", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144951Z:09e5d788-b00a-4247-b852-3b86a0878d41", + "x-ms-correlation-request-id": "96637697-760d-468a-8172-6753a77a9db8", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150805Z:96637697-760d-468a-8172-6753a77a9db8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "3/1/2022 2:49:22 PM", + "etag": "5/23/2022 3:07:43 PM", "location": "southcentralusstage", "properties": { "provisioningState": "Succeeded", - "snapshotId": "7ecd3a8c-aa86-184b-68f9-045360c1b52b", - "created": "2022-03-01T14:49:21Z" + "snapshotId": "974b74c5-7dd7-a2dc-88e4-282a48de251d", + "created": "2022-05-23T15:07:08Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d939f754-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1360,7 +1397,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:49:51 GMT", + "Date": "Mon, 23 May 2022 15:08:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1368,10 +1405,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b72c116e-a270-4433-a323-a3094e4b1e43", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "92ffcca3-c072-4b88-94f6-027b139a9bab", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144951Z:b72c116e-a270-4433-a323-a3094e4b1e43", + "x-ms-correlation-request-id": "79158521-35c3-4260-ac04-a448241c3a97", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150806Z:79158521-35c3-4260-ac04-a448241c3a97", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1383,56 +1419,51 @@ "location": "southcentralusstage", "properties": { "provisioningState": "Succeeded", - "snapshotId": "7ecd3a8c-aa86-184b-68f9-045360c1b52b", - "created": "2022-03-01T14:49:21Z" + "snapshotId": "974b74c5-7dd7-a2dc-88e4-282a48de251d", + "created": "2022-05-23T15:07:08Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d96c6aae-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56e9ac4e-1381-46b3-be71-fbfb0f5ee3fc?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d702190c-020d-4b1d-94ec-befd4a345221?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 14:49:51 GMT", + "Date": "Mon, 23 May 2022 15:08:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56e9ac4e-1381-46b3-be71-fbfb0f5ee3fc?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d702190c-020d-4b1d-94ec-befd4a345221?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8631d11a-9ced-4e20-a068-f1a45a57ecfd", + "x-ms-correlation-request-id": "2d09c452-ba30-4a98-a315-02734358eda6", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "aa2f05d0-bf4f-453d-ba47-833515c93750", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T144951Z:8631d11a-9ced-4e20-a068-f1a45a57ecfd", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150807Z:2d09c452-ba30-4a98-a315-02734358eda6", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56e9ac4e-1381-46b3-be71-fbfb0f5ee3fc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d702190c-020d-4b1d-94ec-befd4a345221?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d96c6aae-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1440,7 +1471,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:50:21 GMT", + "Date": "Mon, 23 May 2022 15:08:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1448,18 +1479,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ffd6017-3d74-413d-b318-afd3c93d1912", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "6c9109f2-c143-41c9-8606-ee9179522d64", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145022Z:2ffd6017-3d74-413d-b318-afd3c93d1912", + "x-ms-correlation-request-id": "fbef2598-c514-44d4-885c-700298e8902c", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150837Z:fbef2598-c514-44d4-885c-700298e8902c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56e9ac4e-1381-46b3-be71-fbfb0f5ee3fc", - "name": "56e9ac4e-1381-46b3-be71-fbfb0f5ee3fc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d702190c-020d-4b1d-94ec-befd4a345221", + "name": "d702190c-020d-4b1d-94ec-befd4a345221", "status": "Succeeded", - "startTime": "2022-03-01T14:49:51.8236413Z", - "endTime": "2022-03-01T14:49:54.1161316Z", + "startTime": "2022-05-23T15:08:07.0247779Z", + "endTime": "2022-05-23T15:08:16.1266168Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1" @@ -1467,15 +1497,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/56e9ac4e-1381-46b3-be71-fbfb0f5ee3fc?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d702190c-020d-4b1d-94ec-befd4a345221?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d96c6aae-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1483,7 +1511,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:50:21 GMT", + "Date": "Mon, 23 May 2022 15:08:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1491,10 +1519,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cbdfa870-112f-4eed-9bb4-d8227e8a578b", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "ea072f8a-2f2c-4e4f-ae55-e56992281f66", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145022Z:cbdfa870-112f-4eed-9bb4-d8227e8a578b", + "x-ms-correlation-request-id": "5aa788f0-1989-4b4a-975a-20bf5a103c90", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150837Z:5aa788f0-1989-4b4a-975a-20bf5a103c90", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1505,32 +1532,29 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f7b38326-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "308", + "Content-Length": "311", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:50:42 GMT", + "Date": "Mon, 23 May 2022 15:08:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f81c5909-2ff5-4744-8c4f-880a4e6b833b", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "0f2971fe-fe47-4657-9de4-c00886cc4146", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145042Z:f81c5909-2ff5-4744-8c4f-880a4e6b833b", + "x-ms-correlation-request-id": "acf3bfc0-273f-4639-b1b9-1884e04be71b", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150858Z:acf3bfc0-273f-4639-b1b9-1884e04be71b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1541,15 +1565,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f7e4d354-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1557,7 +1579,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:50:42 GMT", + "Date": "Mon, 23 May 2022 15:08:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1565,10 +1587,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d63d9ee0-c806-4694-8d35-e587f1f62bf6", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "3f9b227b-fa55-4343-aa01-14b269e74c70", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145042Z:d63d9ee0-c806-4694-8d35-e587f1f62bf6", + "x-ms-correlation-request-id": "bfb527fa-33aa-4f09-ad85-99f65c19f2fd", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150900Z:bfb527fa-33aa-4f09-ad85-99f65c19f2fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1576,48 +1597,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f811429a-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96944ab0-a194-40eb-ac09-dd8a5c007828?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 14:50:43 GMT", + "Date": "Mon, 23 May 2022 15:09:00 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96944ab0-a194-40eb-ac09-dd8a5c007828?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5633a6c-1ab0-462f-893d-2889d0267ac8", + "x-ms-correlation-request-id": "c5419275-9f40-4cce-bb29-83efd68fa1db", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "b5633a6c-1ab0-462f-893d-2889d0267ac8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145043Z:b5633a6c-1ab0-462f-893d-2889d0267ac8", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150900Z:c5419275-9f40-4cce-bb29-83efd68fa1db", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96944ab0-a194-40eb-ac09-dd8a5c007828?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f811429a-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1625,7 +1641,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:51:13 GMT", + "Date": "Mon, 23 May 2022 15:09:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1633,60 +1649,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b317a07c-f393-43cb-b832-ca14187dea4b", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "55af7036-f208-4db0-bc72-4174e3449196", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145113Z:b317a07c-f393-43cb-b832-ca14187dea4b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57", - "name": "0ded283e-c4b6-462a-93ea-f1764f1afe57", - "status": "Deleting", - "startTime": "2022-03-01T14:50:43.5577036Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f811429a-996e-11ec-85ae-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:51:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "127dc6ee-1048-42a3-b193-0a312caf45bd", + "x-ms-correlation-request-id": "3b7c6fe2-ef8d-49c1-8cfd-8ab8243ade08", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "876c8757-3288-4851-b4e3-0930dc9e789b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145144Z:127dc6ee-1048-42a3-b193-0a312caf45bd", + "x-ms-routing-request-id": "WESTEUROPE:20220523T150930Z:3b7c6fe2-ef8d-49c1-8cfd-8ab8243ade08", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57", - "name": "0ded283e-c4b6-462a-93ea-f1764f1afe57", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96944ab0-a194-40eb-ac09-dd8a5c007828", + "name": "96944ab0-a194-40eb-ac09-dd8a5c007828", "status": "Deleting", - "startTime": "2022-03-01T14:50:43.5577036Z", + "startTime": "2022-05-23T15:09:00.5616169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1695,15 +1667,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96944ab0-a194-40eb-ac09-dd8a5c007828?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f811429a-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1711,7 +1681,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:52:14 GMT", + "Date": "Mon, 23 May 2022 15:10:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1719,17 +1689,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad5ee29b-be7d-4579-985e-8820cafac8e6", + "x-ms-correlation-request-id": "6eafcd6a-40d8-46c9-bfc8-1472a3a168de", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "eddaaac9-2b12-4967-ab52-16b15927dd22", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145214Z:ad5ee29b-be7d-4579-985e-8820cafac8e6", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151001Z:6eafcd6a-40d8-46c9-bfc8-1472a3a168de", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57", - "name": "0ded283e-c4b6-462a-93ea-f1764f1afe57", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96944ab0-a194-40eb-ac09-dd8a5c007828", + "name": "96944ab0-a194-40eb-ac09-dd8a5c007828", "status": "Deleting", - "startTime": "2022-03-01T14:50:43.5577036Z", + "startTime": "2022-05-23T15:09:00.5616169Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1738,15 +1707,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96944ab0-a194-40eb-ac09-dd8a5c007828?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f811429a-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1754,7 +1721,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:52:44 GMT", + "Date": "Mon, 23 May 2022 15:10:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1762,18 +1729,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e235f70a-07be-437d-a638-6d28e3616728", + "x-ms-correlation-request-id": "c3a43a26-79ce-4477-83eb-7da1ed1072f4", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "dd6f174c-dc27-444a-9c08-16d13c392811", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145244Z:e235f70a-07be-437d-a638-6d28e3616728", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151031Z:c3a43a26-79ce-4477-83eb-7da1ed1072f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57", - "name": "0ded283e-c4b6-462a-93ea-f1764f1afe57", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96944ab0-a194-40eb-ac09-dd8a5c007828", + "name": "96944ab0-a194-40eb-ac09-dd8a5c007828", "status": "Succeeded", - "startTime": "2022-03-01T14:50:43.5577036Z", - "endTime": "2022-03-01T14:52:40.4257223Z", + "startTime": "2022-05-23T15:09:00.5616169Z", + "endTime": "2022-05-23T15:10:23.312606Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1781,15 +1747,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ded283e-c4b6-462a-93ea-f1764f1afe57?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96944ab0-a194-40eb-ac09-dd8a5c007828?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f811429a-996e-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1797,7 +1761,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:52:44 GMT", + "Date": "Mon, 23 May 2022 15:10:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1805,26 +1769,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60597beb-c412-4bca-a84f-3596e884b331", + "x-ms-correlation-request-id": "e3962be2-39b1-4281-8c57-1b8d4bcacdd5", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "0b0c3d15-35e5-414b-b57b-e098fb53a37b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145245Z:60597beb-c412-4bca-a84f-3596e884b331", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151031Z:e3962be2-39b1-4281-8c57-1b8d4bcacdd5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A50%3A43.5428324Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A10%3A13.9922543Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:44:40.7523070Z" + "CreatedOnDate": "2022-05-23T15:02:24.2803115Z" }, "properties": { - "fileSystemId": "5d773671-b4ba-afb6-52a2-fcb68daccee3", + "fileSystemId": "17154004-b10f-e859-8a33-4e30b3df6f24", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1852,19 +1815,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e5bc467f", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_e9e0c923", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "d1bd9df0-d52c-7dd1-defa-d16b93abc1f4", + "poolId": "746033ee-d90b-9a7a-e17e-d309abed0b8d", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "5d773671-b4ba-afb6-52a2-fcb68daccee3", - "fileSystemId": "5d773671-b4ba-afb6-52a2-fcb68daccee3", + "mountTargetId": "17154004-b10f-e859-8a33-4e30b3df6f24", + "fileSystemId": "17154004-b10f-e859-8a33-4e30b3df6f24", "startIp": "", "endIp": "", "gateway": "", @@ -1873,7 +1836,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1888,36 +1851,44 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:02:26.0457Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:02:26.0457Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b81d7806-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:56:07 GMT", + "Date": "Mon, 23 May 2022 15:13:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3439e865-09d0-4824-b147-3e2ae16471c7", + "x-ms-correlation-request-id": "cd79c27c-1136-42c2-be18-b2417af9eb84", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "3439e865-09d0-4824-b147-3e2ae16471c7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145607Z:3439e865-09d0-4824-b147-3e2ae16471c7" + "x-ms-routing-request-id": "WESTEUROPE:20220523T151353Z:cd79c27c-1136-42c2-be18-b2417af9eb84" }, "ResponseBody": { "error": { @@ -1927,75 +1898,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bfb79e52-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/556387a1-a979-47d2-b1e5-d95563f0a3b2?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fddb5285-0ffe-4396-b8a6-526c3461928d?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 14:56:20 GMT", + "Date": "Mon, 23 May 2022 15:14:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/556387a1-a979-47d2-b1e5-d95563f0a3b2?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fddb5285-0ffe-4396-b8a6-526c3461928d?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71a6c6fb-7f2c-4417-88e8-69d47f594e04", + "x-ms-correlation-request-id": "dcc1aa8c-7440-4492-9e20-8032413ef046", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "71a6c6fb-7f2c-4417-88e8-69d47f594e04", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145620Z:71a6c6fb-7f2c-4417-88e8-69d47f594e04", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151406Z:dcc1aa8c-7440-4492-9e20-8032413ef046", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/556387a1-a979-47d2-b1e5-d95563f0a3b2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fddb5285-0ffe-4396-b8a6-526c3461928d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bfb79e52-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "563", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:56:49 GMT", + "Date": "Mon, 23 May 2022 15:14:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c9c59b8-7ebb-40e1-b565-76aa09575bcd", + "x-ms-correlation-request-id": "75c300b0-b32d-432f-a509-bc2968b9f838", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "f6b18741-2bcd-46c2-b9e1-1d72cc303482", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145650Z:1c9c59b8-7ebb-40e1-b565-76aa09575bcd", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151436Z:75c300b0-b32d-432f-a509-bc2968b9f838", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/556387a1-a979-47d2-b1e5-d95563f0a3b2", - "name": "556387a1-a979-47d2-b1e5-d95563f0a3b2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fddb5285-0ffe-4396-b8a6-526c3461928d", + "name": "fddb5285-0ffe-4396-b8a6-526c3461928d", "status": "Succeeded", - "startTime": "2022-03-01T14:56:20.1397088Z", - "endTime": "2022-03-01T14:56:20.6414308Z", + "startTime": "2022-05-23T15:14:05.8886054Z", + "endTime": "2022-05-23T15:14:10.2649123Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -2003,196 +1966,185 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/556387a1-a979-47d2-b1e5-d95563f0a3b2?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fddb5285-0ffe-4396-b8a6-526c3461928d?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bfb79e52-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "1182", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:56:49 GMT", + "Date": "Mon, 23 May 2022 15:14:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f78de67-9a9f-4338-ad37-390f0ad6848e", + "x-ms-correlation-request-id": "82fbf110-6f8f-4583-857e-39a6bb190508", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "42e5be4e-2f14-42e5-8f5f-be9dfb8d50ad", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145650Z:7f78de67-9a9f-4338-ad37-390f0ad6848e", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151436Z:82fbf110-6f8f-4583-857e-39a6bb190508", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A56%3A20.033631Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A14%3A05.8919403Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:44:05.7114756Z" + "CreatedOnDate": "2022-05-23T15:01:50.8108845Z" }, "properties": { - "poolId": "d1bd9df0-d52c-7dd1-defa-d16b93abc1f4", + "poolId": "746033ee-d90b-9a7a-e17e-d309abed0b8d", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:01:51.9205181Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:01:51.9205181Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d937986e-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 14:57:00 GMT", + "Date": "Mon, 23 May 2022 15:14:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd6cbd65-22c7-4a14-a59c-1933818b1a3b", + "x-ms-correlation-request-id": "27dd109b-1dbd-4fd4-9b61-fb300c4ae389", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "cd6cbd65-22c7-4a14-a59c-1933818b1a3b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145700Z:cd6cbd65-22c7-4a14-a59c-1933818b1a3b" + "x-ms-routing-request-id": "WESTEUROPE:20220523T151446Z:27dd109b-1dbd-4fd4-9b61-fb300c4ae389" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "df558e9a-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 14:57:10 GMT", + "Date": "Mon, 23 May 2022 15:14:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "912371a2-363e-4928-a686-462a3e32425c", + "x-ms-correlation-request-id": "b19c68ec-d6eb-41be-b2fe-e1847c175e7a", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "912371a2-363e-4928-a686-462a3e32425c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145711Z:912371a2-363e-4928-a686-462a3e32425c" + "x-ms-routing-request-id": "WESTEUROPE:20220523T151457Z:b19c68ec-d6eb-41be-b2fe-e1847c175e7a" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e56da1dc-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 14:57:20 GMT", + "Date": "Mon, 23 May 2022 15:15:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1cfc728-faec-4b85-bb0c-935d50bb2261", + "x-ms-correlation-request-id": "80ca3793-2337-48dd-bd8a-b391e055bb63", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "b1cfc728-faec-4b85-bb0c-935d50bb2261", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145721Z:b1cfc728-faec-4b85-bb0c-935d50bb2261" + "x-ms-routing-request-id": "WESTEUROPE:20220523T151529Z:80ca3793-2337-48dd-bd8a-b391e055bb63" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "eb857c70-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 14:57:31 GMT", + "Date": "Mon, 23 May 2022 15:15:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2759a43-9899-4feb-8787-57bbcdb718eb", + "x-ms-correlation-request-id": "9ba646dc-6653-40fd-989f-343e8420ddfb", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "c2759a43-9899-4feb-8787-57bbcdb718eb", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145731Z:c2759a43-9899-4feb-8787-57bbcdb718eb" + "x-ms-routing-request-id": "WESTEUROPE:20220523T151540Z:9ba646dc-6653-40fd-989f-343e8420ddfb" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f19cbf6a-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:57:41 GMT", + "Date": "Mon, 23 May 2022 15:15:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a45d26a-0533-4ed4-a0bf-19b9014eb048", + "x-ms-correlation-request-id": "75c84ef6-cf8f-4c2c-9306-db05a0dccc2e", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "8a45d26a-0533-4ed4-a0bf-19b9014eb048", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145741Z:8a45d26a-0533-4ed4-a0bf-19b9014eb048" + "x-ms-routing-request-id": "WESTEUROPE:20220523T151550Z:75c84ef6-cf8f-4c2c-9306-db05a0dccc2e" }, "ResponseBody": { "error": { @@ -2202,75 +2154,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f1bb40de-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/058c32f6-ab10-426a-a996-11feb0b457bc?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/366d4ae7-9e47-414e-8d1c-6fda06932afe?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 14:57:42 GMT", + "Date": "Mon, 23 May 2022 15:15:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/058c32f6-ab10-426a-a996-11feb0b457bc?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/366d4ae7-9e47-414e-8d1c-6fda06932afe?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6cc8e61-7b84-4eb9-86c2-c8991193f409", + "x-ms-correlation-request-id": "44eee250-b58f-4209-b98c-7d87a14b1139", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "f6cc8e61-7b84-4eb9-86c2-c8991193f409", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145742Z:f6cc8e61-7b84-4eb9-86c2-c8991193f409", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151551Z:44eee250-b58f-4209-b98c-7d87a14b1139", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/058c32f6-ab10-426a-a996-11feb0b457bc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/366d4ae7-9e47-414e-8d1c-6fda06932afe?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f1bb40de-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "527", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:58:12 GMT", + "Date": "Mon, 23 May 2022 15:16:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d369d39-4605-455d-b30a-6b90d18fc63c", + "x-ms-correlation-request-id": "f0b2a6d7-3760-423b-882f-bb097edcd47e", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "16565939-e1cb-4417-a5fa-fd8aab303678", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145813Z:9d369d39-4605-455d-b30a-6b90d18fc63c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151622Z:f0b2a6d7-3760-423b-882f-bb097edcd47e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/058c32f6-ab10-426a-a996-11feb0b457bc", - "name": "058c32f6-ab10-426a-a996-11feb0b457bc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/366d4ae7-9e47-414e-8d1c-6fda06932afe", + "name": "366d4ae7-9e47-414e-8d1c-6fda06932afe", "status": "Succeeded", - "startTime": "2022-03-01T14:57:42.7672147Z", - "endTime": "2022-03-01T14:57:42.832258Z", + "startTime": "2022-05-23T15:15:51.817867Z", + "endTime": "2022-05-23T15:15:51.8491106Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -2278,79 +2222,79 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/058c32f6-ab10-426a-a996-11feb0b457bc?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/366d4ae7-9e47-414e-8d1c-6fda06932afe?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f1bb40de-996f-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "745", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:58:12 GMT", + "Date": "Mon, 23 May 2022 15:16:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ab81ebd-434a-4afd-af5b-491519527e29", + "x-ms-correlation-request-id": "2e91be87-6dbe-4dc7-816e-09fdaff20ba1", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "dab98ff6-6cb9-4687-b2f0-9cc0b9c8d10c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145813Z:9ab81ebd-434a-4afd-af5b-491519527e29", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151622Z:2e91be87-6dbe-4dc7-816e-09fdaff20ba1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A57%3A42.751615Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A15%3A51.8259801Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:43:30.8423174Z" + "CreatedOnDate": "2022-05-23T15:01:14.4403636Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:01:18.1390916Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:01:18.1390916Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "05b8f7c0-9970-11ec-85ae-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:58:15 GMT", + "Date": "Mon, 23 May 2022 15:16:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91e2a3c5-5078-4633-b1b7-033ad411f854", + "x-ms-correlation-request-id": "ce3887be-fc91-4ea2-be88-3c55c5e9a9b0", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "91e2a3c5-5078-4633-b1b7-033ad411f854", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T145815Z:91e2a3c5-5078-4633-b1b7-033ad411f854" + "x-ms-routing-request-id": "WESTEUROPE:20220523T151624Z:ce3887be-fc91-4ea2-be88-3c55c5e9a9b0" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_get_snapshot_by_name.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_get_snapshot_by_name.json index beabeda4ff9a..a8f12d6161f7 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_get_snapshot_by_name.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_get_snapshot_by_name.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:18:01 GMT", + "Date": "Mon, 23 May 2022 15:33:35 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AuQwq7QQWrlJh7qXN4SEJbY; expires=Thu, 31-Mar-2022 15:18:01 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrHpOS6qBXVrhPGl2YhDXYo7seRtCp3wv9DQqSqRkXn4fLtlUBkik7QfyRP8NLy3Pj9x1GBewzCzPWID5o3S5m05GxgdLNUPV7XrZ_Adw-fevSW24_SbCBKax80xxF-FN7cyRr3gzll81ywcym_K8I2MkF52c1UG0VCBPmLfoMGZogAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - NEULR1 ProdSlices", - "x-ms-request-id": "3ba9f503-74b2-4328-8316-6a870ef02800" + "x-ms-ests-server": "2.1.12794.4 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AuQwq7QQWrlJh7qXN4SEJbY; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:18:01 GMT", + "Date": "Mon, 23 May 2022 15:33:35 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AuQwq7QQWrlJh7qXN4SEJbY; expires=Thu, 31-Mar-2022 15:18:02 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WEULR1 ProdSlices", - "x-ms-request-id": "ba9757b6-4b02-44c0-a6a8-e4ccedf91400" + "x-ms-ests-server": "2.1.12744.11 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "5c54f2df-2060-46f7-9ab2-a15309e115e4", + "client-request-id": "99a5d297-ce9f-49dc-a4b9-673878160150", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AuQwq7QQWrlJh7qXN4SEJbY; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "5c54f2df-2060-46f7-9ab2-a15309e115e4", - "Content-Length": "1412", + "client-request-id": "99a5d297-ce9f-49dc-a4b9-673878160150", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:18:01 GMT", + "Date": "Mon, 23 May 2022 15:33:36 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AuQwq7QQWrlJh7qXN4SEJbb7QncyAQAAACkwsNkOAAAA; expires=Thu, 31-Mar-2022 15:18:02 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12529.16 - WEULR2 ProdSlices", - "x-ms-request-id": "1f06f77c-827c-474c-ab6a-dfac4a482500" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c8917540-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed9324e6-7b5b-458c-9a2d-e2d00a3b942f?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/045249ad-90bb-4204-bc00-0e69765adbc5?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:18:08 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A18%3A08.1831993Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:33:45 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A33%3A44.0242859Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "980a7386-f413-4ec6-a438-689cb9561202", + "x-ms-correlation-request-id": "d522de37-d0c3-4ee6-88b6-06b8cc6fbe8f", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "fce0b42b-925d-4cbe-9e4f-7d746efe8e54", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151809Z:980a7386-f413-4ec6-a438-689cb9561202", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153345Z:d522de37-d0c3-4ee6-88b6-06b8cc6fbe8f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A18%3A08.1831993Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A33%3A44.0242859Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:18:04.5798405Z" + "CreatedOnDate": "2022-05-23T15:33:39.7847616Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:33:43.2386181Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:33:43.2386181Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed9324e6-7b5b-458c-9a2d-e2d00a3b942f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/045249ad-90bb-4204-bc00-0e69765adbc5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c8917540-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:18:38 GMT", + "Date": "Mon, 23 May 2022 15:34:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60cdad68-9c05-44c8-9b2f-021df998b5f8", + "x-ms-correlation-request-id": "87ac97a9-0b07-4523-8017-5da3f57f2898", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "b0ea3114-66c0-479f-b423-22b7adc33e8d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151839Z:60cdad68-9c05-44c8-9b2f-021df998b5f8", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153415Z:87ac97a9-0b07-4523-8017-5da3f57f2898", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ed9324e6-7b5b-458c-9a2d-e2d00a3b942f", - "name": "ed9324e6-7b5b-458c-9a2d-e2d00a3b942f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/045249ad-90bb-4204-bc00-0e69765adbc5", + "name": "045249ad-90bb-4204-bc00-0e69765adbc5", "status": "Succeeded", - "startTime": "2022-03-01T15:18:08.1935999Z", - "endTime": "2022-03-01T15:18:08.2384831Z", + "startTime": "2022-05-23T15:33:44.0186931Z", + "endTime": "2022-05-23T15:33:44.0499243Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c8917540-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:18:39 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A18%3A08.2306038Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:34:15 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A33%3A44.0544763Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6de3b30-641e-46a8-99bf-4973d6909f01", + "x-ms-correlation-request-id": "708ff001-ff89-4758-87a0-3342915ed7d8", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "0395e620-f155-4e85-a519-b9793bf64efc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151839Z:f6de3b30-641e-46a8-99bf-4973d6909f01", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153416Z:708ff001-ff89-4758-87a0-3342915ed7d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A18%3A08.2306038Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A33%3A44.0544763Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:18:04.5798405Z" + "CreatedOnDate": "2022-05-23T15:33:39.7847616Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:33:43.2386181Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:33:43.2386181Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "df6f7f8c-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/be4af0fe-6930-4a43-a084-b2245d31fd47?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/581e33c2-45fa-44cc-8995-2b572559656c?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:18:41 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A18%3A41.4991878Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:34:18 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A34%3A18.0675413Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b3c7ae5-067f-41ad-8058-bc82202cee86", + "x-ms-correlation-request-id": "6740b0e9-3acd-4d46-ad04-842724c627e2", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "aa1de4da-8951-40c1-9b9c-ab5a0603d14f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151842Z:6b3c7ae5-067f-41ad-8058-bc82202cee86", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153419Z:6740b0e9-3acd-4d46-ad04-842724c627e2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A18%3A41.4991878Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A34%3A18.0675413Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:18:39.8651186Z" + "CreatedOnDate": "2022-05-23T15:34:16.6276692Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:34:17.6866618Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:34:17.6866618Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/be4af0fe-6930-4a43-a084-b2245d31fd47?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/581e33c2-45fa-44cc-8995-2b572559656c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "df6f7f8c-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:19:12 GMT", + "Date": "Mon, 23 May 2022 15:34:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2f823bd-7c2e-4554-9025-fc2aa87b19d9", + "x-ms-correlation-request-id": "50dea148-d467-4c30-9cbe-a26b0d35617f", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0475468e-fa48-4910-9b3e-72e3aefad635", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151912Z:b2f823bd-7c2e-4554-9025-fc2aa87b19d9", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153449Z:50dea148-d467-4c30-9cbe-a26b0d35617f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/be4af0fe-6930-4a43-a084-b2245d31fd47", - "name": "be4af0fe-6930-4a43-a084-b2245d31fd47", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/581e33c2-45fa-44cc-8995-2b572559656c", + "name": "581e33c2-45fa-44cc-8995-2b572559656c", "status": "Succeeded", - "startTime": "2022-03-01T15:18:41.5078565Z", - "endTime": "2022-03-01T15:18:42.0539354Z", + "startTime": "2022-05-23T15:34:18.0616562Z", + "endTime": "2022-05-23T15:34:19.2179507Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "df6f7f8c-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:19:12 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A18%3A42.0424171Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:34:49 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A34%3A19.2181095Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c764680e-f6ef-45f5-8525-d675e0769d8c", + "x-ms-correlation-request-id": "5c5a2311-329c-4e4c-a7ca-4e1b5e7f9432", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "72100096-a4a6-4ba4-afcd-bff05474b8a6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151912Z:c764680e-f6ef-45f5-8525-d675e0769d8c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153449Z:5c5a2311-329c-4e4c-a7ca-4e1b5e7f9432", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A18%3A42.0424171Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A34%3A19.2181095Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:18:39.8651186Z" + "CreatedOnDate": "2022-05-23T15:34:16.6276692Z" }, "properties": { - "poolId": "0b4400c1-cfc8-3986-fa76-f56b21301b37", + "poolId": "2995de4a-fe9b-bf08-8d8a-daf09348924e", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:34:17.6866618Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:34:17.6866618Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:19:14 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A19%3A14.4104047Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:34:54 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A34%3A54.3455068Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbb53698-11cc-4e31-acb1-5566558b7ad7", + "x-ms-correlation-request-id": "5f72f3af-2525-4ae7-8110-e818d7cec978", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "bf3365cc-a6ce-4bb6-b078-a92b459342a4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151915Z:dbb53698-11cc-4e31-acb1-5566558b7ad7", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153455Z:5f72f3af-2525-4ae7-8110-e818d7cec978", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A19%3A14.4104047Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A34%3A54.3455068Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:19:13.1557595Z" + "CreatedOnDate": "2022-05-23T15:34:50.2007796Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:34:51.6250828Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:34:51.6250828Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:19:44 GMT", + "Date": "Mon, 23 May 2022 15:35:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c02ffc88-f2f7-49cc-a0ef-47c381753c2a", + "x-ms-correlation-request-id": "996020b8-d6a8-4c91-9b87-ea7e65545ec2", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "28d2b0cf-07c8-4626-8b2d-ad039c0d6dbc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151945Z:c02ffc88-f2f7-49cc-a0ef-47c381753c2a", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153525Z:996020b8-d6a8-4c91-9b87-ea7e65545ec2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc", - "name": "802621a3-fde9-4ea5-8177-1e2e64a971bc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b", + "name": "0f02febd-9000-45ca-99eb-b2b18209ff8b", "status": "Creating", - "startTime": "2022-03-01T15:19:14.4158707Z", + "startTime": "2022-05-23T15:34:54.3410311Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:20:14 GMT", + "Date": "Mon, 23 May 2022 15:35:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a3238e7-746a-4112-917b-a45df4eb3a15", + "x-ms-correlation-request-id": "db1fabba-7891-43f6-9fd7-e4a28d568c8c", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "6fa9570b-d1e6-4b02-84ba-79c3063d6aae", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152015Z:0a3238e7-746a-4112-917b-a45df4eb3a15", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153555Z:db1fabba-7891-43f6-9fd7-e4a28d568c8c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc", - "name": "802621a3-fde9-4ea5-8177-1e2e64a971bc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b", + "name": "0f02febd-9000-45ca-99eb-b2b18209ff8b", "status": "Creating", - "startTime": "2022-03-01T15:19:14.4158707Z", + "startTime": "2022-05-23T15:34:54.3410311Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:20:45 GMT", + "Date": "Mon, 23 May 2022 15:36:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d47ef45-f92f-4397-8740-21f857bf8f62", + "x-ms-correlation-request-id": "b5338924-1d72-48b8-b14c-cd62130dfc07", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "a61a24cb-85ed-46e7-9e89-9e9d6ce883a3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152045Z:8d47ef45-f92f-4397-8740-21f857bf8f62", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153626Z:b5338924-1d72-48b8-b14c-cd62130dfc07", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc", - "name": "802621a3-fde9-4ea5-8177-1e2e64a971bc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b", + "name": "0f02febd-9000-45ca-99eb-b2b18209ff8b", "status": "Creating", - "startTime": "2022-03-01T15:19:14.4158707Z", + "startTime": "2022-05-23T15:34:54.3410311Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:21:15 GMT", + "Date": "Mon, 23 May 2022 15:36:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4da23e25-9243-434a-ad66-60f9a1f489bb", + "x-ms-correlation-request-id": "c90c3523-c5f9-4c15-b802-cb31b3005fbe", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "f40d4c5f-eabc-423c-a164-a7df308086e5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152116Z:4da23e25-9243-434a-ad66-60f9a1f489bb", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153656Z:c90c3523-c5f9-4c15-b802-cb31b3005fbe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc", - "name": "802621a3-fde9-4ea5-8177-1e2e64a971bc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b", + "name": "0f02febd-9000-45ca-99eb-b2b18209ff8b", "status": "Creating", - "startTime": "2022-03-01T15:19:14.4158707Z", + "startTime": "2022-05-23T15:34:54.3410311Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:21:45 GMT", + "Date": "Mon, 23 May 2022 15:37:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "199f6a50-a20a-4fa6-ac15-7bee43299a3d", + "x-ms-correlation-request-id": "b3c1e031-ffbf-40a1-bbff-70adf8b4bf0e", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "9133640e-a117-4c6e-a693-3d0d56ccf726", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152146Z:199f6a50-a20a-4fa6-ac15-7bee43299a3d", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153726Z:b3c1e031-ffbf-40a1-bbff-70adf8b4bf0e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc", - "name": "802621a3-fde9-4ea5-8177-1e2e64a971bc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b", + "name": "0f02febd-9000-45ca-99eb-b2b18209ff8b", "status": "Creating", - "startTime": "2022-03-01T15:19:14.4158707Z", + "startTime": "2022-05-23T15:34:54.3410311Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:22:15 GMT", + "Date": "Mon, 23 May 2022 15:37:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5894714-cf36-4fa8-965f-1c4dcdceb4ab", + "x-ms-correlation-request-id": "092a6a9b-6e88-4505-bad6-fbaeec009d5e", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "c2672cdf-7658-431f-aeff-68b3867a1f4d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152216Z:c5894714-cf36-4fa8-965f-1c4dcdceb4ab", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153756Z:092a6a9b-6e88-4505-bad6-fbaeec009d5e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc", - "name": "802621a3-fde9-4ea5-8177-1e2e64a971bc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b", + "name": "0f02febd-9000-45ca-99eb-b2b18209ff8b", "status": "Creating", - "startTime": "2022-03-01T15:19:14.4158707Z", + "startTime": "2022-05-23T15:34:54.3410311Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:22:46 GMT", + "Date": "Mon, 23 May 2022 15:38:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4991be81-4067-4f07-baa0-dbbb62357b95", + "x-ms-correlation-request-id": "58f7af10-bc49-4432-9500-c33d62116ae6", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "cd701c45-7796-4a45-8399-fdcff046a95a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152246Z:4991be81-4067-4f07-baa0-dbbb62357b95", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153827Z:58f7af10-bc49-4432-9500-c33d62116ae6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc", - "name": "802621a3-fde9-4ea5-8177-1e2e64a971bc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b", + "name": "0f02febd-9000-45ca-99eb-b2b18209ff8b", "status": "Creating", - "startTime": "2022-03-01T15:19:14.4158707Z", + "startTime": "2022-05-23T15:34:54.3410311Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:23:17 GMT", + "Date": "Mon, 23 May 2022 15:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +946,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e821eeb2-0cef-4d21-b492-001f30a80481", + "x-ms-correlation-request-id": "a12ad111-dfea-4570-ba60-9e169628ae3a", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "f67611a1-37a3-46cb-b612-14f8663204dc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152317Z:e821eeb2-0cef-4d21-b492-001f30a80481", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153857Z:a12ad111-dfea-4570-ba60-9e169628ae3a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc", - "name": "802621a3-fde9-4ea5-8177-1e2e64a971bc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b", + "name": "0f02febd-9000-45ca-99eb-b2b18209ff8b", "status": "Creating", - "startTime": "2022-03-01T15:19:14.4158707Z", + "startTime": "2022-05-23T15:34:54.3410311Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +978,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:23:47 GMT", + "Date": "Mon, 23 May 2022 15:39:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +986,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "493ec297-066b-4b3c-9129-fe19aded0a95", + "x-ms-correlation-request-id": "1a3e042b-e479-4af9-ad5d-989ec00dd875", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "045daefb-335b-4e60-b93d-b907cce65999", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152347Z:493ec297-066b-4b3c-9129-fe19aded0a95", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153927Z:1a3e042b-e479-4af9-ad5d-989ec00dd875", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b", + "name": "0f02febd-9000-45ca-99eb-b2b18209ff8b", + "status": "Creating", + "startTime": "2022-05-23T15:34:54.3410311Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 23 May 2022 15:39:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "63e02226-d21a-41fa-80a1-be52bf0e5026", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153957Z:63e02226-d21a-41fa-80a1-be52bf0e5026", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802621a3-fde9-4ea5-8177-1e2e64a971bc", - "name": "802621a3-fde9-4ea5-8177-1e2e64a971bc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f02febd-9000-45ca-99eb-b2b18209ff8b", + "name": "0f02febd-9000-45ca-99eb-b2b18209ff8b", "status": "Succeeded", - "startTime": "2022-03-01T15:19:14.4158707Z", - "endTime": "2022-03-01T15:23:43.7853466Z", + "startTime": "2022-05-23T15:34:54.3410311Z", + "endTime": "2022-05-23T15:39:38.33554Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +1044,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3465864-9972-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +1058,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:23:47 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A23%3A43.7783516Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:39:58 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A39%3A38.3286919Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +1067,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27ee5b19-4992-4abb-b8e1-ac757431f1ea", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "17aa92cd-2ba1-4f01-95cd-efd5eaebb248", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152348Z:27ee5b19-4992-4abb-b8e1-ac757431f1ea", + "x-ms-correlation-request-id": "8ee8ac11-72c3-4720-aa2e-a0408498197c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153958Z:8ee8ac11-72c3-4720-aa2e-a0408498197c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A23%3A43.7783516Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A39%3A38.3286919Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:19:13.1557595Z" + "CreatedOnDate": "2022-05-23T15:34:50.2007796Z" }, "properties": { - "fileSystemId": "be1b5a19-6d4d-e607-3302-3aa2d0a3edfc", + "fileSystemId": "beea4d3d-a282-20aa-21f4-28c0a41271c9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1110,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_514c09ba", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_576818f1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1125,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "be1b5a19-6d4d-e607-3302-3aa2d0a3edfc", - "fileSystemId": "be1b5a19-6d4d-e607-3302-3aa2d0a3edfc", + "mountTargetId": "beea4d3d-a282-20aa-21f4-28c0a41271c9", + "fileSystemId": "beea4d3d-a282-20aa-21f4-28c0a41271c9", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,20 +1139,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:34:51.6250828Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:34:51.6250828Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "973ef7d2-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1127,8 +1167,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:23:48 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A23%3A43.7783516Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:39:59 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A39%3A38.3286919Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1136,23 +1176,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f665d6e-9dd4-47c7-b62b-a5d1327fe2fd", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "91d088d4-f9a1-4e42-904c-e23c3a5018de", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152348Z:3f665d6e-9dd4-47c7-b62b-a5d1327fe2fd", + "x-ms-correlation-request-id": "8ecbb74b-c239-47c6-952e-9dc4734e02ce", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153959Z:8ecbb74b-c239-47c6-952e-9dc4734e02ce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A23%3A43.7783516Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A39%3A38.3286919Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:19:13.1557595Z" + "CreatedOnDate": "2022-05-23T15:34:50.2007796Z" }, "properties": { - "fileSystemId": "be1b5a19-6d4d-e607-3302-3aa2d0a3edfc", + "fileSystemId": "beea4d3d-a282-20aa-21f4-28c0a41271c9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1180,10 +1219,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_514c09ba", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_576818f1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1195,12 +1234,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "be1b5a19-6d4d-e607-3302-3aa2d0a3edfc", - "fileSystemId": "be1b5a19-6d4d-e607-3302-3aa2d0a3edfc", + "mountTargetId": "beea4d3d-a282-20aa-21f4-28c0a41271c9", + "fileSystemId": "beea4d3d-a282-20aa-21f4-28c0a41271c9", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1209,43 +1248,49 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:34:51.6250828Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:34:51.6250828Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "976066ec-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bc8bf163-2a7d-4774-93fa-babc3ea6f9f4?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4244d6cf-65fd-40b1-a762-4e8afbefa48e?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "481", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:23:48 GMT", + "Date": "Mon, 23 May 2022 15:39:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bc8bf163-2a7d-4774-93fa-babc3ea6f9f4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4244d6cf-65fd-40b1-a762-4e8afbefa48e?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e58f9c6-e341-48cd-82af-69ace1d943ee", + "x-ms-correlation-request-id": "8e64dc2b-aafd-4200-a874-325b09dbc536", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "f0da8052-6f9b-46fb-aed7-79f341c118cf", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152348Z:2e58f9c6-e341-48cd-82af-69ace1d943ee", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153959Z:8e64dc2b-aafd-4200-a874-325b09dbc536", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1259,15 +1304,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bc8bf163-2a7d-4774-93fa-babc3ea6f9f4?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4244d6cf-65fd-40b1-a762-4e8afbefa48e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "976066ec-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1275,7 +1318,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:24:18 GMT", + "Date": "Mon, 23 May 2022 15:40:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1283,18 +1326,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b607f13-cb0f-4b35-8cc8-620129628f36", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "6c5bf8dc-5d7e-43b4-bacf-d62b6a378f64", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152418Z:0b607f13-cb0f-4b35-8cc8-620129628f36", + "x-ms-correlation-request-id": "4e604d58-ace0-4c82-b885-6e3440372fc9", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154029Z:4e604d58-ace0-4c82-b885-6e3440372fc9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bc8bf163-2a7d-4774-93fa-babc3ea6f9f4", - "name": "bc8bf163-2a7d-4774-93fa-babc3ea6f9f4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4244d6cf-65fd-40b1-a762-4e8afbefa48e", + "name": "4244d6cf-65fd-40b1-a762-4e8afbefa48e", "status": "Succeeded", - "startTime": "2022-03-01T15:23:48.4629767Z", - "endTime": "2022-03-01T15:24:04.3687193Z", + "startTime": "2022-05-23T15:39:59.4386523Z", + "endTime": "2022-05-23T15:40:10.0509298Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1" @@ -1302,57 +1344,52 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bc8bf163-2a7d-4774-93fa-babc3ea6f9f4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4244d6cf-65fd-40b1-a762-4e8afbefa48e?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "976066ec-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "596", + "Content-Length": "617", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:24:18 GMT", + "Date": "Mon, 23 May 2022 15:40:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49c6b43e-a233-44a8-ae38-63ea60e27b47", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "ea31fae4-3fe4-4ec4-ac47-1c2756c87013", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152418Z:49c6b43e-a233-44a8-ae38-63ea60e27b47", + "x-ms-correlation-request-id": "2e42fc44-081c-4625-af09-d9f7a0980e86", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154030Z:2e42fc44-081c-4625-af09-d9f7a0980e86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "3/1/2022 3:24:04 PM", + "etag": "5/23/2022 3:40:10 PM", "location": "southcentralusstage", "properties": { "provisioningState": "Succeeded", - "snapshotId": "80c026ac-a3fe-35c8-7eec-825aa7d1d5f3", - "created": "2022-03-01T15:23:48Z" + "snapshotId": "e876b398-263c-0749-73a1-156b1e84a015", + "created": "2022-05-23T15:40:01Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a9b437a6-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1360,7 +1397,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:24:18 GMT", + "Date": "Mon, 23 May 2022 15:40:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1368,10 +1405,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a9f053d-5a8b-4343-b134-c4df596e20f1", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "1e80d019-4341-4cbb-9ce0-af9172e9da26", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152419Z:0a9f053d-5a8b-4343-b134-c4df596e20f1", + "x-ms-correlation-request-id": "64531f88-319c-4cf2-9a71-1190ee07990f", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154031Z:64531f88-319c-4cf2-9a71-1190ee07990f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1381,54 +1417,49 @@ "location": "southcentralusstage", "properties": { "provisioningState": "Succeeded", - "snapshotId": "80c026ac-a3fe-35c8-7eec-825aa7d1d5f3", - "created": "2022-03-01T15:23:48Z" + "snapshotId": "e876b398-263c-0749-73a1-156b1e84a015", + "created": "2022-05-23T15:40:01Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a9e2ec9a-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab9c3b98-a989-492c-8801-f4edc794fea3?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d6a967ff-1541-4d6d-b313-b7fee3886790?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 15:24:18 GMT", + "Date": "Mon, 23 May 2022 15:40:35 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab9c3b98-a989-492c-8801-f4edc794fea3?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d6a967ff-1541-4d6d-b313-b7fee3886790?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02959124-c83d-4273-aef1-3659f0daaac8", + "x-ms-correlation-request-id": "71b66711-4a74-4bf3-9cf9-d5e9f4f8ec57", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "9ad75611-f84e-42b6-adcd-f25354efddc7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152419Z:02959124-c83d-4273-aef1-3659f0daaac8", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154036Z:71b66711-4a74-4bf3-9cf9-d5e9f4f8ec57", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab9c3b98-a989-492c-8801-f4edc794fea3?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d6a967ff-1541-4d6d-b313-b7fee3886790?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a9e2ec9a-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1436,7 +1467,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:24:49 GMT", + "Date": "Mon, 23 May 2022 15:41:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1444,18 +1475,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "810b076d-fed0-48d8-852e-196b611273e7", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "f03713ad-7a05-4339-8562-d4a895c23fea", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152449Z:810b076d-fed0-48d8-852e-196b611273e7", + "x-ms-correlation-request-id": "3fc202e9-5880-4c37-9e06-d506591bfa41", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154106Z:3fc202e9-5880-4c37-9e06-d506591bfa41", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab9c3b98-a989-492c-8801-f4edc794fea3", - "name": "ab9c3b98-a989-492c-8801-f4edc794fea3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d6a967ff-1541-4d6d-b313-b7fee3886790", + "name": "d6a967ff-1541-4d6d-b313-b7fee3886790", "status": "Succeeded", - "startTime": "2022-03-01T15:24:19.5966852Z", - "endTime": "2022-03-01T15:24:21.9648495Z", + "startTime": "2022-05-23T15:40:36.0393907Z", + "endTime": "2022-05-23T15:40:47.7156153Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1" @@ -1463,15 +1493,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ab9c3b98-a989-492c-8801-f4edc794fea3?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d6a967ff-1541-4d6d-b313-b7fee3886790?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a9e2ec9a-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1479,7 +1507,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:24:49 GMT", + "Date": "Mon, 23 May 2022 15:41:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1487,10 +1515,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1d17fd2c-1bb4-4874-9b67-c14ba53b0d4c", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "888a5024-fbca-4561-ba53-fb5d4af8f94b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152450Z:1d17fd2c-1bb4-4874-9b67-c14ba53b0d4c", + "x-ms-correlation-request-id": "2fd835c5-ef88-4f2d-9006-0ab24d651ce3", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154106Z:2fd835c5-ef88-4f2d-9006-0ab24d651ce3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1501,32 +1528,29 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c830fb42-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "308", + "Content-Length": "311", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:25:10 GMT", + "Date": "Mon, 23 May 2022 15:41:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "530bb1ef-3a2e-4dc6-94f4-0c9a3d7daa20", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "beb9337d-83fe-4263-bc64-993d4d27c3cf", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152510Z:530bb1ef-3a2e-4dc6-94f4-0c9a3d7daa20", + "x-ms-correlation-request-id": "731d9819-045c-49e2-94eb-ab7679c30f2b", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154129Z:731d9819-045c-49e2-94eb-ab7679c30f2b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1537,48 +1561,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c86ee1f0-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/edabbaea-9ec4-44c9-b9b0-cb919a0c6dde?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e4fa85b-b5f9-4545-8932-60f5ca3a5f26?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 15:25:11 GMT", + "Date": "Mon, 23 May 2022 15:41:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/edabbaea-9ec4-44c9-b9b0-cb919a0c6dde?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e4fa85b-b5f9-4545-8932-60f5ca3a5f26?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16f5fc29-ec26-45b3-849a-deabf8c51be1", + "x-ms-correlation-request-id": "05524247-73d4-4b74-90fa-cc25c0730bb5", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "16f5fc29-ec26-45b3-849a-deabf8c51be1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152511Z:16f5fc29-ec26-45b3-849a-deabf8c51be1", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154129Z:05524247-73d4-4b74-90fa-cc25c0730bb5", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/edabbaea-9ec4-44c9-b9b0-cb919a0c6dde?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e4fa85b-b5f9-4545-8932-60f5ca3a5f26?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c86ee1f0-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1586,7 +1605,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:25:40 GMT", + "Date": "Mon, 23 May 2022 15:41:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1594,60 +1613,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a41bc622-7841-48af-ab41-4a9df975436e", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "17958745-19a4-4bfd-a302-a409d7658a2e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152541Z:a41bc622-7841-48af-ab41-4a9df975436e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/edabbaea-9ec4-44c9-b9b0-cb919a0c6dde", - "name": "edabbaea-9ec4-44c9-b9b0-cb919a0c6dde", - "status": "Deleting", - "startTime": "2022-03-01T15:25:10.9895181Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/edabbaea-9ec4-44c9-b9b0-cb919a0c6dde?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c86ee1f0-9973-11ec-9ec8-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:26:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37b41a2a-b6cc-42d1-958a-395f3b37892b", + "x-ms-correlation-request-id": "f5358b84-21b3-44b2-ab9b-265ef8861e1c", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "ff194bb9-e208-423f-833c-64486d844f8e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152611Z:37b41a2a-b6cc-42d1-958a-395f3b37892b", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154200Z:f5358b84-21b3-44b2-ab9b-265ef8861e1c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/edabbaea-9ec4-44c9-b9b0-cb919a0c6dde", - "name": "edabbaea-9ec4-44c9-b9b0-cb919a0c6dde", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e4fa85b-b5f9-4545-8932-60f5ca3a5f26", + "name": "9e4fa85b-b5f9-4545-8932-60f5ca3a5f26", "status": "Deleting", - "startTime": "2022-03-01T15:25:10.9895181Z", + "startTime": "2022-05-23T15:41:29.6090593Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1656,15 +1631,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/edabbaea-9ec4-44c9-b9b0-cb919a0c6dde?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e4fa85b-b5f9-4545-8932-60f5ca3a5f26?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c86ee1f0-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1672,7 +1645,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:26:41 GMT", + "Date": "Mon, 23 May 2022 15:42:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1680,18 +1653,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfd633ed-229b-42cf-91b8-e71283dc2113", + "x-ms-correlation-request-id": "44e82e12-0b05-401f-b8c1-fa8f48e30418", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "8f71e251-9752-4766-bfcc-430c7e4d5602", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152641Z:bfd633ed-229b-42cf-91b8-e71283dc2113", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154230Z:44e82e12-0b05-401f-b8c1-fa8f48e30418", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/edabbaea-9ec4-44c9-b9b0-cb919a0c6dde", - "name": "edabbaea-9ec4-44c9-b9b0-cb919a0c6dde", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e4fa85b-b5f9-4545-8932-60f5ca3a5f26", + "name": "9e4fa85b-b5f9-4545-8932-60f5ca3a5f26", "status": "Succeeded", - "startTime": "2022-03-01T15:25:10.9895181Z", - "endTime": "2022-03-01T15:26:35.6023355Z", + "startTime": "2022-05-23T15:41:29.6090593Z", + "endTime": "2022-05-23T15:42:28.4801727Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1699,15 +1671,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/edabbaea-9ec4-44c9-b9b0-cb919a0c6dde?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e4fa85b-b5f9-4545-8932-60f5ca3a5f26?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c86ee1f0-9973-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1715,7 +1685,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:26:41 GMT", + "Date": "Mon, 23 May 2022 15:42:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1723,26 +1693,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95c6c8e4-1857-471f-9ee1-2f4a155cae02", + "x-ms-correlation-request-id": "59aafe57-caf4-466d-b4e1-2ae27c8a5c53", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "b52fc976-9875-4b38-9ed3-8492e7ed3032", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T152641Z:95c6c8e4-1857-471f-9ee1-2f4a155cae02", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154230Z:59aafe57-caf4-466d-b4e1-2ae27c8a5c53", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A25%3A10.9688471Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A42%3A18.9843632Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:19:13.1557595Z" + "CreatedOnDate": "2022-05-23T15:34:50.2007796Z" }, "properties": { - "fileSystemId": "be1b5a19-6d4d-e607-3302-3aa2d0a3edfc", + "fileSystemId": "beea4d3d-a282-20aa-21f4-28c0a41271c9", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1770,19 +1739,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_514c09ba", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_576818f1", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "0b4400c1-cfc8-3986-fa76-f56b21301b37", + "poolId": "2995de4a-fe9b-bf08-8d8a-daf09348924e", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "be1b5a19-6d4d-e607-3302-3aa2d0a3edfc", - "fileSystemId": "be1b5a19-6d4d-e607-3302-3aa2d0a3edfc", + "mountTargetId": "beea4d3d-a282-20aa-21f4-28c0a41271c9", + "fileSystemId": "beea4d3d-a282-20aa-21f4-28c0a41271c9", "startIp": "", "endIp": "", "gateway": "", @@ -1791,7 +1760,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1806,36 +1775,44 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:34:51.6250828Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:34:51.6250828Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "76253a1a-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:30:04 GMT", + "Date": "Mon, 23 May 2022 15:45:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "595557a5-be18-45c8-80c3-6fa27dc95c0c", + "x-ms-correlation-request-id": "66b39091-b8f4-4727-b163-4ee4812e0c3a", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "595557a5-be18-45c8-80c3-6fa27dc95c0c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153004Z:595557a5-be18-45c8-80c3-6fa27dc95c0c" + "x-ms-routing-request-id": "WESTEUROPE:20220523T154552Z:66b39091-b8f4-4727-b163-4ee4812e0c3a" }, "ResponseBody": { "error": { @@ -1845,48 +1822,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7d849364-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9945e82d-5d81-4bdf-906c-16bc78efa350?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/83b6f0e0-ba27-46a6-8d72-2e45b2737adb?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 15:30:16 GMT", + "Date": "Mon, 23 May 2022 15:46:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9945e82d-5d81-4bdf-906c-16bc78efa350?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/83b6f0e0-ba27-46a6-8d72-2e45b2737adb?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be79fbfd-299c-42f6-a881-cd8ade0848a2", + "x-ms-correlation-request-id": "e5ce4813-d297-486b-aca2-2f83cfa84afa", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "be79fbfd-299c-42f6-a881-cd8ade0848a2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153016Z:be79fbfd-299c-42f6-a881-cd8ade0848a2", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154604Z:e5ce4813-d297-486b-aca2-2f83cfa84afa", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9945e82d-5d81-4bdf-906c-16bc78efa350?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/83b6f0e0-ba27-46a6-8d72-2e45b2737adb?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7d849364-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1894,7 +1866,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:30:46 GMT", + "Date": "Mon, 23 May 2022 15:46:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1902,18 +1874,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f2d83ac-707c-4092-bb85-b12a3169a947", + "x-ms-correlation-request-id": "edfc3659-d96a-4013-972e-bee0cd06e7db", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "651c7cf8-4083-45d8-9899-4c40c32b2bb7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153046Z:1f2d83ac-707c-4092-bb85-b12a3169a947", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154634Z:edfc3659-d96a-4013-972e-bee0cd06e7db", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9945e82d-5d81-4bdf-906c-16bc78efa350", - "name": "9945e82d-5d81-4bdf-906c-16bc78efa350", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/83b6f0e0-ba27-46a6-8d72-2e45b2737adb", + "name": "83b6f0e0-ba27-46a6-8d72-2e45b2737adb", "status": "Succeeded", - "startTime": "2022-03-01T15:30:16.591906Z", - "endTime": "2022-03-01T15:30:16.9901398Z", + "startTime": "2022-05-23T15:46:04.0691651Z", + "endTime": "2022-05-23T15:46:08.3822158Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -1921,15 +1892,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9945e82d-5d81-4bdf-906c-16bc78efa350?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/83b6f0e0-ba27-46a6-8d72-2e45b2737adb?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7d849364-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1937,7 +1906,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:30:46 GMT", + "Date": "Mon, 23 May 2022 15:46:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1945,172 +1914,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d2755f7-a211-4fca-94d0-0b367e562918", + "x-ms-correlation-request-id": "9f839a8c-7144-440f-92ee-9c4f8d6b296f", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "d204e762-3699-4adb-896d-ef35cbd1e4f4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153047Z:2d2755f7-a211-4fca-94d0-0b367e562918", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154634Z:9f839a8c-7144-440f-92ee-9c4f8d6b296f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A30%3A16.5762237Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A46%3A04.0618153Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:18:39.8651186Z" + "CreatedOnDate": "2022-05-23T15:34:16.6276692Z" }, "properties": { - "poolId": "0b4400c1-cfc8-3986-fa76-f56b21301b37", + "poolId": "2995de4a-fe9b-bf08-8d8a-daf09348924e", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:34:17.6866618Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:34:17.6866618Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9705f2ba-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 15:30:57 GMT", + "Date": "Mon, 23 May 2022 15:46:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dbdb384-37af-49a4-b7c3-6b7b810c4c94", + "x-ms-correlation-request-id": "14f21156-8aec-4033-ae06-5d664b52fa73", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "6dbdb384-37af-49a4-b7c3-6b7b810c4c94", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153057Z:6dbdb384-37af-49a4-b7c3-6b7b810c4c94" + "x-ms-routing-request-id": "WESTEUROPE:20220523T154644Z:14f21156-8aec-4033-ae06-5d664b52fa73" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9d1bf424-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 15:31:07 GMT", + "Date": "Mon, 23 May 2022 15:46:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a49f3719-786e-4777-8a16-af54cee083d5", + "x-ms-correlation-request-id": "dbfff2a7-12cd-40b6-9077-f978c6d7d4e8", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "a49f3719-786e-4777-8a16-af54cee083d5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153107Z:a49f3719-786e-4777-8a16-af54cee083d5" + "x-ms-routing-request-id": "WESTEUROPE:20220523T154655Z:dbfff2a7-12cd-40b6-9077-f978c6d7d4e8" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a332502e-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 15:31:17 GMT", + "Date": "Mon, 23 May 2022 15:47:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7c03710-b820-4c74-9b30-3509feea3f9b", + "x-ms-correlation-request-id": "a0d05008-dea7-4a6a-bec3-851d7e189512", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "e7c03710-b820-4c74-9b30-3509feea3f9b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153117Z:e7c03710-b820-4c74-9b30-3509feea3f9b" + "x-ms-routing-request-id": "WESTEUROPE:20220523T154705Z:a0d05008-dea7-4a6a-bec3-851d7e189512" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a94954ee-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 15:31:27 GMT", + "Date": "Mon, 23 May 2022 15:47:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e148109e-7903-495f-afee-cf4b1baae999", + "x-ms-correlation-request-id": "b0761760-3773-4fbc-8bd7-cf8a8a91df27", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "e148109e-7903-495f-afee-cf4b1baae999", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153127Z:e148109e-7903-495f-afee-cf4b1baae999" + "x-ms-routing-request-id": "WESTEUROPE:20220523T154715Z:b0761760-3773-4fbc-8bd7-cf8a8a91df27" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "af5fb760-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:31:37 GMT", + "Date": "Mon, 23 May 2022 15:47:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afb1e9f8-4b32-48b2-8669-4b51125cbc7f", + "x-ms-correlation-request-id": "947914e8-aeb7-4d65-9263-63d1d9a86c80", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "afb1e9f8-4b32-48b2-8669-4b51125cbc7f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153138Z:afb1e9f8-4b32-48b2-8669-4b51125cbc7f" + "x-ms-routing-request-id": "WESTEUROPE:20220523T154726Z:947914e8-aeb7-4d65-9263-63d1d9a86c80" }, "ResponseBody": { "error": { @@ -2120,48 +2082,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "af7db4ea-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ae358276-9015-4c79-ab0a-c1433d7aaa0d?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3157438f-97ba-4f25-8177-e90d56cec15b?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 15:31:38 GMT", + "Date": "Mon, 23 May 2022 15:47:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ae358276-9015-4c79-ab0a-c1433d7aaa0d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3157438f-97ba-4f25-8177-e90d56cec15b?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "720039d2-4fcd-410f-ac8b-f87baa36c9cd", + "x-ms-correlation-request-id": "57ab3c5b-e76f-4916-9c3f-0f8a9e992f37", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "720039d2-4fcd-410f-ac8b-f87baa36c9cd", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153139Z:720039d2-4fcd-410f-ac8b-f87baa36c9cd", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154727Z:57ab3c5b-e76f-4916-9c3f-0f8a9e992f37", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ae358276-9015-4c79-ab0a-c1433d7aaa0d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3157438f-97ba-4f25-8177-e90d56cec15b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "af7db4ea-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2169,7 +2126,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:32:08 GMT", + "Date": "Mon, 23 May 2022 15:47:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2177,18 +2134,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4769b92a-f00d-48d5-a5e3-ff6b29260872", + "x-ms-correlation-request-id": "d3c5232f-62b3-43dd-8995-9b813be62c75", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "a3379817-f534-461b-ad37-c6085f9a218a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153209Z:4769b92a-f00d-48d5-a5e3-ff6b29260872", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154757Z:d3c5232f-62b3-43dd-8995-9b813be62c75", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ae358276-9015-4c79-ab0a-c1433d7aaa0d", - "name": "ae358276-9015-4c79-ab0a-c1433d7aaa0d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3157438f-97ba-4f25-8177-e90d56cec15b", + "name": "3157438f-97ba-4f25-8177-e90d56cec15b", "status": "Succeeded", - "startTime": "2022-03-01T15:31:39.1518718Z", - "endTime": "2022-03-01T15:31:39.1968347Z", + "startTime": "2022-05-23T15:47:27.2492219Z", + "endTime": "2022-05-23T15:47:27.2804721Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -2196,15 +2152,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ae358276-9015-4c79-ab0a-c1433d7aaa0d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3157438f-97ba-4f25-8177-e90d56cec15b?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "af7db4ea-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2212,7 +2166,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:32:08 GMT", + "Date": "Mon, 23 May 2022 15:47:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2220,55 +2174,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0909e32-2dc2-4a5c-9f9d-40a042a79e4c", + "x-ms-correlation-request-id": "4e4e5c13-8cca-433f-8207-6ed87c6e0a46", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "67e3be89-a560-4ada-93aa-12f2f542235a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153209Z:b0909e32-2dc2-4a5c-9f9d-40a042a79e4c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154757Z:4e4e5c13-8cca-433f-8207-6ed87c6e0a46", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A31%3A39.140304Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A47%3A27.2495886Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:18:04.5798405Z" + "CreatedOnDate": "2022-05-23T15:33:39.7847616Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:33:43.2386181Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:33:43.2386181Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c36b3ac2-9974-11ec-9ec8-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:32:11 GMT", + "Date": "Mon, 23 May 2022 15:47:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "783fa662-eb3a-4bc3-a708-e66c9af0e1f3", + "x-ms-correlation-request-id": "e54a7edd-3f21-4fe0-a45e-3d8fa9cc361b", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "783fa662-eb3a-4bc3-a708-e66c9af0e1f3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T153211Z:783fa662-eb3a-4bc3-a708-e66c9af0e1f3" + "x-ms-routing-request-id": "WESTEUROPE:20220523T154800Z:e54a7edd-3f21-4fe0-a45e-3d8fa9cc361b" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_list_snapshots.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_list_snapshots.json index e075be6e8551..fddcb7c780a8 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_list_snapshots.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot.pyTestNetAppSnapshottest_list_snapshots.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:00:36 GMT", + "Date": "Mon, 23 May 2022 15:17:14 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AgtWPFVqEztCl2TnZ3H7GM4; expires=Thu, 31-Mar-2022 15:00:36 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrYH5m3m_ppspQFXJ-LbKkbh-TOevV6AilK2bqD90vXpKeVvpPVZ4N9c2ks4OSkxeUKuAXg6GKasfh3gm-jFznrYFh1jzfOaVx6Sx3LDIMBQqaMKX4zb75HwvpWxYATbMCmaqSxCozoMMC2_yRegEi2-czmhw8mSGnwocUujg0ICEgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - WEULR2 ProdSlices", - "x-ms-request-id": "1f06f77c-827c-474c-ab6a-dfac876b2400" + "x-ms-ests-server": "2.1.12794.4 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AgtWPFVqEztCl2TnZ3H7GM4; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:00:36 GMT", + "Date": "Mon, 23 May 2022 15:17:14 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AgtWPFVqEztCl2TnZ3H7GM4; expires=Thu, 31-Mar-2022 15:00:36 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "4d83dbd6-a364-4e5c-b1e2-0240817d5f01" + "x-ms-ests-server": "2.1.12744.11 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0297f1a0-390b-46fb-8716-671818a86378", + "client-request-id": "a53c8201-0456-4d21-91a3-a8994fa0b329", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AgtWPFVqEztCl2TnZ3H7GM4; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "0297f1a0-390b-46fb-8716-671818a86378", - "Content-Length": "1412", + "client-request-id": "a53c8201-0456-4d21-91a3-a8994fa0b329", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:00:36 GMT", + "Date": "Mon, 23 May 2022 15:17:14 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AgtWPFVqEztCl2TnZ3H7GM77QncyAQAAABQssNkOAAAA; expires=Thu, 31-Mar-2022 15:00:36 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12529.16 - WEULR2 ProdSlices", - "x-ms-request-id": "ef7ae41d-a5da-4e1e-b2c3-08a713842600" + "x-ms-ests-server": "2.1.12794.4 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "596d123e-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d92b393f-048f-4cdb-8446-ff36f4587e27?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac6b0b9c-49df-49ff-9c0f-998cfdffc1d4?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:00:44 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A00%3A43.7057698Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:17:25 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A17%3A24.7394307Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84efea62-fcad-4887-89f3-9a39467a10ac", + "x-ms-correlation-request-id": "e7815018-298e-4d3a-ae55-954a3ca58d1f", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "738147dd-1782-453f-9c33-58c9926526ef", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150044Z:84efea62-fcad-4887-89f3-9a39467a10ac", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151725Z:e7815018-298e-4d3a-ae55-954a3ca58d1f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A00%3A43.7057698Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A17%3A24.7394307Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:00:39.8050863Z" + "CreatedOnDate": "2022-05-23T15:17:19.8230075Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:17:23.9646404Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:17:23.9646404Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d92b393f-048f-4cdb-8446-ff36f4587e27?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac6b0b9c-49df-49ff-9c0f-998cfdffc1d4?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "596d123e-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:01:14 GMT", + "Date": "Mon, 23 May 2022 15:17:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6bffcc28-53bb-469d-b787-9f6433619c9b", + "x-ms-correlation-request-id": "be636140-9c53-401b-9a2d-2c7a88b2e701", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "f24e82aa-6fe1-4939-9732-9db9fd8f6592", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150114Z:6bffcc28-53bb-469d-b787-9f6433619c9b", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151756Z:be636140-9c53-401b-9a2d-2c7a88b2e701", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d92b393f-048f-4cdb-8446-ff36f4587e27", - "name": "d92b393f-048f-4cdb-8446-ff36f4587e27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac6b0b9c-49df-49ff-9c0f-998cfdffc1d4", + "name": "ac6b0b9c-49df-49ff-9c0f-998cfdffc1d4", "status": "Succeeded", - "startTime": "2022-03-01T15:00:43.7185322Z", - "endTime": "2022-03-01T15:00:43.8729751Z", + "startTime": "2022-05-23T15:17:24.7397754Z", + "endTime": "2022-05-23T15:17:24.7710429Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "596d123e-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:01:14 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A00%3A43.7847199Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:17:56 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A17%3A24.7756495Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f17d395-81f2-428b-8590-a9d0bca647bf", + "x-ms-correlation-request-id": "41057f15-1d29-4c01-b42e-2e6efa5018d9", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "5a6bca6c-bccd-44b6-beb4-a24ec38be4c6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150115Z:7f17d395-81f2-428b-8590-a9d0bca647bf", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151756Z:41057f15-1d29-4c01-b42e-2e6efa5018d9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A00%3A43.7847199Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A17%3A24.7756495Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:00:39.8050863Z" + "CreatedOnDate": "2022-05-23T15:17:19.8230075Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:17:23.9646404Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:17:23.9646404Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "70eda1da-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0dc6a4c-2148-4f65-822e-56739007cf72?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/269f1c71-a360-45db-88cd-2f26949b3b03?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:01:17 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A01%3A17.2103158Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:17:59 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A17%3A58.3130996Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ff81d71-b607-4d44-b056-5c445ef143aa", + "x-ms-correlation-request-id": "a2fc2b75-91f0-4635-9f06-31352b021413", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "5fd4c124-c572-4963-a74b-40889493e725", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150118Z:6ff81d71-b607-4d44-b056-5c445ef143aa", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151759Z:a2fc2b75-91f0-4635-9f06-31352b021413", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A01%3A17.2103158Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A17%3A58.3130996Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:01:15.4483750Z" + "CreatedOnDate": "2022-05-23T15:17:56.7803573Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:17:57.9042525Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:17:57.9042525Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0dc6a4c-2148-4f65-822e-56739007cf72?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/269f1c71-a360-45db-88cd-2f26949b3b03?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "70eda1da-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:01:48 GMT", + "Date": "Mon, 23 May 2022 15:18:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5c871f3-b19d-421f-a445-deb74ecd9401", + "x-ms-correlation-request-id": "c0005110-3f7f-4248-ba31-8a4076104f8b", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "620c3a29-54aa-401c-a5f0-936bd42dbdf3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150148Z:b5c871f3-b19d-421f-a445-deb74ecd9401", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151829Z:c0005110-3f7f-4248-ba31-8a4076104f8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0dc6a4c-2148-4f65-822e-56739007cf72", - "name": "a0dc6a4c-2148-4f65-822e-56739007cf72", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/269f1c71-a360-45db-88cd-2f26949b3b03", + "name": "269f1c71-a360-45db-88cd-2f26949b3b03", "status": "Succeeded", - "startTime": "2022-03-01T15:01:17.2254212Z", - "endTime": "2022-03-01T15:01:17.5656922Z", + "startTime": "2022-05-23T15:17:58.3139695Z", + "endTime": "2022-05-23T15:17:58.8609631Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "70eda1da-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:01:48 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A01%3A17.5565747Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:18:29 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A17%3A58.8661622Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8e45890-3d4c-4ed2-a97f-3a738b0b319b", + "x-ms-correlation-request-id": "6c36e9e8-c5b6-4a91-8f9f-cc94e49e8540", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "0f9ce4ac-faff-4962-a6e4-dda4a4648a88", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150148Z:a8e45890-3d4c-4ed2-a97f-3a738b0b319b", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151830Z:6c36e9e8-c5b6-4a91-8f9f-cc94e49e8540", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A01%3A17.5565747Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A17%3A58.8661622Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:01:15.4483750Z" + "CreatedOnDate": "2022-05-23T15:17:56.7803573Z" }, "properties": { - "poolId": "c6b3075d-281f-92d4-ab24-5c6fbbfc3a7f", + "poolId": "53cb36ec-fd37-b7a4-fd5b-72a3ce489051", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:17:57.9042525Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:17:57.9042525Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:01:50 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A01%3A50.2886541Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:18:34 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A18%3A33.9455845Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f37bcc73-9aa6-4211-9822-682f30b4ea09", + "x-ms-correlation-request-id": "b4dbc7aa-92ff-4b64-857a-f272f607f16a", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "a308cf1f-d6cb-4db5-9be9-f18c724a9f1f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150150Z:f37bcc73-9aa6-4211-9822-682f30b4ea09", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151834Z:b4dbc7aa-92ff-4b64-857a-f272f607f16a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A01%3A50.2886541Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A18%3A33.9455845Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:01:48.9045343Z" + "CreatedOnDate": "2022-05-23T15:18:30.3543599Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:18:31.5736089Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:18:31.5736089Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:02:21 GMT", + "Date": "Mon, 23 May 2022 15:19:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b32570bc-d86b-4a33-bdb5-a3089823f90c", + "x-ms-correlation-request-id": "c41fd6e4-c78e-4179-9351-9e5b9bf31389", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "de0cee5e-52e2-4ecb-b2ba-29455202aa18", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150221Z:b32570bc-d86b-4a33-bdb5-a3089823f90c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151904Z:c41fd6e4-c78e-4179-9351-9e5b9bf31389", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", - "name": "a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970", + "name": "880428a3-b4c7-4707-bded-e913f5db5970", "status": "Creating", - "startTime": "2022-03-01T15:01:50.2990133Z", + "startTime": "2022-05-23T15:18:33.9460523Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:02:50 GMT", + "Date": "Mon, 23 May 2022 15:19:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8b3783a-92fa-4d70-bb05-af7fd9efc2b7", + "x-ms-correlation-request-id": "7fdfd6c1-bae8-4c7f-b654-2d30ff2ba66d", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "70fa19b9-b601-49af-a224-2020c81c333c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150251Z:d8b3783a-92fa-4d70-bb05-af7fd9efc2b7", + "x-ms-routing-request-id": "WESTEUROPE:20220523T151935Z:7fdfd6c1-bae8-4c7f-b654-2d30ff2ba66d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", - "name": "a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970", + "name": "880428a3-b4c7-4707-bded-e913f5db5970", "status": "Creating", - "startTime": "2022-03-01T15:01:50.2990133Z", + "startTime": "2022-05-23T15:18:33.9460523Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:03:21 GMT", + "Date": "Mon, 23 May 2022 15:20:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6fd3388f-5425-47c0-9cb5-9bfe208beb08", + "x-ms-correlation-request-id": "9449db0f-482d-4aac-9023-f559223e0c39", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "c964a0c9-f8c5-427d-8ddd-88e6e46b2e7b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150321Z:6fd3388f-5425-47c0-9cb5-9bfe208beb08", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152005Z:9449db0f-482d-4aac-9023-f559223e0c39", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", - "name": "a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970", + "name": "880428a3-b4c7-4707-bded-e913f5db5970", "status": "Creating", - "startTime": "2022-03-01T15:01:50.2990133Z", + "startTime": "2022-05-23T15:18:33.9460523Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:03:51 GMT", + "Date": "Mon, 23 May 2022 15:20:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7be2cb26-c322-4a5c-a179-ea64e9c1ade2", + "x-ms-correlation-request-id": "99812c9d-02b8-4788-a005-29a2a6307013", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "92fca59f-19d7-4c99-968a-6128b4bf3bc5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150351Z:7be2cb26-c322-4a5c-a179-ea64e9c1ade2", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152035Z:99812c9d-02b8-4788-a005-29a2a6307013", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", - "name": "a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970", + "name": "880428a3-b4c7-4707-bded-e913f5db5970", "status": "Creating", - "startTime": "2022-03-01T15:01:50.2990133Z", + "startTime": "2022-05-23T15:18:33.9460523Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:04:21 GMT", + "Date": "Mon, 23 May 2022 15:21:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0d44c0e-d276-4672-aaba-66f903417400", + "x-ms-correlation-request-id": "23f2e15b-32d9-4485-ac71-21a6f21329ae", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ff033977-3a74-4eb9-883e-29e32baa8110", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150421Z:e0d44c0e-d276-4672-aaba-66f903417400", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152106Z:23f2e15b-32d9-4485-ac71-21a6f21329ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", - "name": "a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970", + "name": "880428a3-b4c7-4707-bded-e913f5db5970", "status": "Creating", - "startTime": "2022-03-01T15:01:50.2990133Z", + "startTime": "2022-05-23T15:18:33.9460523Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:04:51 GMT", + "Date": "Mon, 23 May 2022 15:21:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b2f42f0-50b5-4381-b3ed-2b5be36fc7d0", + "x-ms-correlation-request-id": "5ca67db3-8726-4bfe-a20b-cbfc048b4bb4", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "d93cacd9-e10c-4fbe-8a8c-31af28f5bb93", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150452Z:2b2f42f0-50b5-4381-b3ed-2b5be36fc7d0", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152136Z:5ca67db3-8726-4bfe-a20b-cbfc048b4bb4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", - "name": "a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970", + "name": "880428a3-b4c7-4707-bded-e913f5db5970", "status": "Creating", - "startTime": "2022-03-01T15:01:50.2990133Z", + "startTime": "2022-05-23T15:18:33.9460523Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:05:21 GMT", + "Date": "Mon, 23 May 2022 15:22:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c78d2e20-47e9-4389-9573-bd1ab6e1295e", + "x-ms-correlation-request-id": "1465523a-e541-4c3c-8b03-14bd1a69a165", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "d7242e60-1e72-4f7a-b80a-e34b67c3341f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150522Z:c78d2e20-47e9-4389-9573-bd1ab6e1295e", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152206Z:1465523a-e541-4c3c-8b03-14bd1a69a165", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", - "name": "a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970", + "name": "880428a3-b4c7-4707-bded-e913f5db5970", "status": "Creating", - "startTime": "2022-03-01T15:01:50.2990133Z", + "startTime": "2022-05-23T15:18:33.9460523Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:05:52 GMT", + "Date": "Mon, 23 May 2022 15:22:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,61 +946,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95573312-7971-4d29-bdec-1b842f3aa9d1", + "x-ms-correlation-request-id": "fdd8476f-d8ae-48dd-865a-aa673057780d", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "6277fe36-fc6e-41de-b65a-c0862d7db6e7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150553Z:95573312-7971-4d29-bdec-1b842f3aa9d1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", - "name": "a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", - "status": "Creating", - "startTime": "2022-03-01T15:01:50.2990133Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:06:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73b62009-fcb2-4464-93d6-29e0f3a2d461", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "d856f03a-d2e6-447d-981e-8ffb6c86f561", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150623Z:73b62009-fcb2-4464-93d6-29e0f3a2d461", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152236Z:fdd8476f-d8ae-48dd-865a-aa673057780d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", - "name": "a5d2aa2f-e16b-4f6a-a265-4ffbf6095c9f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/880428a3-b4c7-4707-bded-e913f5db5970", + "name": "880428a3-b4c7-4707-bded-e913f5db5970", "status": "Succeeded", - "startTime": "2022-03-01T15:01:50.2990133Z", - "endTime": "2022-03-01T15:06:15.5848883Z", + "startTime": "2022-05-23T15:18:33.9460523Z", + "endTime": "2022-05-23T15:22:36.1158214Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84dd6f86-9970-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +978,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:06:23 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A06%3A15.5765515Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:22:37 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A22%3A36.1103618Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +987,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6db948c8-f9c7-40b8-bc92-dd884b4c3184", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "6f83691f-d42a-4c68-8872-ea94548dd6fc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150623Z:6db948c8-f9c7-40b8-bc92-dd884b4c3184", + "x-ms-correlation-request-id": "c29f1c08-bc4d-4239-9eef-bd95075a3442", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152237Z:c29f1c08-bc4d-4239-9eef-bd95075a3442", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A06%3A15.5765515Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A22%3A36.1103618Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:01:48.9045343Z" + "CreatedOnDate": "2022-05-23T15:18:30.3543599Z" }, "properties": { - "fileSystemId": "8290ac40-e852-017f-c872-e512327a0607", + "fileSystemId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1030,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_85449c82", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_f1828831", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1045,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8290ac40-e852-017f-c872-e512327a0607", - "fileSystemId": "8290ac40-e852-017f-c872-e512327a0607", + "mountTargetId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", + "fileSystemId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,20 +1059,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:18:31.5736089Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:18:31.5736089Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "28ad34f2-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1127,8 +1087,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:06:23 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A06%3A15.5765515Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:22:37 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A22%3A36.1103618Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1136,23 +1096,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f0fc916-5d94-453d-943a-c909053b8d19", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "62cf942c-0ba1-48b7-a5ce-75de8e28c408", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150623Z:5f0fc916-5d94-453d-943a-c909053b8d19", + "x-ms-correlation-request-id": "dfa822bc-b52c-4316-a1c0-b0b24d05d55d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152238Z:dfa822bc-b52c-4316-a1c0-b0b24d05d55d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A06%3A15.5765515Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A22%3A36.1103618Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:01:48.9045343Z" + "CreatedOnDate": "2022-05-23T15:18:30.3543599Z" }, "properties": { - "fileSystemId": "8290ac40-e852-017f-c872-e512327a0607", + "fileSystemId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1180,10 +1139,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_85449c82", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_f1828831", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1195,12 +1154,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8290ac40-e852-017f-c872-e512327a0607", - "fileSystemId": "8290ac40-e852-017f-c872-e512327a0607", + "mountTargetId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", + "fileSystemId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1209,43 +1168,49 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:18:31.5736089Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:18:31.5736089Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "28d0e762-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5777c8e4-5fa6-4573-85df-9cc9d849305a?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8f2ef376-7ca4-4470-828c-f78864914d9d?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "481", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:06:23 GMT", + "Date": "Mon, 23 May 2022 15:22:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5777c8e4-5fa6-4573-85df-9cc9d849305a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8f2ef376-7ca4-4470-828c-f78864914d9d?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f6521f4-55ae-4385-b988-3c82dc9c74ed", + "x-ms-correlation-request-id": "04a97da4-4ee2-41a9-9391-41965c40aee5", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "e99390be-247c-437e-9628-e44cdad96891", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150624Z:0f6521f4-55ae-4385-b988-3c82dc9c74ed", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152238Z:04a97da4-4ee2-41a9-9391-41965c40aee5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1259,15 +1224,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5777c8e4-5fa6-4573-85df-9cc9d849305a?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8f2ef376-7ca4-4470-828c-f78864914d9d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "28d0e762-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1275,7 +1238,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:06:53 GMT", + "Date": "Mon, 23 May 2022 15:23:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1283,18 +1246,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45a4edc3-7b4e-4c7b-b27b-bffc2c654f5e", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "e6252761-2523-4075-a39a-9d0b3663307f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150654Z:45a4edc3-7b4e-4c7b-b27b-bffc2c654f5e", + "x-ms-correlation-request-id": "af4c1be2-fb6f-4c09-8aff-cfae381f0b70", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152308Z:af4c1be2-fb6f-4c09-8aff-cfae381f0b70", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5777c8e4-5fa6-4573-85df-9cc9d849305a", - "name": "5777c8e4-5fa6-4573-85df-9cc9d849305a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8f2ef376-7ca4-4470-828c-f78864914d9d", + "name": "8f2ef376-7ca4-4470-828c-f78864914d9d", "status": "Succeeded", - "startTime": "2022-03-01T15:06:23.9530555Z", - "endTime": "2022-03-01T15:06:30.2004127Z", + "startTime": "2022-05-23T15:22:38.3682643Z", + "endTime": "2022-05-23T15:22:54.0454668Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1" @@ -1302,57 +1264,52 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5777c8e4-5fa6-4573-85df-9cc9d849305a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8f2ef376-7ca4-4470-828c-f78864914d9d?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "28d0e762-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "596", + "Content-Length": "617", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:06:53 GMT", + "Date": "Mon, 23 May 2022 15:23:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3eeb0c5-e5cf-4059-b02b-ee7e657d4870", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "69712880-d163-4f01-bbf1-171cb7fc23bb", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150654Z:f3eeb0c5-e5cf-4059-b02b-ee7e657d4870", + "x-ms-correlation-request-id": "affd8940-4260-4983-9004-4ef6cb7a765d", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152308Z:affd8940-4260-4983-9004-4ef6cb7a765d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "3/1/2022 3:06:30 PM", + "etag": "5/23/2022 3:22:54 PM", "location": "southcentralusstage", "properties": { "provisioningState": "Succeeded", - "snapshotId": "20e641f7-8c68-c204-7b32-e33a2a6e83b5", - "created": "2022-03-01T15:06:25Z" + "snapshotId": "de66bd6b-51ac-bd8c-954a-87da47ce0fcb", + "created": "2022-05-23T15:22:40Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3b2519c4-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1360,8 +1317,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:06:53 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T15%3A06%3A15.5765515Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:23:08 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A22%3A36.1103618Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1369,23 +1326,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c994dfa6-0418-4c1e-b870-14910ad7d12b", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "775b2c64-1ba7-4511-b2ed-8f182fff7f5b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150654Z:c994dfa6-0418-4c1e-b870-14910ad7d12b", + "x-ms-correlation-request-id": "02022027-4e9f-407f-ab0c-1f87dc3687de", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152309Z:02022027-4e9f-407f-ab0c-1f87dc3687de", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A06%3A15.5765515Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A22%3A36.1103618Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:01:48.9045343Z" + "CreatedOnDate": "2022-05-23T15:18:30.3543599Z" }, "properties": { - "fileSystemId": "8290ac40-e852-017f-c872-e512327a0607", + "fileSystemId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1413,10 +1369,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_85449c82", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_f1828831", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1428,12 +1384,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "8290ac40-e852-017f-c872-e512327a0607", - "fileSystemId": "8290ac40-e852-017f-c872-e512327a0607", + "mountTargetId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", + "fileSystemId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1442,43 +1398,49 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:18:31.5736089Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:18:31.5736089Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3b4a12ba-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d696ceeb-edef-4a0e-9537-244f29e48b96?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c84a6fbd-5fa8-4e39-8c1d-9aa115d360ad?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "481", + "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:06:55 GMT", + "Date": "Mon, 23 May 2022 15:23:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d696ceeb-edef-4a0e-9537-244f29e48b96?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c84a6fbd-5fa8-4e39-8c1d-9aa115d360ad?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87acf5f4-e424-49fd-bb74-7c7a2706d23c", + "x-ms-correlation-request-id": "7098f6bf-c826-49c5-948e-9ea38a01ad7b", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "d7d54c38-169f-47a6-a345-da1279538151", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150655Z:87acf5f4-e424-49fd-bb74-7c7a2706d23c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152309Z:7098f6bf-c826-49c5-948e-9ea38a01ad7b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1492,15 +1454,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d696ceeb-edef-4a0e-9537-244f29e48b96?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c84a6fbd-5fa8-4e39-8c1d-9aa115d360ad?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3b4a12ba-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1508,7 +1468,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:07:24 GMT", + "Date": "Mon, 23 May 2022 15:23:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1516,18 +1476,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b093941-1b4b-48e4-8532-4acc48b526b6", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "790a2441-db1d-4b25-be53-012dee51ec77", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150725Z:9b093941-1b4b-48e4-8532-4acc48b526b6", + "x-ms-correlation-request-id": "cc0107b9-aef6-4385-83d1-dbaf86e0dc12", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152339Z:cc0107b9-aef6-4385-83d1-dbaf86e0dc12", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d696ceeb-edef-4a0e-9537-244f29e48b96", - "name": "d696ceeb-edef-4a0e-9537-244f29e48b96", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c84a6fbd-5fa8-4e39-8c1d-9aa115d360ad", + "name": "c84a6fbd-5fa8-4e39-8c1d-9aa115d360ad", "status": "Succeeded", - "startTime": "2022-03-01T15:06:54.9656044Z", - "endTime": "2022-03-01T15:06:57.2660399Z", + "startTime": "2022-05-23T15:23:09.6733319Z", + "endTime": "2022-05-23T15:23:28.0242855Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2" @@ -1535,57 +1494,52 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d696ceeb-edef-4a0e-9537-244f29e48b96?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c84a6fbd-5fa8-4e39-8c1d-9aa115d360ad?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3b4a12ba-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "596", + "Content-Length": "617", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:07:24 GMT", + "Date": "Mon, 23 May 2022 15:23:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca825d81-e0a3-4aad-8f2c-5c5883df9979", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "cb8fb842-debb-4721-96e9-052b87c4d101", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150725Z:ca825d81-e0a3-4aad-8f2c-5c5883df9979", + "x-ms-correlation-request-id": "13c8fca7-40cd-4fd7-8c45-72997b796f09", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152340Z:13c8fca7-40cd-4fd7-8c45-72997b796f09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots", - "etag": "3/1/2022 3:06:57 PM", + "etag": "5/23/2022 3:23:28 PM", "location": "southcentralusstage", "properties": { "provisioningState": "Succeeded", - "snapshotId": "272cdb54-2b61-9e9b-08ae-a350505f62e5", - "created": "2022-03-01T15:06:55Z" + "snapshotId": "5593f765-1096-2f2d-48ba-8a12ec636566", + "created": "2022-05-23T15:23:11Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4d9c6a3a-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1593,7 +1547,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:07:24 GMT", + "Date": "Mon, 23 May 2022 15:23:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1601,10 +1555,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03ac6cfd-3bc8-49fe-aa46-eeccd76ef41e", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "95a85519-db00-4fd0-aaa0-f64a01619a65", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150725Z:03ac6cfd-3bc8-49fe-aa46-eeccd76ef41e", + "x-ms-correlation-request-id": "6f0d5088-bb53-449c-bb14-e462c788a14b", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152341Z:6f0d5088-bb53-449c-bb14-e462c788a14b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1616,8 +1569,8 @@ "location": "southcentralusstage", "properties": { "provisioningState": "Succeeded", - "snapshotId": "20e641f7-8c68-c204-7b32-e33a2a6e83b5", - "created": "2022-03-01T15:06:25Z" + "snapshotId": "de66bd6b-51ac-bd8c-954a-87da47ce0fcb", + "created": "2022-05-23T15:22:40Z" } }, { @@ -1627,56 +1580,51 @@ "location": "southcentralusstage", "properties": { "provisioningState": "Succeeded", - "snapshotId": "272cdb54-2b61-9e9b-08ae-a350505f62e5", - "created": "2022-03-01T15:06:55Z" + "snapshotId": "5593f765-1096-2f2d-48ba-8a12ec636566", + "created": "2022-05-23T15:23:11Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4dca0d28-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/03fcb7c9-dd9d-4803-b004-511a40c0b207?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bddd2df-31da-4118-a465-3e8c69197cad?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 15:07:25 GMT", + "Date": "Mon, 23 May 2022 15:23:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/03fcb7c9-dd9d-4803-b004-511a40c0b207?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bddd2df-31da-4118-a465-3e8c69197cad?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e41fa83-fbed-4773-be57-9b8eecb9f763", + "x-ms-correlation-request-id": "b9a7c018-e9aa-4036-b479-e69e3b91a3eb", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "e8b8b912-e8ef-4dad-8e31-1cc323222bb2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150726Z:3e41fa83-fbed-4773-be57-9b8eecb9f763", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152342Z:b9a7c018-e9aa-4036-b479-e69e3b91a3eb", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/03fcb7c9-dd9d-4803-b004-511a40c0b207?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bddd2df-31da-4118-a465-3e8c69197cad?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4dca0d28-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1684,7 +1632,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:07:55 GMT", + "Date": "Mon, 23 May 2022 15:24:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1692,18 +1640,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1cf4fd6-83fb-4560-8caa-c326705be256", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "2a010542-5558-447c-b806-0b6ffec3aa2a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150756Z:c1cf4fd6-83fb-4560-8caa-c326705be256", + "x-ms-correlation-request-id": "502a5607-967e-436b-9b05-6f767d422b4f", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152412Z:502a5607-967e-436b-9b05-6f767d422b4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/03fcb7c9-dd9d-4803-b004-511a40c0b207", - "name": "03fcb7c9-dd9d-4803-b004-511a40c0b207", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bddd2df-31da-4118-a465-3e8c69197cad", + "name": "8bddd2df-31da-4118-a465-3e8c69197cad", "status": "Succeeded", - "startTime": "2022-03-01T15:07:26.0366299Z", - "endTime": "2022-03-01T15:07:34.4576144Z", + "startTime": "2022-05-23T15:23:42.1555623Z", + "endTime": "2022-05-23T15:23:51.7927359Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1" @@ -1711,15 +1658,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/03fcb7c9-dd9d-4803-b004-511a40c0b207?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8bddd2df-31da-4118-a465-3e8c69197cad?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4dca0d28-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1727,7 +1672,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:07:56 GMT", + "Date": "Mon, 23 May 2022 15:24:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1735,10 +1680,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6687a8d1-7f72-4d1f-be24-3743e815de61", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "a901c576-e036-4ca5-8fcd-579e79ab243d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150756Z:6687a8d1-7f72-4d1f-be24-3743e815de61", + "x-ms-correlation-request-id": "044051c1-2c02-4697-817a-b6cd580b865c", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152412Z:044051c1-2c02-4697-817a-b6cd580b865c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1749,32 +1693,29 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6c091df6-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "308", + "Content-Length": "311", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:08:15 GMT", + "Date": "Mon, 23 May 2022 15:24:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97cb1553-135a-4185-99ba-39856ac12b89", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "a4146411-2459-4b09-bdc6-8d27e3d32952", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150816Z:97cb1553-135a-4185-99ba-39856ac12b89", + "x-ms-correlation-request-id": "4b2e95ea-35f1-4b25-a7fe-b0168ab9c59a", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152434Z:4b2e95ea-35f1-4b25-a7fe-b0168ab9c59a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1785,48 +1726,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6c3a1a82-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96163159-a7d8-4dbf-b2a5-3b151874a03a?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cfab397d-9cf9-4bb5-a422-0b4b5d8274d6?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 15:08:16 GMT", + "Date": "Mon, 23 May 2022 15:24:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96163159-a7d8-4dbf-b2a5-3b151874a03a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cfab397d-9cf9-4bb5-a422-0b4b5d8274d6?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ea31309-a7e0-4c3c-97ea-965930be9088", + "x-ms-correlation-request-id": "51e95706-b084-463a-b430-9bfa0e669832", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "c53f8102-7706-4ec0-b60c-ca7cdae34aae", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150817Z:3ea31309-a7e0-4c3c-97ea-965930be9088", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152435Z:51e95706-b084-463a-b430-9bfa0e669832", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96163159-a7d8-4dbf-b2a5-3b151874a03a?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cfab397d-9cf9-4bb5-a422-0b4b5d8274d6?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6c3a1a82-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1834,7 +1770,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:08:46 GMT", + "Date": "Mon, 23 May 2022 15:25:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1842,18 +1778,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d8a550e-a501-40f7-86b0-2ced6c37fdb7", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "c2e2b21b-a95a-401a-8727-2d7f16d83786", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150847Z:7d8a550e-a501-40f7-86b0-2ced6c37fdb7", + "x-ms-correlation-request-id": "c148d4fc-020e-4365-88a4-1fff486dd08e", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152505Z:c148d4fc-020e-4365-88a4-1fff486dd08e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96163159-a7d8-4dbf-b2a5-3b151874a03a", - "name": "96163159-a7d8-4dbf-b2a5-3b151874a03a", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cfab397d-9cf9-4bb5-a422-0b4b5d8274d6", + "name": "cfab397d-9cf9-4bb5-a422-0b4b5d8274d6", "status": "Succeeded", - "startTime": "2022-03-01T15:08:17.1281264Z", - "endTime": "2022-03-01T15:08:19.5355103Z", + "startTime": "2022-05-23T15:24:34.9577486Z", + "endTime": "2022-05-23T15:24:48.66157Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2" @@ -1861,15 +1796,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/96163159-a7d8-4dbf-b2a5-3b151874a03a?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cfab397d-9cf9-4bb5-a422-0b4b5d8274d6?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6c3a1a82-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1877,7 +1810,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:08:46 GMT", + "Date": "Mon, 23 May 2022 15:25:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1885,10 +1818,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27085600-6158-46d5-8663-8a7ffb72f577", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "753afc4d-edac-4b7a-bb9e-f0a28f68c3d2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150847Z:27085600-6158-46d5-8663-8a7ffb72f577", + "x-ms-correlation-request-id": "94f7b163-9213-4e11-8f83-24ddae48e584", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152505Z:94f7b163-9213-4e11-8f83-24ddae48e584", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1899,32 +1831,29 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8a8a920a-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "308", + "Content-Length": "311", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:09:07 GMT", + "Date": "Mon, 23 May 2022 15:25:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36b39286-9473-41d8-859d-79a40dd9fbe6", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "b2460d8e-840d-4bd7-8543-bb5de0d342fc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150908Z:36b39286-9473-41d8-859d-79a40dd9fbe6", + "x-ms-correlation-request-id": "563c4d67-b232-4087-a772-468f622c08d2", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152526Z:563c4d67-b232-4087-a772-468f622c08d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1935,48 +1864,83 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8ab930f6-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8e58cad-0db1-43cc-b090-fd3b7dfdf043?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 15:09:08 GMT", + "Date": "Mon, 23 May 2022 15:25:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8e58cad-0db1-43cc-b090-fd3b7dfdf043?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0d305c3-6f9d-4d4f-8871-871d84791d35", + "x-ms-correlation-request-id": "5c002090-02aa-475b-bb14-c75ddd950868", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "e0d305c3-6f9d-4d4f-8871-871d84791d35", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150908Z:e0d305c3-6f9d-4d4f-8871-871d84791d35", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152527Z:5c002090-02aa-475b-bb14-c75ddd950868", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8e58cad-0db1-43cc-b090-fd3b7dfdf043?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 23 May 2022 15:25:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b380d079-73a9-4454-9610-df5ab9dd7eb0", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152557Z:b380d079-73a9-4454-9610-df5ab9dd7eb0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d", + "name": "3c60fa45-42ee-42af-97c1-1b5ff32d956d", + "status": "Deleting", + "startTime": "2022-05-23T15:25:27.1239844Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8ab930f6-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1984,7 +1948,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:09:37 GMT", + "Date": "Mon, 23 May 2022 15:26:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1992,17 +1956,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1cde28d3-2280-4e7e-b481-415388d2d691", + "x-ms-correlation-request-id": "7fdb8a11-ac20-43c4-ae86-918631ee3984", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "e6ddf8ee-9245-4d6a-bc4a-b38d3d266507", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T150938Z:1cde28d3-2280-4e7e-b481-415388d2d691", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152627Z:7fdb8a11-ac20-43c4-ae86-918631ee3984", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8e58cad-0db1-43cc-b090-fd3b7dfdf043", - "name": "e8e58cad-0db1-43cc-b090-fd3b7dfdf043", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d", + "name": "3c60fa45-42ee-42af-97c1-1b5ff32d956d", "status": "Deleting", - "startTime": "2022-03-01T15:09:08.5006229Z", + "startTime": "2022-05-23T15:25:27.1239844Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2011,15 +1974,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8e58cad-0db1-43cc-b090-fd3b7dfdf043?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8ab930f6-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2027,7 +1988,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:10:08 GMT", + "Date": "Mon, 23 May 2022 15:26:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2035,17 +1996,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2bcd32e-0fc7-46d0-9795-c1aca44b0fbf", + "x-ms-correlation-request-id": "e8d49741-db4f-488e-907b-a700a08a2006", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "2bf54dbb-cdc2-4ee7-8037-41b8cf78ee2b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151008Z:c2bcd32e-0fc7-46d0-9795-c1aca44b0fbf", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152657Z:e8d49741-db4f-488e-907b-a700a08a2006", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8e58cad-0db1-43cc-b090-fd3b7dfdf043", - "name": "e8e58cad-0db1-43cc-b090-fd3b7dfdf043", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d", + "name": "3c60fa45-42ee-42af-97c1-1b5ff32d956d", "status": "Deleting", - "startTime": "2022-03-01T15:09:08.5006229Z", + "startTime": "2022-05-23T15:25:27.1239844Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -2054,15 +2014,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8e58cad-0db1-43cc-b090-fd3b7dfdf043?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8ab930f6-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2070,7 +2028,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:10:38 GMT", + "Date": "Mon, 23 May 2022 15:27:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2078,18 +2036,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23dc7359-9b22-4e1d-a3b9-3901ad6b7c15", + "x-ms-correlation-request-id": "1dde286b-0a52-44aa-84ad-b2c10de3f937", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "f915a06e-0f5e-4f87-bbeb-38aacf81ccf5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151039Z:23dc7359-9b22-4e1d-a3b9-3901ad6b7c15", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152728Z:1dde286b-0a52-44aa-84ad-b2c10de3f937", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8e58cad-0db1-43cc-b090-fd3b7dfdf043", - "name": "e8e58cad-0db1-43cc-b090-fd3b7dfdf043", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d", + "name": "3c60fa45-42ee-42af-97c1-1b5ff32d956d", "status": "Succeeded", - "startTime": "2022-03-01T15:09:08.5006229Z", - "endTime": "2022-03-01T15:10:11.6169736Z", + "startTime": "2022-05-23T15:25:27.1239844Z", + "endTime": "2022-05-23T15:26:59.4297128Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -2097,15 +2054,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8e58cad-0db1-43cc-b090-fd3b7dfdf043?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c60fa45-42ee-42af-97c1-1b5ff32d956d?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8ab930f6-9971-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2113,7 +2068,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:10:39 GMT", + "Date": "Mon, 23 May 2022 15:27:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2121,26 +2076,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d794139-da0a-4e5b-80b0-8f95e128417c", + "x-ms-correlation-request-id": "93cc52e5-24c3-441d-9608-b703b7b4cd35", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "72fd71e9-4b52-4353-b666-0630c827eda3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151040Z:7d794139-da0a-4e5b-80b0-8f95e128417c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T152728Z:93cc52e5-24c3-441d-9608-b703b7b4cd35", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A09%3A08.4883369Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A26%3A50.1345487Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:01:48.9045343Z" + "CreatedOnDate": "2022-05-23T15:18:30.3543599Z" }, "properties": { - "fileSystemId": "8290ac40-e852-017f-c872-e512327a0607", + "fileSystemId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -2168,19 +2122,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_85449c82", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_f1828831", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "c6b3075d-281f-92d4-ab24-5c6fbbfc3a7f", + "poolId": "53cb36ec-fd37-b7a4-fd5b-72a3ce489051", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "8290ac40-e852-017f-c872-e512327a0607", - "fileSystemId": "8290ac40-e852-017f-c872-e512327a0607", + "mountTargetId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", + "fileSystemId": "4226bef8-e4f7-fe61-1cea-3e079b3ae20e", "startIp": "", "endIp": "", "gateway": "", @@ -2189,7 +2143,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -2204,36 +2158,44 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:18:31.5736089Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:18:31.5736089Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "38db34d6-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:14:02 GMT", + "Date": "Mon, 23 May 2022 15:30:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62be625d-8cb2-4323-978d-c6ce23bd3d39", + "x-ms-correlation-request-id": "481ec6c8-142b-4691-9245-c82364c024f5", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "62be625d-8cb2-4323-978d-c6ce23bd3d39", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151402Z:62be625d-8cb2-4323-978d-c6ce23bd3d39" + "x-ms-routing-request-id": "WESTEUROPE:20220523T153050Z:481ec6c8-142b-4691-9245-c82364c024f5" }, "ResponseBody": { "error": { @@ -2243,48 +2205,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "406d1106-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1f1010ec-d6e9-45c6-af8a-c3c586369da8?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b14c3b67-47fd-471d-9364-d5084b3732de?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 15:14:14 GMT", + "Date": "Mon, 23 May 2022 15:31:02 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1f1010ec-d6e9-45c6-af8a-c3c586369da8?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b14c3b67-47fd-471d-9364-d5084b3732de?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f308491-f5ce-4675-a4ea-9eb8132a2507", + "x-ms-correlation-request-id": "3bd379d7-e67b-46dc-995a-8b0daedb3039", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "0f308491-f5ce-4675-a4ea-9eb8132a2507", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151415Z:0f308491-f5ce-4675-a4ea-9eb8132a2507", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153102Z:3bd379d7-e67b-46dc-995a-8b0daedb3039", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1f1010ec-d6e9-45c6-af8a-c3c586369da8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b14c3b67-47fd-471d-9364-d5084b3732de?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "406d1106-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2292,7 +2249,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:14:44 GMT", + "Date": "Mon, 23 May 2022 15:31:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2300,18 +2257,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c98f779-2832-4357-a4de-583ccaf6528e", + "x-ms-correlation-request-id": "9a614364-4c06-4a98-b675-a09652edb73e", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "95cc5382-3cb8-4595-a2bc-1e48764de2dd", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151445Z:2c98f779-2832-4357-a4de-583ccaf6528e", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153133Z:9a614364-4c06-4a98-b675-a09652edb73e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1f1010ec-d6e9-45c6-af8a-c3c586369da8", - "name": "1f1010ec-d6e9-45c6-af8a-c3c586369da8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b14c3b67-47fd-471d-9364-d5084b3732de", + "name": "b14c3b67-47fd-471d-9364-d5084b3732de", "status": "Succeeded", - "startTime": "2022-03-01T15:14:15.1653596Z", - "endTime": "2022-03-01T15:14:15.6707135Z", + "startTime": "2022-05-23T15:31:02.5861708Z", + "endTime": "2022-05-23T15:31:07.2771056Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -2319,15 +2275,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1f1010ec-d6e9-45c6-af8a-c3c586369da8?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b14c3b67-47fd-471d-9364-d5084b3732de?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "406d1106-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2335,7 +2289,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:14:45 GMT", + "Date": "Mon, 23 May 2022 15:31:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2343,172 +2297,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21431b7e-a8c5-4fc7-a720-92db855e1568", + "x-ms-correlation-request-id": "c2449058-3484-417b-b2bf-7a1d02713e7e", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "1273dac1-cd18-4272-9ecb-c76e97968c47", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151445Z:21431b7e-a8c5-4fc7-a720-92db855e1568", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153133Z:c2449058-3484-417b-b2bf-7a1d02713e7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A14%3A15.1470688Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A31%3A02.5856648Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:01:15.4483750Z" + "CreatedOnDate": "2022-05-23T15:17:56.7803573Z" }, "properties": { - "poolId": "c6b3075d-281f-92d4-ab24-5c6fbbfc3a7f", + "poolId": "53cb36ec-fd37-b7a4-fd5b-72a3ce489051", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:17:57.9042525Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:17:57.9042525Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "59f0e620-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 15:14:55 GMT", + "Date": "Mon, 23 May 2022 15:31:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6d01141-4ff0-4f51-9b82-79ae4946aa4e", + "x-ms-correlation-request-id": "8b9dc978-e2d3-4aed-b3ff-1562425eae15", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "b6d01141-4ff0-4f51-9b82-79ae4946aa4e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151455Z:b6d01141-4ff0-4f51-9b82-79ae4946aa4e" + "x-ms-routing-request-id": "WESTEUROPE:20220523T153143Z:8b9dc978-e2d3-4aed-b3ff-1562425eae15" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6008f6ba-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 15:15:05 GMT", + "Date": "Mon, 23 May 2022 15:31:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "640f8194-8239-4d10-98f3-f0015ba80d0b", + "x-ms-correlation-request-id": "f286d0ae-64c8-4bfb-80d3-9a52e5a3e7f9", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "640f8194-8239-4d10-98f3-f0015ba80d0b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151506Z:640f8194-8239-4d10-98f3-f0015ba80d0b" + "x-ms-routing-request-id": "WESTEUROPE:20220523T153154Z:f286d0ae-64c8-4bfb-80d3-9a52e5a3e7f9" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "662e5c6a-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 15:15:16 GMT", + "Date": "Mon, 23 May 2022 15:32:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bee098db-ed79-4586-900a-fa1bc4fa0484", + "x-ms-correlation-request-id": "19b41561-6ac0-48d8-8aba-b70d9e2f51ed", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "bee098db-ed79-4586-900a-fa1bc4fa0484", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151516Z:bee098db-ed79-4586-900a-fa1bc4fa0484" + "x-ms-routing-request-id": "WESTEUROPE:20220523T153204Z:19b41561-6ac0-48d8-8aba-b70d9e2f51ed" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6c44b16c-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 15:15:26 GMT", + "Date": "Mon, 23 May 2022 15:32:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ff7193a-5363-4384-b8de-7422a01efa90", + "x-ms-correlation-request-id": "a8e78614-a0ed-4e3a-a1ef-09f161e32e85", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "6ff7193a-5363-4384-b8de-7422a01efa90", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151526Z:6ff7193a-5363-4384-b8de-7422a01efa90" + "x-ms-routing-request-id": "WESTEUROPE:20220523T153214Z:a8e78614-a0ed-4e3a-a1ef-09f161e32e85" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "725b043e-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:15:36 GMT", + "Date": "Mon, 23 May 2022 15:32:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e26b7290-0712-408a-8442-d7a1a99b643b", + "x-ms-correlation-request-id": "7a0d6eaf-5284-4273-b097-8515b7309f7f", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "e26b7290-0712-408a-8442-d7a1a99b643b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151536Z:e26b7290-0712-408a-8442-d7a1a99b643b" + "x-ms-routing-request-id": "WESTEUROPE:20220523T153224Z:7a0d6eaf-5284-4273-b097-8515b7309f7f" }, "ResponseBody": { "error": { @@ -2518,48 +2465,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "727f2c2e-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c809af5e-4457-4be1-90e1-13707b28e892?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a799a274-fd7b-4453-b4f7-91ab7282ab95?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 15:15:37 GMT", + "Date": "Mon, 23 May 2022 15:32:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c809af5e-4457-4be1-90e1-13707b28e892?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a799a274-fd7b-4453-b4f7-91ab7282ab95?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af894972-1954-4390-a737-d5351a8698fd", + "x-ms-correlation-request-id": "7a988bf1-1c13-4924-ae62-2b0989ffe724", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "af894972-1954-4390-a737-d5351a8698fd", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151537Z:af894972-1954-4390-a737-d5351a8698fd", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153225Z:7a988bf1-1c13-4924-ae62-2b0989ffe724", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c809af5e-4457-4be1-90e1-13707b28e892?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a799a274-fd7b-4453-b4f7-91ab7282ab95?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "727f2c2e-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2567,7 +2509,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:16:07 GMT", + "Date": "Mon, 23 May 2022 15:32:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2575,18 +2517,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08085304-f1f0-4fe4-884f-4dba57995346", + "x-ms-correlation-request-id": "2e75da3e-df80-4a1b-9f68-3d36fd12f047", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "d07a8782-8ae6-45b6-8ce1-118c4fd99b83", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151608Z:08085304-f1f0-4fe4-884f-4dba57995346", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153256Z:2e75da3e-df80-4a1b-9f68-3d36fd12f047", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c809af5e-4457-4be1-90e1-13707b28e892", - "name": "c809af5e-4457-4be1-90e1-13707b28e892", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a799a274-fd7b-4453-b4f7-91ab7282ab95", + "name": "a799a274-fd7b-4453-b4f7-91ab7282ab95", "status": "Succeeded", - "startTime": "2022-03-01T15:15:37.6873145Z", - "endTime": "2022-03-01T15:15:37.759769Z", + "startTime": "2022-05-23T15:32:25.7591336Z", + "endTime": "2022-05-23T15:32:25.7903611Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -2594,15 +2535,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c809af5e-4457-4be1-90e1-13707b28e892?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a799a274-fd7b-4453-b4f7-91ab7282ab95?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "727f2c2e-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2610,7 +2549,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:16:08 GMT", + "Date": "Mon, 23 May 2022 15:32:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2618,55 +2557,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33c574f9-37aa-467e-92df-a66b02b09d07", + "x-ms-correlation-request-id": "2342a28a-6227-4869-8db9-b4df9d05ffc3", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7bf554f9-fb55-4282-9b3b-844b9d0073e7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151608Z:33c574f9-37aa-467e-92df-a66b02b09d07", + "x-ms-routing-request-id": "WESTEUROPE:20220523T153256Z:2342a28a-6227-4869-8db9-b4df9d05ffc3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T15%3A15%3A37.674163Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A32%3A25.7667634Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T15:00:39.8050863Z" + "CreatedOnDate": "2022-05-23T15:17:19.8230075Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T15:17:23.9646404Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T15:17:23.9646404Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "865e6bf6-9972-11ec-aaba-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 15:16:10 GMT", + "Date": "Mon, 23 May 2022 15:32:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "764da00e-f68d-4df8-bd86-fc41e371fcb9", + "x-ms-correlation-request-id": "e653f2d3-671c-4695-9d27-c64a356a40aa", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "764da00e-f68d-4df8-bd86-fc41e371fcb9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T151610Z:764da00e-f68d-4df8-bd86-fc41e371fcb9" + "x-ms-routing-request-id": "WESTEUROPE:20220523T153258Z:e653f2d3-671c-4695-9d27-c64a356a40aa" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_assign_snapshot_policy_to_volume.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_assign_snapshot_policy_to_volume.json index 89f147f83839..440111a2dfb3 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_assign_snapshot_policy_to_volume.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_assign_snapshot_policy_to_volume.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:19:20 GMT", + "Date": "Mon, 23 May 2022 16:11:11 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Avgfd-XfiU5HlqUV9CUAJMk; expires=Thu, 31-Mar-2022 14:19:20 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrKr36wKkXKz55uMdOIj_zU25eTtrGOpZ-fOHXyCnt28YeLYoiRGnHZNc5qxlKIzU5889p0ZKN3nUhfk1hqPzAlzwrbtfBcAdB8PK9GMESX4SEPjSAlyutFiqT6-1KLHfLlEJ-5rpcW9nJ47dWzIIwvOommIwN4YuhgBAVUiOcxDwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - WEULR2 ProdSlices", - "x-ms-request-id": "ee731dbe-52c7-4a36-970e-960c05262300" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=Avgfd-XfiU5HlqUV9CUAJMk; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:19:20 GMT", + "Date": "Mon, 23 May 2022 16:11:11 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Avgfd-XfiU5HlqUV9CUAJMk; expires=Thu, 31-Mar-2022 14:19:20 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "8df29ccf-2b80-412f-8879-850d182c6400" + "x-ms-ests-server": "2.1.12794.4 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "691417a3-774b-4318-9456-c710cd3f9a98", + "client-request-id": "91ef269d-261f-4983-9567-663dda452103", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=Avgfd-XfiU5HlqUV9CUAJMk; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "691417a3-774b-4318-9456-c710cd3f9a98", - "Content-Length": "1412", + "client-request-id": "91ef269d-261f-4983-9567-663dda452103", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:19:20 GMT", + "Date": "Mon, 23 May 2022 16:11:11 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=Avgfd-XfiU5HlqUV9CUAJMn7QncyAQAAAGgisNkOAAAA; expires=Thu, 31-Mar-2022 14:19:21 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12529.16 - NEULR2 ProdSlices", - "x-ms-request-id": "367510f6-ef01-4941-81db-a7f8eb4d0a00" + "x-ms-ests-server": "2.1.12794.4 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "95f3ba24-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9a0b7b8-2217-47ae-a41f-0185dbd1bee1?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ee6089d6-d22e-472f-be16-64268d070249?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:19:28 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A19%3A28.1932874Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:11:21 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A11%3A20.8051312Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2808a1f-1673-4551-a4bc-8d69857d796b", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "e480e94f-d6ea-4a02-ab81-2b744a8ae87d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T141929Z:d2808a1f-1673-4551-a4bc-8d69857d796b", + "x-ms-correlation-request-id": "4d591720-7da5-4e15-adac-f763efacb528", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161122Z:4d591720-7da5-4e15-adac-f763efacb528", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A19%3A28.1932874Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A11%3A20.8051312Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:19:24.3648600Z" + "CreatedOnDate": "2022-05-23T16:11:17.0361351Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:11:20.0578349Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:11:20.0578349Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9a0b7b8-2217-47ae-a41f-0185dbd1bee1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ee6089d6-d22e-472f-be16-64268d070249?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "95f3ba24-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:19:59 GMT", + "Date": "Mon, 23 May 2022 16:11:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f94dbe7f-7d95-4618-a352-1654f8d1bd38", + "x-ms-correlation-request-id": "e23f7592-f9cd-4cb0-8d54-b515a8b04c37", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "541ecbdf-2e4c-4836-88b5-4e66c273531c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T141959Z:f94dbe7f-7d95-4618-a352-1654f8d1bd38", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161152Z:e23f7592-f9cd-4cb0-8d54-b515a8b04c37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f9a0b7b8-2217-47ae-a41f-0185dbd1bee1", - "name": "f9a0b7b8-2217-47ae-a41f-0185dbd1bee1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ee6089d6-d22e-472f-be16-64268d070249", + "name": "ee6089d6-d22e-472f-be16-64268d070249", "status": "Succeeded", - "startTime": "2022-03-01T14:19:28.2076648Z", - "endTime": "2022-03-01T14:19:28.267655Z", + "startTime": "2022-05-23T16:11:20.8689296Z", + "endTime": "2022-05-23T16:11:20.9002115Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "95f3ba24-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:19:59 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A19%3A28.260712Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:11:52 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A11%3A20.9040917Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "798e99e8-1f7d-44ce-b03b-20f63db77a40", + "x-ms-correlation-request-id": "6228e820-770c-4352-9ff3-f34dc032f4d6", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "783a78be-8080-417a-b4f7-4e92cd21bfef", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T141959Z:798e99e8-1f7d-44ce-b03b-20f63db77a40", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161152Z:6228e820-770c-4352-9ff3-f34dc032f4d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A19%3A28.260712Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A11%3A20.9040917Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:19:24.3648600Z" + "CreatedOnDate": "2022-05-23T16:11:17.0361351Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:11:20.0578349Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:11:20.0578349Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ad59c884-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f22db038-06a8-48d5-9f3f-ca69392d0204?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/60768da9-f2ff-44d0-859a-5ee8dbd6779a?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:20:01 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A20%3A00.9624724Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:11:55 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A11%3A54.5197169Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ca2b340-1b1e-46d5-bd8d-148ef5566b9b", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "b94c8008-4ac6-4dae-b69c-a7216356d27c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142001Z:2ca2b340-1b1e-46d5-bd8d-148ef5566b9b", + "x-ms-correlation-request-id": "548e9eec-78c2-4aa8-8300-a9649b9c7d88", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161155Z:548e9eec-78c2-4aa8-8300-a9649b9c7d88", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A20%3A00.9624724Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A11%3A54.5197169Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:19:59.8312119Z" + "CreatedOnDate": "2022-05-23T16:11:52.9444105Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:11:54.1206692Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:11:54.1206692Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f22db038-06a8-48d5-9f3f-ca69392d0204?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/60768da9-f2ff-44d0-859a-5ee8dbd6779a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ad59c884-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:20:31 GMT", + "Date": "Mon, 23 May 2022 16:12:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c34a22d-d156-4d70-a8af-e070f0b4dda5", + "x-ms-correlation-request-id": "f36ee841-988c-4b74-ac1c-d31a5d1ae1d8", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "00cbf8c4-cda3-4eb5-952d-33e9795a7ffa", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142032Z:2c34a22d-d156-4d70-a8af-e070f0b4dda5", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161225Z:f36ee841-988c-4b74-ac1c-d31a5d1ae1d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f22db038-06a8-48d5-9f3f-ca69392d0204", - "name": "f22db038-06a8-48d5-9f3f-ca69392d0204", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/60768da9-f2ff-44d0-859a-5ee8dbd6779a", + "name": "60768da9-f2ff-44d0-859a-5ee8dbd6779a", "status": "Succeeded", - "startTime": "2022-03-01T14:20:00.9656074Z", - "endTime": "2022-03-01T14:20:01.2486994Z", + "startTime": "2022-05-23T16:11:54.5135226Z", + "endTime": "2022-05-23T16:11:55.2010368Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ad59c884-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:20:31 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A20%3A01.2389711Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:12:25 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A11%3A55.1968564Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab4ef902-f7cb-4482-9eed-ed731343ab5f", + "x-ms-correlation-request-id": "7d847454-e5ea-4a46-98a8-95bd7f44a003", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "d469c036-e346-429b-b542-7065001a17c0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142032Z:ab4ef902-f7cb-4482-9eed-ed731343ab5f", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161226Z:7d847454-e5ea-4a46-98a8-95bd7f44a003", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A20%3A01.2389711Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A11%3A55.1968564Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:19:59.8312119Z" + "CreatedOnDate": "2022-05-23T16:11:52.9444105Z" }, "properties": { - "poolId": "c77022dd-39bb-103a-b8ae-794d864b7564", + "poolId": "7edf144d-23a7-86fe-7609-446e05523d19", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:11:54.1206692Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:11:54.1206692Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:20:33 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A20%3A33.8485939Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:12:30 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A12%3A30.1422055Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a46ec4ee-5122-4e0a-a83c-53362d3f57c9", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "9ea6cb83-72e7-4fe1-afb5-c4ad6c7bed6c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142034Z:a46ec4ee-5122-4e0a-a83c-53362d3f57c9", + "x-ms-correlation-request-id": "bfbe813c-6bdf-4cbb-b059-6c4f8f9d8024", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161230Z:bfbe813c-6bdf-4cbb-b059-6c4f8f9d8024", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A20%3A33.8485939Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A12%3A30.1422055Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:20:32.5510504Z" + "CreatedOnDate": "2022-05-23T16:12:26.4380220Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:12:27.8085035Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:12:27.8085035Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:21:04 GMT", + "Date": "Mon, 23 May 2022 16:13:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "799193c2-10f6-483b-be58-ca83b49b9417", + "x-ms-correlation-request-id": "105361d9-9b9c-4de9-9851-58a3573bb279", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "356452d8-e807-41d9-83e2-32c00203fee0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142104Z:799193c2-10f6-483b-be58-ca83b49b9417", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161301Z:105361d9-9b9c-4de9-9851-58a3573bb279", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2", + "name": "1c29c4b3-7859-49cb-916f-3464db337ee2", "status": "Creating", - "startTime": "2022-03-01T14:20:33.8545375Z", + "startTime": "2022-05-23T16:12:30.1426493Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:21:34 GMT", + "Date": "Mon, 23 May 2022 16:13:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6eca546c-9161-412e-b0b0-2b9d144d163b", + "x-ms-correlation-request-id": "2c158e03-23c5-443b-b11f-8783e20921ab", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7065f645-0fcb-49e5-a398-9dd52ecbfea5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142135Z:6eca546c-9161-412e-b0b0-2b9d144d163b", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161331Z:2c158e03-23c5-443b-b11f-8783e20921ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2", + "name": "1c29c4b3-7859-49cb-916f-3464db337ee2", "status": "Creating", - "startTime": "2022-03-01T14:20:33.8545375Z", + "startTime": "2022-05-23T16:12:30.1426493Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:22:05 GMT", + "Date": "Mon, 23 May 2022 16:14:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61d2d419-ce2a-4c66-8a38-2537dd4733ed", + "x-ms-correlation-request-id": "98790028-11e1-4f97-8047-205645b9ed1f", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "e28f0dd2-3c1c-4e03-8475-d6ef5b3ef926", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142205Z:61d2d419-ce2a-4c66-8a38-2537dd4733ed", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161401Z:98790028-11e1-4f97-8047-205645b9ed1f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2", + "name": "1c29c4b3-7859-49cb-916f-3464db337ee2", "status": "Creating", - "startTime": "2022-03-01T14:20:33.8545375Z", + "startTime": "2022-05-23T16:12:30.1426493Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:22:35 GMT", + "Date": "Mon, 23 May 2022 16:14:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87dab226-5a45-4e2b-82ed-4ff7a9ccff32", + "x-ms-correlation-request-id": "d712a58b-bd63-4c2e-9e6d-f630dfccd8ef", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "74f62e1f-02f2-452c-9160-929533490ffc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142235Z:87dab226-5a45-4e2b-82ed-4ff7a9ccff32", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161431Z:d712a58b-bd63-4c2e-9e6d-f630dfccd8ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2", + "name": "1c29c4b3-7859-49cb-916f-3464db337ee2", "status": "Creating", - "startTime": "2022-03-01T14:20:33.8545375Z", + "startTime": "2022-05-23T16:12:30.1426493Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:23:05 GMT", + "Date": "Mon, 23 May 2022 16:15:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "225e078b-7ea7-4583-8db8-89b4a604d21d", + "x-ms-correlation-request-id": "8128a71a-138f-4b06-98b2-183b693fb81f", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "c275d6da-3714-417a-8e48-c49d8d1bc8d4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142305Z:225e078b-7ea7-4583-8db8-89b4a604d21d", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161502Z:8128a71a-138f-4b06-98b2-183b693fb81f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2", + "name": "1c29c4b3-7859-49cb-916f-3464db337ee2", "status": "Creating", - "startTime": "2022-03-01T14:20:33.8545375Z", + "startTime": "2022-05-23T16:12:30.1426493Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:23:34 GMT", + "Date": "Mon, 23 May 2022 16:15:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85cdaa6f-cf4c-41e6-aeb0-3ccfd822fd7b", + "x-ms-correlation-request-id": "8a8bc7c2-448c-4882-924d-61b31281db14", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "588285c3-7bff-4d2e-8019-f0b45f4c698c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142335Z:85cdaa6f-cf4c-41e6-aeb0-3ccfd822fd7b", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161532Z:8a8bc7c2-448c-4882-924d-61b31281db14", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2", + "name": "1c29c4b3-7859-49cb-916f-3464db337ee2", "status": "Creating", - "startTime": "2022-03-01T14:20:33.8545375Z", + "startTime": "2022-05-23T16:12:30.1426493Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:24:05 GMT", + "Date": "Mon, 23 May 2022 16:16:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a892bc8-9a03-4c0f-97e8-968a54b0c472", + "x-ms-correlation-request-id": "d7dd8695-6f92-4837-a7fa-0421994d8c4b", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "0e78d102-37cc-45bd-8c06-9b01118541da", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142406Z:9a892bc8-9a03-4c0f-97e8-968a54b0c472", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161602Z:d7dd8695-6f92-4837-a7fa-0421994d8c4b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2", + "name": "1c29c4b3-7859-49cb-916f-3464db337ee2", "status": "Creating", - "startTime": "2022-03-01T14:20:33.8545375Z", + "startTime": "2022-05-23T16:12:30.1426493Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:24:35 GMT", + "Date": "Mon, 23 May 2022 16:16:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +946,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90167dd3-4c8c-46f9-a85e-a6b701024030", + "x-ms-correlation-request-id": "73ba2663-6356-47c5-b1e8-3108aecb34b6", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "e5e82c6a-81fd-4ea2-b1d8-e3b918c41801", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142436Z:90167dd3-4c8c-46f9-a85e-a6b701024030", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161632Z:73ba2663-6356-47c5-b1e8-3108aecb34b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2", + "name": "1c29c4b3-7859-49cb-916f-3464db337ee2", "status": "Creating", - "startTime": "2022-03-01T14:20:33.8545375Z", + "startTime": "2022-05-23T16:12:30.1426493Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +978,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:25:06 GMT", + "Date": "Mon, 23 May 2022 16:17:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,104 +986,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d22732e4-3d87-479b-945d-3d8cf71f1081", + "x-ms-correlation-request-id": "1ef9d4b7-27f1-4f0e-9b5e-0e5633ed7d2b", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "585f21be-56ae-4220-9801-0df5e7357a21", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142506Z:d22732e4-3d87-479b-945d-3d8cf71f1081", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161702Z:1ef9d4b7-27f1-4f0e-9b5e-0e5633ed7d2b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", - "status": "Creating", - "startTime": "2022-03-01T14:20:33.8545375Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:25:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0aaad840-eaa9-4e14-b273-c6928ebbbeac", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "581bdc2a-e1ad-487f-a859-c0ae4d3e3f98", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142537Z:0aaad840-eaa9-4e14-b273-c6928ebbbeac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", - "status": "Creating", - "startTime": "2022-03-01T14:20:33.8545375Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:26:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff572589-e5d2-4ef2-8327-ed1c7671dbea", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "1e95da7c-23dc-445c-a797-d9d3ada0fc2b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142607Z:ff572589-e5d2-4ef2-8327-ed1c7671dbea", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39255d6b-c6dd-4866-a39f-d9646930c826", - "name": "39255d6b-c6dd-4866-a39f-d9646930c826", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c29c4b3-7859-49cb-916f-3464db337ee2", + "name": "1c29c4b3-7859-49cb-916f-3464db337ee2", "status": "Succeeded", - "startTime": "2022-03-01T14:20:33.8545375Z", - "endTime": "2022-03-01T14:25:59.4095142Z", + "startTime": "2022-05-23T16:12:30.1426493Z", + "endTime": "2022-05-23T16:16:36.8245821Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1094,15 +1004,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0d9542e-996a-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1110,8 +1018,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:26:06 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A25%3A59.4054025Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:17:03 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A16%3A36.8155434Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1119,23 +1027,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cab57cf7-e073-47b0-8525-dfeea05a3d41", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "4fcf7f14-ca5b-4d4d-8f9d-3156b89e614f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142607Z:cab57cf7-e073-47b0-8525-dfeea05a3d41", + "x-ms-correlation-request-id": "d4cb8d05-1356-4a43-ae17-df8b510acf3d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161703Z:d4cb8d05-1356-4a43-ae17-df8b510acf3d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A25%3A59.4054025Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A16%3A36.8155434Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:20:32.5510504Z" + "CreatedOnDate": "2022-05-23T16:12:26.4380220Z" }, "properties": { - "fileSystemId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", + "fileSystemId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1163,10 +1070,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_7b257613", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_0f068169", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1178,12 +1085,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", - "fileSystemId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", + "mountTargetId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", + "fileSystemId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1192,34 +1099,41 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:12:27.8085035Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:12:27.8085035Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "88a4b854-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1651b3b6-f256-424e-a0e5-c328451d00c6?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3e3d600e-09cf-4d00-9670-cc564015566b?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:26:08 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A26%3A08.3683092Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:17:04 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A17%3A03.7705237Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1227,39 +1141,62 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "555c7526-d94c-4cb6-99cd-9138174300d2", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "662dceec-7d6b-4885-bf53-83d322f825bb", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142609Z:555c7526-d94c-4cb6-99cd-9138174300d2", + "x-ms-correlation-request-id": "c2096fa1-cb55-4352-96ec-d812cede806e", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161705Z:c2096fa1-cb55-4352-96ec-d812cede806e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A26%3A08.3683092Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A17%3A03.7705237Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:19:24.3648600Z" + "CreatedOnDate": "2022-05-23T16:11:17.0361351Z" }, "properties": { "provisioningState": "Updating", + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" } + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:11:20.0578349Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:11:20.0578349Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1651b3b6-f256-424e-a0e5-c328451d00c6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3e3d600e-09cf-4d00-9670-cc564015566b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "88a4b854-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1267,7 +1204,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:26:39 GMT", + "Date": "Mon, 23 May 2022 16:17:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1275,18 +1212,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cfa911ab-9b36-4f8b-a03d-abf40a63b73d", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "b16374b5-6787-474e-b1d2-4b84274a8fe0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142639Z:cfa911ab-9b36-4f8b-a03d-abf40a63b73d", + "x-ms-correlation-request-id": "15ae5eab-f4c0-4a77-9fd7-ac59fe4e8e00", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161735Z:15ae5eab-f4c0-4a77-9fd7-ac59fe4e8e00", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1651b3b6-f256-424e-a0e5-c328451d00c6", - "name": "1651b3b6-f256-424e-a0e5-c328451d00c6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3e3d600e-09cf-4d00-9670-cc564015566b", + "name": "3e3d600e-09cf-4d00-9670-cc564015566b", "status": "Succeeded", - "startTime": "2022-03-01T14:26:08.3741524Z", - "endTime": "2022-03-01T14:26:08.7742761Z", + "startTime": "2022-05-23T16:17:03.7645856Z", + "endTime": "2022-05-23T16:17:08.2276777Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -1294,15 +1230,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "88a4b854-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1310,8 +1244,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:26:39 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A26%3A08.76908Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:17:35 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A17%3A08.2367637Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1319,41 +1253,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7690c385-38f2-42e3-be8c-38b25b0591a9", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "54740f27-44a5-4a7b-bb31-239c90ab797b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142639Z:7690c385-38f2-42e3-be8c-38b25b0591a9", + "x-ms-correlation-request-id": "14f696b1-2bb6-403a-b814-187d9ad52e49", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161736Z:14f696b1-2bb6-403a-b814-187d9ad52e49", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A26%3A08.76908Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A17%3A08.2367637Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:26:07.6598096Z" + "CreatedOnDate": "2022-05-23T16:17:03.4641289Z" }, "properties": { "provisioningState": "Succeeded", + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" } + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:11:20.0578349Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:17:03.6716213Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "178", + "Content-Length": "191", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9bfd1c3e-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -1370,31 +1327,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8e5e497-aff3-4069-b0aa-134b3d1a0f7a?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/40e44183-ea74-4dac-8b7a-b732c417dd55?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "628", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:26:41 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A26%3A41.0879865Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:17:38 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A17%3A37.8713822Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6e8e36c-c28a-4f04-bdaa-a7123bf24870", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "006aa544-1bb3-41c0-84b0-12893656021c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142642Z:e6e8e36c-c28a-4f04-bdaa-a7123bf24870", + "x-ms-correlation-request-id": "377ffc84-f8e3-481c-a27c-9c221d1b858f", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161738Z:377ffc84-f8e3-481c-a27c-9c221d1b858f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A26%3A41.0879865Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A17%3A37.8713822Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:26:40.2165188Z" + "CreatedOnDate": "2022-05-23T16:17:36.5349830Z" }, "properties": { "enabled": false, @@ -1406,27 +1362,32 @@ "weeklySchedule": {}, "monthlySchedule": {}, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:17:37.7031372Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:17:37.7031372Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "443", + "Content-Length": "421", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9d41484a-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 107374182400, - "throughputMibps": 0.0, "dataProtection": { "snapshot": { "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -1439,36 +1400,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e62f4ff-d172-4820-a77c-a32b758fe363?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b213b796-66e4-498c-baeb-b8e08a4368cb?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2067", + "Content-Length": "2386", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:26:42 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T14%3A26%3A42.4669274Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:17:38 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A17%3A39.1634887Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e62f4ff-d172-4820-a77c-a32b758fe363?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b213b796-66e4-498c-baeb-b8e08a4368cb?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03054020-1ea1-439f-b797-e58ac9e48ff6", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "b516a875-d2ce-44f7-91be-22883cff2723", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142642Z:03054020-1ea1-439f-b797-e58ac9e48ff6", + "x-ms-correlation-request-id": "5aaf78e0-5925-44ca-86e6-f013b09062ae", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161739Z:5aaf78e0-5925-44ca-86e6-f013b09062ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A26%3A42.4669274Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A17%3A39.1634887Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:20:32.5510504Z" + "CreatedOnDate": "2022-05-23T16:12:26.4380220Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", + "fileSystemId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1496,10 +1456,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_7b257613", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_0f068169", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1511,12 +1471,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", - "fileSystemId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", + "mountTargetId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", + "fileSystemId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1524,20 +1484,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:12:27.8085035Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:12:27.8085035Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e62f4ff-d172-4820-a77c-a32b758fe363?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b213b796-66e4-498c-baeb-b8e08a4368cb?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9d41484a-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1545,7 +1512,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:27:12 GMT", + "Date": "Mon, 23 May 2022 16:18:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1553,18 +1520,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dba3bb79-6d99-4dc0-8d47-6354783fd4a4", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "24e48d44-05a2-4348-af89-216cdaa774f1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142712Z:dba3bb79-6d99-4dc0-8d47-6354783fd4a4", + "x-ms-correlation-request-id": "f72e8d8a-729b-422f-8263-e9f28b6f0538", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161809Z:f72e8d8a-729b-422f-8263-e9f28b6f0538", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b213b796-66e4-498c-baeb-b8e08a4368cb", + "name": "b213b796-66e4-498c-baeb-b8e08a4368cb", + "status": "Patching", + "startTime": "2022-05-23T16:17:39.1583403Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b213b796-66e4-498c-baeb-b8e08a4368cb?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 23 May 2022 16:18:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0566b1ed-7b8b-420a-b1f7-5d50227da554", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161839Z:0566b1ed-7b8b-420a-b1f7-5d50227da554", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e62f4ff-d172-4820-a77c-a32b758fe363", - "name": "5e62f4ff-d172-4820-a77c-a32b758fe363", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b213b796-66e4-498c-baeb-b8e08a4368cb", + "name": "b213b796-66e4-498c-baeb-b8e08a4368cb", "status": "Succeeded", - "startTime": "2022-03-01T14:26:42.4770556Z", - "endTime": "2022-03-01T14:26:50.5642677Z", + "startTime": "2022-05-23T16:17:39.1583403Z", + "endTime": "2022-05-23T16:18:16.4340896Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1572,15 +1578,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e62f4ff-d172-4820-a77c-a32b758fe363?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b213b796-66e4-498c-baeb-b8e08a4368cb?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9d41484a-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1588,7 +1592,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:27:12 GMT", + "Date": "Mon, 23 May 2022 16:18:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1596,20 +1600,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ae12828-e591-45d4-b464-0063e96bfa10", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "5a40b1bc-8477-496e-8724-ea0d91896fb4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142712Z:9ae12828-e591-45d4-b464-0063e96bfa10", + "x-ms-correlation-request-id": "ebdc8cfa-94ed-470f-a675-cefc05cc13b1", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161839Z:ebdc8cfa-94ed-470f-a675-cefc05cc13b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A26%3A50.5483372Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A18%3A16.4385315Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:26:42.2306703Z" + "CreatedOnDate": "2022-05-23T16:17:38.8975241Z" }, "properties": { "dataProtection": { @@ -1617,13 +1620,12 @@ "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1" } }, - "provisioningState": "Succeeded", - "fileSystemId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", + "fileSystemId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, - "usedBytes": 303104, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -1649,19 +1651,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_7b257613", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_0f068169", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "c77022dd-39bb-103a-b8ae-794d864b7564", + "poolId": "7edf144d-23a7-86fe-7609-446e05523d19", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", - "fileSystemId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", + "mountTargetId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", + "fileSystemId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", "startIp": "", "endIp": "", "gateway": "", @@ -1670,7 +1672,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1684,53 +1686,60 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:12:27.8085035Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:17:39.0625262Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "afa7a1b4-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5dcf2319-fcfe-41db-8569-0db3ca320be5?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/72ce52bc-a353-4e0e-97fe-b08b4a2ec350?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 14:27:13 GMT", + "Date": "Mon, 23 May 2022 16:18:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5dcf2319-fcfe-41db-8569-0db3ca320be5?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/72ce52bc-a353-4e0e-97fe-b08b4a2ec350?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41efc140-3a9a-4e85-9861-6dc9a76ef051", + "x-ms-correlation-request-id": "836bddb6-104c-4635-aa11-1c8037a27d31", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "41efc140-3a9a-4e85-9861-6dc9a76ef051", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142713Z:41efc140-3a9a-4e85-9861-6dc9a76ef051", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161840Z:836bddb6-104c-4635-aa11-1c8037a27d31", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5dcf2319-fcfe-41db-8569-0db3ca320be5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/72ce52bc-a353-4e0e-97fe-b08b4a2ec350?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "afa7a1b4-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1738,7 +1747,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:27:43 GMT", + "Date": "Mon, 23 May 2022 16:19:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1746,17 +1755,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2733236b-1edf-4847-ab62-128e4470afa6", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "cdb2a17f-3fd9-46d6-be61-c6359050bf8c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142743Z:2733236b-1edf-4847-ab62-128e4470afa6", + "x-ms-correlation-request-id": "d323c942-9459-4767-91a2-d0c1658f7c00", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161910Z:d323c942-9459-4767-91a2-d0c1658f7c00", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5dcf2319-fcfe-41db-8569-0db3ca320be5", - "name": "5dcf2319-fcfe-41db-8569-0db3ca320be5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/72ce52bc-a353-4e0e-97fe-b08b4a2ec350", + "name": "72ce52bc-a353-4e0e-97fe-b08b4a2ec350", "status": "Deleting", - "startTime": "2022-03-01T14:27:13.4143702Z", + "startTime": "2022-05-23T16:18:40.3755391Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1765,15 +1773,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5dcf2319-fcfe-41db-8569-0db3ca320be5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/72ce52bc-a353-4e0e-97fe-b08b4a2ec350?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "afa7a1b4-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1781,7 +1787,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:28:13 GMT", + "Date": "Mon, 23 May 2022 16:19:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1789,17 +1795,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b160d16-22aa-41be-a344-d5433f0562a3", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "5dd6a4e8-6685-4dc1-bc55-5555048dd1e7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142813Z:9b160d16-22aa-41be-a344-d5433f0562a3", + "x-ms-correlation-request-id": "55894e15-780f-4aa4-989e-b117369d9704", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20220523T161940Z:55894e15-780f-4aa4-989e-b117369d9704", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5dcf2319-fcfe-41db-8569-0db3ca320be5", - "name": "5dcf2319-fcfe-41db-8569-0db3ca320be5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/72ce52bc-a353-4e0e-97fe-b08b4a2ec350", + "name": "72ce52bc-a353-4e0e-97fe-b08b4a2ec350", "status": "Deleting", - "startTime": "2022-03-01T14:27:13.4143702Z", + "startTime": "2022-05-23T16:18:40.3755391Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1808,15 +1813,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5dcf2319-fcfe-41db-8569-0db3ca320be5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/72ce52bc-a353-4e0e-97fe-b08b4a2ec350?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "afa7a1b4-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1824,7 +1827,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:28:43 GMT", + "Date": "Mon, 23 May 2022 16:20:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1832,18 +1835,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29b2b96e-6c13-460a-8908-4f74c638bb98", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "0d9ecb5e-06f1-4897-aa13-29fc39180d56", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142844Z:29b2b96e-6c13-460a-8908-4f74c638bb98", + "x-ms-correlation-request-id": "d07a7b2b-d799-4ba2-ba5c-af7b2d166bb1", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162011Z:d07a7b2b-d799-4ba2-ba5c-af7b2d166bb1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5dcf2319-fcfe-41db-8569-0db3ca320be5", - "name": "5dcf2319-fcfe-41db-8569-0db3ca320be5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/72ce52bc-a353-4e0e-97fe-b08b4a2ec350", + "name": "72ce52bc-a353-4e0e-97fe-b08b4a2ec350", "status": "Succeeded", - "startTime": "2022-03-01T14:27:13.4143702Z", - "endTime": "2022-03-01T14:28:36.0111145Z", + "startTime": "2022-05-23T16:18:40.3755391Z", + "endTime": "2022-05-23T16:19:52.2877444Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1851,15 +1853,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5dcf2319-fcfe-41db-8569-0db3ca320be5?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/72ce52bc-a353-4e0e-97fe-b08b4a2ec350?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "afa7a1b4-996b-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1867,7 +1867,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:28:43 GMT", + "Date": "Mon, 23 May 2022 16:20:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1875,20 +1875,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0d0a93a-ea95-42c2-bdc4-76159fe5c58c", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "c1b7b6ee-4b62-4851-955f-6aba1e156b1f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T142844Z:a0d0a93a-ea95-42c2-bdc4-76159fe5c58c", + "x-ms-correlation-request-id": "34f35fff-1426-46d9-8d94-d26f794e8218", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162011Z:34f35fff-1426-46d9-8d94-d26f794e8218", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A27%3A13.4013597Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A19%3A43.1257922Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:26:42.2306703Z" + "CreatedOnDate": "2022-05-23T16:17:38.8975241Z" }, "properties": { "dataProtection": { @@ -1896,13 +1895,12 @@ "snapshotPolicyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1" } }, - "provisioningState": "Deleting", - "fileSystemId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", + "fileSystemId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, - "usedBytes": 303104, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -1928,19 +1926,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_7b257613", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_0f068169", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "c77022dd-39bb-103a-b8ae-794d864b7564", + "poolId": "7edf144d-23a7-86fe-7609-446e05523d19", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", - "fileSystemId": "2db30fe4-76fb-c216-5b30-e22be58e5a06", + "mountTargetId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", + "fileSystemId": "f1f1e238-809b-27bf-f0a6-4e9865cd085d", "startIp": "", "endIp": "", "gateway": "", @@ -1949,7 +1947,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1963,36 +1961,45 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:12:27.8085035Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:17:39.0625262Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5d50473a-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:32:06 GMT", + "Date": "Mon, 23 May 2022 16:23:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9a0db9c-638d-416f-9cf0-611d5c9e0147", + "x-ms-correlation-request-id": "10db6857-8175-4646-b494-cf73ded552eb", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "b9a0db9c-638d-416f-9cf0-611d5c9e0147", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143206Z:b9a0db9c-638d-416f-9cf0-611d5c9e0147" + "x-ms-routing-request-id": "WESTEUROPE:20220523T162332Z:10db6857-8175-4646-b494-cf73ded552eb" }, "ResponseBody": { "error": { @@ -2002,48 +2009,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e737290-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1abe9337-427e-4279-b625-00cd91d36396?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c054f18-1603-4cc5-b15c-d917668902be?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 14:32:07 GMT", + "Date": "Mon, 23 May 2022 16:23:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1abe9337-427e-4279-b625-00cd91d36396?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c054f18-1603-4cc5-b15c-d917668902be?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f5f72ef-b7bd-4a20-b3fa-9f6aa069e079", + "x-ms-correlation-request-id": "6c3ee518-9327-4991-89c5-a2814ffccd00", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "7f5f72ef-b7bd-4a20-b3fa-9f6aa069e079", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143207Z:7f5f72ef-b7bd-4a20-b3fa-9f6aa069e079", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162334Z:6c3ee518-9327-4991-89c5-a2814ffccd00", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1abe9337-427e-4279-b625-00cd91d36396?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c054f18-1603-4cc5-b15c-d917668902be?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e737290-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2051,7 +2053,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:32:38 GMT", + "Date": "Mon, 23 May 2022 16:24:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2059,18 +2061,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a3c164d-000c-4720-bc13-a7b0d506bba4", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "e63a938e-4936-4d79-8abb-05439b7b3b31", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143238Z:5a3c164d-000c-4720-bc13-a7b0d506bba4", + "x-ms-correlation-request-id": "a33481c0-9db4-4bf5-a648-29ba1ee5d2c5", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162405Z:a33481c0-9db4-4bf5-a648-29ba1ee5d2c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1abe9337-427e-4279-b625-00cd91d36396", - "name": "1abe9337-427e-4279-b625-00cd91d36396", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c054f18-1603-4cc5-b15c-d917668902be", + "name": "1c054f18-1603-4cc5-b15c-d917668902be", "status": "Succeeded", - "startTime": "2022-03-01T14:32:07.8549944Z", - "endTime": "2022-03-01T14:32:07.8851398Z", + "startTime": "2022-05-23T16:23:34.7293089Z", + "endTime": "2022-05-23T16:23:34.7448838Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -2078,15 +2079,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1abe9337-427e-4279-b625-00cd91d36396?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1c054f18-1603-4cc5-b15c-d917668902be?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e737290-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2094,7 +2093,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:32:38 GMT", + "Date": "Mon, 23 May 2022 16:24:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2102,20 +2101,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ecc71c91-188c-4658-9fe9-61374190bdee", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "dc4c9630-ed97-41d1-be9c-d3db086e0c91", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143238Z:ecc71c91-188c-4658-9fe9-61374190bdee", + "x-ms-correlation-request-id": "72c7f588-0ee4-4908-98c3-f45f66366923", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162405Z:72c7f588-0ee4-4908-98c3-f45f66366923", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A32%3A07.8304672Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A23%3A34.7106601Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:26:40.2165188Z" + "CreatedOnDate": "2022-05-23T16:17:36.5349830Z" }, "properties": { "enabled": false, @@ -2127,35 +2125,40 @@ "weeklySchedule": {}, "monthlySchedule": {}, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:17:37.7031372Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:17:37.7031372Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "748d2de6-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:32:43 GMT", + "Date": "Mon, 23 May 2022 16:24:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58944cc9-8a46-4b30-bdba-b32cae357b36", + "x-ms-correlation-request-id": "beeb47c8-2912-4cd1-9c79-4e27558a1449", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "58944cc9-8a46-4b30-bdba-b32cae357b36", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143243Z:58944cc9-8a46-4b30-bdba-b32cae357b36" + "x-ms-routing-request-id": "WESTEUROPE:20220523T162410Z:beeb47c8-2912-4cd1-9c79-4e27558a1449" }, "ResponseBody": { "error": { @@ -2165,48 +2168,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7aa0e628-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb7cf5b7-2b47-49fc-aaf6-47b57f825f54?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13969ab5-c297-4b8d-b8d8-799e983fbdb6?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 14:32:53 GMT", + "Date": "Mon, 23 May 2022 16:24:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb7cf5b7-2b47-49fc-aaf6-47b57f825f54?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13969ab5-c297-4b8d-b8d8-799e983fbdb6?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86a972d7-459b-4e30-bbe7-b96c1d1587f4", + "x-ms-correlation-request-id": "1d6c9b14-d4ae-4c1b-85b8-7c8a2571b42a", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "86a972d7-459b-4e30-bbe7-b96c1d1587f4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143254Z:86a972d7-459b-4e30-bbe7-b96c1d1587f4", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162421Z:1d6c9b14-d4ae-4c1b-85b8-7c8a2571b42a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb7cf5b7-2b47-49fc-aaf6-47b57f825f54?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13969ab5-c297-4b8d-b8d8-799e983fbdb6?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7aa0e628-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2214,7 +2212,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:33:23 GMT", + "Date": "Mon, 23 May 2022 16:24:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2222,18 +2220,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4209f7b1-a5df-480d-807f-96f57a14bce2", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "43db5b9d-6ba6-477c-9d7c-3a1b9b4d143c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143324Z:4209f7b1-a5df-480d-807f-96f57a14bce2", + "x-ms-correlation-request-id": "a1d5b170-a652-4217-baea-ec20e2b65135", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162452Z:a1d5b170-a652-4217-baea-ec20e2b65135", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb7cf5b7-2b47-49fc-aaf6-47b57f825f54", - "name": "eb7cf5b7-2b47-49fc-aaf6-47b57f825f54", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13969ab5-c297-4b8d-b8d8-799e983fbdb6", + "name": "13969ab5-c297-4b8d-b8d8-799e983fbdb6", "status": "Succeeded", - "startTime": "2022-03-01T14:32:53.9508863Z", - "endTime": "2022-03-01T14:32:54.350519Z", + "startTime": "2022-05-23T16:24:21.7044677Z", + "endTime": "2022-05-23T16:24:25.1664083Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -2241,15 +2238,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb7cf5b7-2b47-49fc-aaf6-47b57f825f54?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13969ab5-c297-4b8d-b8d8-799e983fbdb6?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7aa0e628-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2257,7 +2252,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:33:24 GMT", + "Date": "Mon, 23 May 2022 16:24:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2265,172 +2260,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e11e6c64-4add-4a40-8bdb-240eee6a1680", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "24a00d32-c4f1-4a05-ae29-f2d36b80dc57", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143324Z:e11e6c64-4add-4a40-8bdb-240eee6a1680", + "x-ms-correlation-request-id": "a2f56af9-a1ac-4046-bc6e-cb276fa1eed3", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162452Z:a2f56af9-a1ac-4046-bc6e-cb276fa1eed3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A32%3A53.937291Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A24%3A21.7042546Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:19:59.8312119Z" + "CreatedOnDate": "2022-05-23T16:11:52.9444105Z" }, "properties": { - "poolId": "c77022dd-39bb-103a-b8ae-794d864b7564", + "poolId": "7edf144d-23a7-86fe-7609-446e05523d19", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:11:54.1206692Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:11:54.1206692Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9302446e-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 14:33:34 GMT", + "Date": "Mon, 23 May 2022 16:25:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4011f3cd-60ad-4d11-a811-4b5199a24786", + "x-ms-correlation-request-id": "210f89a2-40f6-4731-80d4-86bcf65892bc", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "4011f3cd-60ad-4d11-a811-4b5199a24786", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143334Z:4011f3cd-60ad-4d11-a811-4b5199a24786" + "x-ms-routing-request-id": "WESTEUROPE:20220523T162502Z:210f89a2-40f6-4731-80d4-86bcf65892bc" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9918e8f8-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 14:33:44 GMT", + "Date": "Mon, 23 May 2022 16:25:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02ab53cf-f86a-460a-8d42-793860f3dff7", + "x-ms-correlation-request-id": "3fef1c48-1379-4d43-81b9-08e1e2b29126", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "02ab53cf-f86a-460a-8d42-793860f3dff7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143344Z:02ab53cf-f86a-460a-8d42-793860f3dff7" + "x-ms-routing-request-id": "WESTEUROPE:20220523T162512Z:3fef1c48-1379-4d43-81b9-08e1e2b29126" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9f2eb344-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 14:33:55 GMT", + "Date": "Mon, 23 May 2022 16:25:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45014647-2dee-46f7-9ade-998f79666a09", + "x-ms-correlation-request-id": "b413dc11-75d7-4575-a3c6-3f6448fcecb0", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "45014647-2dee-46f7-9ade-998f79666a09", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143355Z:45014647-2dee-46f7-9ade-998f79666a09" + "x-ms-routing-request-id": "WESTEUROPE:20220523T162523Z:b413dc11-75d7-4575-a3c6-3f6448fcecb0" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a54464e0-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 14:34:05 GMT", + "Date": "Mon, 23 May 2022 16:25:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be2b12e4-7242-4bb8-a3f1-98993ac6e96e", + "x-ms-correlation-request-id": "1124624b-7eb3-40ac-a282-a2d6d6e22fe3", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "be2b12e4-7242-4bb8-a3f1-98993ac6e96e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143405Z:be2b12e4-7242-4bb8-a3f1-98993ac6e96e" + "x-ms-routing-request-id": "WESTEUROPE:20220523T162533Z:1124624b-7eb3-40ac-a282-a2d6d6e22fe3" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ab601004-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:34:15 GMT", + "Date": "Mon, 23 May 2022 16:25:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e4aa079-5e62-4356-8b03-3350348d2916", + "x-ms-correlation-request-id": "8469d464-027c-4ca7-9f57-8ae3664607dc", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "3e4aa079-5e62-4356-8b03-3350348d2916", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143415Z:3e4aa079-5e62-4356-8b03-3350348d2916" + "x-ms-routing-request-id": "WESTEUROPE:20220523T162543Z:8469d464-027c-4ca7-9f57-8ae3664607dc" }, "ResponseBody": { "error": { @@ -2440,48 +2428,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ab7d47d2-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8562d9a8-776f-475f-a1d5-9857eb69a8b0?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b70ad21b-84e3-4bf2-94a1-594baaa5d964?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 14:34:16 GMT", + "Date": "Mon, 23 May 2022 16:25:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8562d9a8-776f-475f-a1d5-9857eb69a8b0?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b70ad21b-84e3-4bf2-94a1-594baaa5d964?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c53459a-d04a-404b-bd58-93361ce4e329", + "x-ms-correlation-request-id": "3d3faad6-88a5-49bb-819f-d2f09568833d", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "4c53459a-d04a-404b-bd58-93361ce4e329", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143416Z:4c53459a-d04a-404b-bd58-93361ce4e329", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162545Z:3d3faad6-88a5-49bb-819f-d2f09568833d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8562d9a8-776f-475f-a1d5-9857eb69a8b0?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b70ad21b-84e3-4bf2-94a1-594baaa5d964?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ab7d47d2-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2489,7 +2472,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:34:46 GMT", + "Date": "Mon, 23 May 2022 16:26:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2497,18 +2480,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d78e1a8b-3272-4431-991a-98277eaa14f6", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "5055374a-0c1f-418d-afe9-bf5fb5279ffc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143446Z:d78e1a8b-3272-4431-991a-98277eaa14f6", + "x-ms-correlation-request-id": "8479401e-f1f8-4c3d-9d78-9260e19aba20", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162615Z:8479401e-f1f8-4c3d-9d78-9260e19aba20", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8562d9a8-776f-475f-a1d5-9857eb69a8b0", - "name": "8562d9a8-776f-475f-a1d5-9857eb69a8b0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b70ad21b-84e3-4bf2-94a1-594baaa5d964", + "name": "b70ad21b-84e3-4bf2-94a1-594baaa5d964", "status": "Succeeded", - "startTime": "2022-03-01T14:34:16.3927197Z", - "endTime": "2022-03-01T14:34:16.477836Z", + "startTime": "2022-05-23T16:25:44.9301437Z", + "endTime": "2022-05-23T16:25:44.9614175Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -2516,15 +2498,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8562d9a8-776f-475f-a1d5-9857eb69a8b0?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b70ad21b-84e3-4bf2-94a1-594baaa5d964?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ab7d47d2-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2532,7 +2512,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:34:46 GMT", + "Date": "Mon, 23 May 2022 16:26:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2540,55 +2520,60 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00b3bc30-5101-4542-b975-642c11b9fcf1", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "c454bb53-914e-4c5e-93ee-103cb28eae5d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143446Z:00b3bc30-5101-4542-b975-642c11b9fcf1", + "x-ms-correlation-request-id": "8337be40-3f77-4904-b006-364fedf5df1a", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20220523T162615Z:8337be40-3f77-4904-b006-364fedf5df1a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T14%3A34%3A16.3744757Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A25%3A44.9298205Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-03-01T14:26:07.6598096Z" + "CreatedOnDate": "2022-05-23T16:17:03.4641289Z" }, "properties": { - "provisioningState": "Deleting", "encryption": { "keySource": "Microsoft.NetApp" - } + }, + "activeDirectories": [], + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-23T16:11:20.0578349Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-23T16:17:03.6716213Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bf677a24-996c-11ec-b6fd-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 14:34:48 GMT", + "Date": "Mon, 23 May 2022 16:26:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65431015-067d-4548-89ae-8d31d9a9275c", + "x-ms-correlation-request-id": "ad96259c-2ed0-4c57-a663-719e25bea41f", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "65431015-067d-4548-89ae-8d31d9a9275c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T143449Z:65431015-067d-4548-89ae-8d31d9a9275c" + "x-ms-routing-request-id": "WESTEUROPE:20220523T162617Z:ad96259c-2ed0-4c57-a663-719e25bea41f" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_create_delete_snapshot_policy.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_create_delete_snapshot_policy.json index 3617360a94f6..e9a000811314 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_create_delete_snapshot_policy.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_create_delete_snapshot_policy.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:12:26 GMT", + "Date": "Mon, 23 May 2022 15:49:04 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Aq-QmJ32obNFulYmmnLub5Q; expires=Sun, 27-Mar-2022 08:12:26 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr8E0ngYuKsX1leXSfGFpYobDSvINr_WB1fe6YCh5p2BTqMcp8_GOROwWyQKZL11o_jFzcpajWLWNjMlzLGWzXe9xRUKAkPcIhMx1NDRr4nbd3-lvn83Q_WX61PJMexnZqBMug3CsVYovBBDdY2w4n0ova9NOAfprDpQSSWzeTs9AgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "6b22ebf9-daa6-4508-94aa-a8c6bfa84100" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=Aq-QmJ32obNFulYmmnLub5Q; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:12:26 GMT", + "Date": "Mon, 23 May 2022 15:49:04 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Aq-QmJ32obNFulYmmnLub5Q; expires=Sun, 27-Mar-2022 08:12:26 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "262ace41-a10a-41c0-b4d0-aabb6d223e00" + "x-ms-ests-server": "2.1.12744.11 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,40 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ff176d9d-0490-4afd-9e90-b3cbbe91c58d", + "client-request-id": "1dc239ac-a6dd-48d4-917d-9ecd8811431d", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=Aq-QmJ32obNFulYmmnLub5Q; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ff176d9d-0490-4afd-9e90-b3cbbe91c58d", - "Content-Length": "1412", + "client-request-id": "1dc239ac-a6dd-48d4-917d-9ecd8811431d", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:12:26 GMT", + "Date": "Mon, 23 May 2022 15:49:04 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=Aq-QmJ32obNFulYmmnLub5T7QncyAQAAAGqGqtkOAAAA; expires=Sun, 27-Mar-2022 08:12:26 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "bfe2c5f8-cb62-4c2b-a8b3-ec29c0a84500" + "x-ms-ests-server": "2.1.12794.4 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -225,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "27", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aad5471a-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7f4c2f38-62c7-45b8-918a-0fef3415b723?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13dca28d-6560-473d-a008-6cf792faea8d?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "686", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:12:31 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A12%3A31.8790088Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:49:15 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A49%3A14.5332048Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e54053fe-1761-49a6-8715-75c601f5f171", + "x-ms-correlation-request-id": "8302fb21-40e4-471f-bf2d-7fd8e5127be3", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "5337f133-dfe2-4ba4-b42b-bfc42d037394", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081232Z:e54053fe-1761-49a6-8715-75c601f5f171", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154915Z:8302fb21-40e4-471f-bf2d-7fd8e5127be3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A12%3A31.8790088Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A49%3A14.5332048Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:12:28.3419319Z" + "CreatedOnDate": "2022-05-23T15:49:10.1616927Z" }, "properties": { "provisioningState": "Creating" @@ -274,23 +258,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:12:31.197496Z", + "createdAt": "2022-05-23T15:49:13.7418337Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:12:31.197496Z" + "lastModifiedAt": "2022-05-23T15:49:13.7418337Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7f4c2f38-62c7-45b8-918a-0fef3415b723?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13dca28d-6560-473d-a008-6cf792faea8d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aad5471a-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -298,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:13:03 GMT", + "Date": "Mon, 23 May 2022 15:49:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -306,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43a88ee5-6cca-4f8b-9498-67bb3b8a21b3", + "x-ms-correlation-request-id": "74561b16-8b4f-42bd-a964-5e9ee4cb3dc8", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "427323f0-3d68-4449-9489-af534315c1fe", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081303Z:43a88ee5-6cca-4f8b-9498-67bb3b8a21b3", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154946Z:74561b16-8b4f-42bd-a964-5e9ee4cb3dc8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7f4c2f38-62c7-45b8-918a-0fef3415b723", - "name": "7f4c2f38-62c7-45b8-918a-0fef3415b723", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/13dca28d-6560-473d-a008-6cf792faea8d", + "name": "13dca28d-6560-473d-a008-6cf792faea8d", "status": "Succeeded", - "startTime": "2022-02-25T08:12:31.8832589Z", - "endTime": "2022-02-25T08:12:31.9190123Z", + "startTime": "2022-05-23T15:49:14.5248993Z", + "endTime": "2022-05-23T15:49:14.5717382Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -325,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aad5471a-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -341,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:13:03 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A12%3A31.9149119Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:49:45 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A49%3A14.5723809Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -350,38 +329,35 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee1b6701-9134-4238-8979-ab4af3da2791", + "x-ms-correlation-request-id": "eab41860-ead4-46f1-a889-3905d8e07267", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "d3363a25-f4f6-4065-a021-e523db50e823", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081303Z:ee1b6701-9134-4238-8979-ab4af3da2791", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154946Z:eab41860-ead4-46f1-a889-3905d8e07267", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A12%3A31.9149119Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A49%3A14.5723809Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:12:28.3419319Z" + "CreatedOnDate": "2022-05-23T15:49:10.1616927Z" }, "properties": { "activeDirectories": [ { - "activeDirectoryId": "ce84edd3-4475-9dc9-1818-763d9c54b8cc", - "username": "cbs", + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", "password": "****************", - "domain": "ANFReg.netapp.com", - "dns": "10.34.0.4", - "status": "InUse", - "smbServerName": "ANFREG", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", "organizationalUnit": "CN=Computers", - "kdcIP": "10.34.0.4", - "adName": "ANFReg.netapp.com", "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -394,25 +370,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:12:31.197496Z", + "createdAt": "2022-05-23T15:49:13.7418337Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:12:31.197496Z" + "lastModifiedAt": "2022-05-23T15:49:13.7418337Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "183", + "Content-Length": "191", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0f88d86-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -429,31 +403,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e591c484-fe9e-4795-93ec-32f3a151ec3c?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/253dda46-689b-4b72-891f-a9ab43437794?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:13:05 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A13%3A04.9442604Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:49:48 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A49%3A47.9510155Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb83c32b-2de9-4fb9-b867-b89cefddb90b", + "x-ms-correlation-request-id": "8633f46c-20c4-4be3-9ff9-47bb76c8724d", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "881f59c0-1513-466c-8bf3-332eab5aa324", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081306Z:cb83c32b-2de9-4fb9-b867-b89cefddb90b", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154949Z:8633f46c-20c4-4be3-9ff9-47bb76c8724d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A13%3A04.9442604Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A49%3A47.9510155Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:13:03.6027119Z" + "CreatedOnDate": "2022-05-23T15:49:46.7004502Z" }, "properties": { "enabled": false, @@ -469,23 +442,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:13:04.8129094Z", + "createdAt": "2022-05-23T15:49:47.7795613Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:13:04.8129094Z" + "lastModifiedAt": "2022-05-23T15:49:47.7795613Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c28a9a90-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -493,7 +464,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:13:06 GMT", + "Date": "Mon, 23 May 2022 15:49:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -501,10 +472,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c772792-3f5d-44dd-8d69-c956a528f75b", + "x-ms-correlation-request-id": "d5706e8b-c719-46db-83fa-e96162267643", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0ca60214-0afa-4cc8-9a19-ab3ddfa7cc76", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081306Z:5c772792-3f5d-44dd-8d69-c956a528f75b", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154949Z:d5706e8b-c719-46db-83fa-e96162267643", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -513,10 +483,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A13%3A04.9811542Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A49%3A47.9919754Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:13:03.6027119Z" + "CreatedOnDate": "2022-05-23T15:49:46.7004502Z" }, "properties": { "enabled": false, @@ -532,58 +502,53 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:13:04.8129094Z", + "createdAt": "2022-05-23T15:49:47.7795613Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:13:04.8129094Z" + "lastModifiedAt": "2022-05-23T15:49:47.7795613Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c2b6a6c6-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/babfa5cb-67a1-4edc-977c-c883e15b7b4e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1252dd02-b08d-4071-9191-980e2ee7b169?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 08:13:06 GMT", + "Date": "Mon, 23 May 2022 15:49:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/babfa5cb-67a1-4edc-977c-c883e15b7b4e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1252dd02-b08d-4071-9191-980e2ee7b169?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2690adfd-5417-466c-b195-3d29e172ac17", + "x-ms-correlation-request-id": "1a060cea-5981-4967-847d-b909459d2553", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "2690adfd-5417-466c-b195-3d29e172ac17", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081306Z:2690adfd-5417-466c-b195-3d29e172ac17", + "x-ms-routing-request-id": "WESTEUROPE:20220523T154950Z:1a060cea-5981-4967-847d-b909459d2553", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/babfa5cb-67a1-4edc-977c-c883e15b7b4e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1252dd02-b08d-4071-9191-980e2ee7b169?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c2b6a6c6-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -591,7 +556,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:13:36 GMT", + "Date": "Mon, 23 May 2022 15:50:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -599,18 +564,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3465b8d0-ed03-4544-ab70-01f3b8ea319c", + "x-ms-correlation-request-id": "aea33671-ba31-46a8-a565-0d697afbb831", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "185d200c-e2a0-41c3-aac9-adefe7b0a5af", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081337Z:3465b8d0-ed03-4544-ab70-01f3b8ea319c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155020Z:aea33671-ba31-46a8-a565-0d697afbb831", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/babfa5cb-67a1-4edc-977c-c883e15b7b4e", - "name": "babfa5cb-67a1-4edc-977c-c883e15b7b4e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1252dd02-b08d-4071-9191-980e2ee7b169", + "name": "1252dd02-b08d-4071-9191-980e2ee7b169", "status": "Succeeded", - "startTime": "2022-02-25T08:13:06.7214023Z", - "endTime": "2022-02-25T08:13:06.7469852Z", + "startTime": "2022-05-23T15:49:50.0960313Z", + "endTime": "2022-05-23T15:49:50.1272987Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -618,15 +582,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/babfa5cb-67a1-4edc-977c-c883e15b7b4e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1252dd02-b08d-4071-9191-980e2ee7b169?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c2b6a6c6-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -634,7 +596,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:13:37 GMT", + "Date": "Mon, 23 May 2022 15:50:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -642,20 +604,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb7a97b7-4bee-4541-acfd-1c28d654c1fb", + "x-ms-correlation-request-id": "98d45439-4a07-4d0e-80a1-e1ba17c13fb9", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f6f167c6-773f-431d-b510-81a52d9623c9", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081337Z:eb7a97b7-4bee-4541-acfd-1c28d654c1fb", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155020Z:98d45439-4a07-4d0e-80a1-e1ba17c13fb9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A13%3A06.7021266Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A49%3A50.0338277Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:13:03.6027119Z" + "CreatedOnDate": "2022-05-23T15:49:46.7004502Z" }, "properties": { "enabled": false, @@ -671,39 +632,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:13:04.8129094Z", + "createdAt": "2022-05-23T15:49:47.7795613Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:13:04.8129094Z" + "lastModifiedAt": "2022-05-23T15:49:47.7795613Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d823b0ee-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:13:42 GMT", + "Date": "Mon, 23 May 2022 15:50:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73d52c30-7d60-4e6a-b941-0c980d1cc1aa", + "x-ms-correlation-request-id": "ffca3d3b-a4ef-4e92-9d72-547e0d8b2fab", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "73d52c30-7d60-4e6a-b941-0c980d1cc1aa", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081342Z:73d52c30-7d60-4e6a-b941-0c980d1cc1aa" + "x-ms-routing-request-id": "WESTEUROPE:20220523T155026Z:ffca3d3b-a4ef-4e92-9d72-547e0d8b2fab" }, "ResponseBody": { "error": { @@ -713,15 +671,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d83d925c-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -729,7 +685,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:13:42 GMT", + "Date": "Mon, 23 May 2022 15:50:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -737,10 +693,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44116fc8-7599-4980-88cb-3be49b07c637", + "x-ms-correlation-request-id": "138ca457-0d5d-4faf-9334-17ab3de92c8c", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "007e7f8f-a324-450f-af45-b918f713076e", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081342Z:44116fc8-7599-4980-88cb-3be49b07c637", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155026Z:138ca457-0d5d-4faf-9334-17ab3de92c8c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -748,48 +703,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d8630316-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/29b78353-01f6-4a3d-88db-a6f2e0dd5358?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f1dcb241-9fcf-44eb-8ea7-c5e5e4465c9c?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 08:13:42 GMT", + "Date": "Mon, 23 May 2022 15:50:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/29b78353-01f6-4a3d-88db-a6f2e0dd5358?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f1dcb241-9fcf-44eb-8ea7-c5e5e4465c9c?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e55bcde9-0a7e-422f-90dd-daa39fe3550f", + "x-ms-correlation-request-id": "9f867471-46d5-4e63-8f3c-892973c063db", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "e55bcde9-0a7e-422f-90dd-daa39fe3550f", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081343Z:e55bcde9-0a7e-422f-90dd-daa39fe3550f", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155027Z:9f867471-46d5-4e63-8f3c-892973c063db", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/29b78353-01f6-4a3d-88db-a6f2e0dd5358?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f1dcb241-9fcf-44eb-8ea7-c5e5e4465c9c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d8630316-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -797,7 +747,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:14:12 GMT", + "Date": "Mon, 23 May 2022 15:50:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -805,18 +755,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c18edc0-b775-43ac-9b78-98bb4190af1a", + "x-ms-correlation-request-id": "a1954fd8-4689-4bf2-aec4-599dc359552d", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "78662460-050d-4afc-9fdc-d3e640e73720", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081413Z:5c18edc0-b775-43ac-9b78-98bb4190af1a", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155057Z:a1954fd8-4689-4bf2-aec4-599dc359552d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/29b78353-01f6-4a3d-88db-a6f2e0dd5358", - "name": "29b78353-01f6-4a3d-88db-a6f2e0dd5358", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f1dcb241-9fcf-44eb-8ea7-c5e5e4465c9c", + "name": "f1dcb241-9fcf-44eb-8ea7-c5e5e4465c9c", "status": "Succeeded", - "startTime": "2022-02-25T08:13:43.042884Z", - "endTime": "2022-02-25T08:13:43.0878616Z", + "startTime": "2022-05-23T15:50:27.063598Z", + "endTime": "2022-05-23T15:50:27.1104909Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -824,15 +773,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/29b78353-01f6-4a3d-88db-a6f2e0dd5358?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f1dcb241-9fcf-44eb-8ea7-c5e5e4465c9c?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d8630316-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -840,7 +787,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:14:13 GMT", + "Date": "Mon, 23 May 2022 15:50:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -848,20 +795,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e02befc2-5e38-475c-874e-202fa7ae62a2", + "x-ms-correlation-request-id": "4317cb6a-ad21-41e8-9ae8-49f149ef287f", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "1190dd77-bd66-4e8d-b94a-8e805805f63f", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081413Z:e02befc2-5e38-475c-874e-202fa7ae62a2", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155057Z:4317cb6a-ad21-41e8-9ae8-49f149ef287f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A13%3A43.0344566Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A50%3A27.0656674Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:12:28.3419319Z" + "CreatedOnDate": "2022-05-23T15:49:10.1616927Z" }, "properties": { "encryption": { @@ -872,39 +818,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:12:31.197496Z", + "createdAt": "2022-05-23T15:49:13.7418337Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:12:31.197496Z" + "lastModifiedAt": "2022-05-23T15:49:13.7418337Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ebf4b370-9612-11ec-9cc3-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:14:15 GMT", + "Date": "Mon, 23 May 2022 15:50:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ae2082d-3c75-4340-aef1-abf11d73494d", + "x-ms-correlation-request-id": "efeecd1b-0a31-44db-866c-8964574fc089", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "3ae2082d-3c75-4340-aef1-abf11d73494d", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081415Z:3ae2082d-3c75-4340-aef1-abf11d73494d" + "x-ms-routing-request-id": "WESTEUROPE:20220523T155100Z:efeecd1b-0a31-44db-866c-8964574fc089" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_get_snapshot_policy_by_name.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_get_snapshot_policy_by_name.json index bdb5f47dc100..cbcd6168c480 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_get_snapshot_policy_by_name.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_get_snapshot_policy_by_name.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:17:11 GMT", + "Date": "Mon, 23 May 2022 15:55:13 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Aj7K1RoWsCBLo9bkMhNf9wE; expires=Sun, 27-Mar-2022 08:17:11 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrAOM2FOn3RvR6OGZYQhJiFzQQ1OueiUGXB4fjxrGqN9utflSDIF0TPd-v5oakmFX1W3OlplbXZsRNBRoeFIGfZ_HibTCHgopqaaPWIUCT7dlFmmd11oIWCE0nUU9gUwAyjfhbELCwvgekOcsvnZ_8sY8V82UVy8OsO6_PMK7CGsIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "7be82985-85e8-4c9a-bcf5-e7f6f1124700" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=Aj7K1RoWsCBLo9bkMhNf9wE; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:17:11 GMT", + "Date": "Mon, 23 May 2022 15:55:13 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Aj7K1RoWsCBLo9bkMhNf9wE; expires=Sun, 27-Mar-2022 08:17:11 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "02e2d854-5a9a-460d-b3f1-550494eb0b00" + "x-ms-ests-server": "2.1.12744.11 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,40 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "22f21e57-a5c6-4b3c-8620-4339c030a10e", + "client-request-id": "a34d4266-d23e-4bdc-8e5d-eb1e7734576b", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=Aj7K1RoWsCBLo9bkMhNf9wE; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "22f21e57-a5c6-4b3c-8620-4339c030a10e", - "Content-Length": "1412", + "client-request-id": "a34d4266-d23e-4bdc-8e5d-eb1e7734576b", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:17:11 GMT", + "Date": "Mon, 23 May 2022 15:55:13 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=Aj7K1RoWsCBLo9bkMhNf9wH7QncyAQAAAIaHqtkOAAAA; expires=Sun, 27-Mar-2022 08:17:11 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "78792051-bcaf-4034-942b-ceca2e9a4300" + "x-ms-ests-server": "2.1.12794.4 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -225,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "27", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "53cdbec4-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8949314-cae0-4b56-85e0-59fc64cc7d53?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/46b36dbb-fcfe-4aeb-a5d4-74a9d3fd5784?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "688", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:17:18 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A17%3A17.6881952Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:55:23 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A55%3A22.0396788Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8468a7d3-904d-4bf9-b2df-3d633dbaa8d9", + "x-ms-correlation-request-id": "b6d2b71e-4f70-418e-953c-f47e62aaa4e7", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "9fdefbc9-74a0-4f40-b134-141e8bf0fedc", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081718Z:8468a7d3-904d-4bf9-b2df-3d633dbaa8d9", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155523Z:b6d2b71e-4f70-418e-953c-f47e62aaa4e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A17%3A17.6881952Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A55%3A22.0396788Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:17:14.1808746Z" + "CreatedOnDate": "2022-05-23T15:55:16.6522469Z" }, "properties": { "provisioningState": "Creating" @@ -274,23 +258,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:17:17.0067888Z", + "createdAt": "2022-05-23T15:55:21.2748982Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:17:17.0067888Z" + "lastModifiedAt": "2022-05-23T15:55:21.2748982Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8949314-cae0-4b56-85e0-59fc64cc7d53?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/46b36dbb-fcfe-4aeb-a5d4-74a9d3fd5784?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "53cdbec4-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -298,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:17:49 GMT", + "Date": "Mon, 23 May 2022 15:55:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -306,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15421f0c-8527-4d83-af1e-805063b44c7d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "6f24064c-8687-4587-b035-5cb0ad85a5a3", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081749Z:15421f0c-8527-4d83-af1e-805063b44c7d", + "x-ms-correlation-request-id": "e323e426-de1c-4f0d-bf5b-baf2182f9707", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155553Z:e323e426-de1c-4f0d-bf5b-baf2182f9707", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e8949314-cae0-4b56-85e0-59fc64cc7d53", - "name": "e8949314-cae0-4b56-85e0-59fc64cc7d53", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/46b36dbb-fcfe-4aeb-a5d4-74a9d3fd5784", + "name": "46b36dbb-fcfe-4aeb-a5d4-74a9d3fd5784", "status": "Succeeded", - "startTime": "2022-02-25T08:17:17.6907958Z", - "endTime": "2022-02-25T08:17:17.7257449Z", + "startTime": "2022-05-23T15:55:22.0447193Z", + "endTime": "2022-05-23T15:55:22.0759799Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -325,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "53cdbec4-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -341,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:17:49 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A17%3A17.7215142Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:55:53 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A55%3A22.0817263Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -350,38 +329,35 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "497c6bf2-df81-4488-99f8-d31861071dee", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "3456c4a3-d441-42cb-8e3d-761cf753d8a6", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081749Z:497c6bf2-df81-4488-99f8-d31861071dee", + "x-ms-correlation-request-id": "7c86520b-4f53-45a9-9ac7-c0e728cdd19a", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155554Z:7c86520b-4f53-45a9-9ac7-c0e728cdd19a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A17%3A17.7215142Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A55%3A22.0817263Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:17:14.1808746Z" + "CreatedOnDate": "2022-05-23T15:55:16.6522469Z" }, "properties": { "activeDirectories": [ { - "activeDirectoryId": "ce84edd3-4475-9dc9-1818-763d9c54b8cc", - "username": "cbs", + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", "password": "****************", - "domain": "ANFReg.netapp.com", - "dns": "10.34.0.4", - "status": "InUse", - "smbServerName": "ANFREG", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", "organizationalUnit": "CN=Computers", - "kdcIP": "10.34.0.4", - "adName": "ANFReg.netapp.com", "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -394,25 +370,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:17:17.0067888Z", + "createdAt": "2022-05-23T15:55:21.2748982Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:17:17.0067888Z" + "lastModifiedAt": "2022-05-23T15:55:21.2748982Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "183", + "Content-Length": "191", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6b767b38-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -429,31 +403,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d508816f-c961-4ed0-b45f-e0feae632c3e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0eb53cfb-f74c-4e07-b714-9ca49fe95fd1?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:17:51 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A17%3A50.9550036Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:55:56 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A55%3A56.2478958Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a804fc13-d96c-4a8c-a867-03a562c0dc5c", + "x-ms-correlation-request-id": "c04e0519-2eb8-42a7-b7c6-ba8c95849082", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "e38cc73b-57e8-4378-8efd-22ba62a11490", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081751Z:a804fc13-d96c-4a8c-a867-03a562c0dc5c", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155557Z:c04e0519-2eb8-42a7-b7c6-ba8c95849082", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A17%3A50.9550036Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A55%3A56.2478958Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:17:49.6098720Z" + "CreatedOnDate": "2022-05-23T15:55:54.3660163Z" }, "properties": { "enabled": false, @@ -469,23 +442,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:17:50.8121048Z", + "createdAt": "2022-05-23T15:55:56.1192762Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:17:50.8121048Z" + "lastModifiedAt": "2022-05-23T15:55:56.1192762Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6cd304ba-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -493,8 +464,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:17:51 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A17%3A50.9877664Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:55:57 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A55%3A56.2879324Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -502,20 +473,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f815dcaf-7db7-4a2c-b6bc-9ac37fb57635", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "fbc477f2-b9b8-4c8b-a51e-431ad52ee5ad", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081751Z:f815dcaf-7db7-4a2c-b6bc-9ac37fb57635", + "x-ms-correlation-request-id": "abcffa9a-219a-4c4c-893d-04437a2228b8", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155557Z:abcffa9a-219a-4c4c-893d-04437a2228b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A17%3A50.9877664Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A55%3A56.2879324Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:17:49.6098720Z" + "CreatedOnDate": "2022-05-23T15:55:54.3660163Z" }, "properties": { "enabled": false, @@ -531,56 +501,51 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:17:50.8121048Z", + "createdAt": "2022-05-23T15:55:56.1192762Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:17:50.8121048Z" + "lastModifiedAt": "2022-05-23T15:55:56.1192762Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6cf5bc12-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e4180b9-8b88-4479-9674-0b109e317026?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3ee0b2e2-e69f-4881-9e17-28dffc56e161?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 08:17:52 GMT", + "Date": "Mon, 23 May 2022 15:55:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e4180b9-8b88-4479-9674-0b109e317026?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3ee0b2e2-e69f-4881-9e17-28dffc56e161?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1bf2f638-0647-4f34-bb35-8307bb5ab89d", + "x-ms-correlation-request-id": "ad6ad29f-8997-425c-8df6-f266510aefbd", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "1bf2f638-0647-4f34-bb35-8307bb5ab89d", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081752Z:1bf2f638-0647-4f34-bb35-8307bb5ab89d", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155558Z:ad6ad29f-8997-425c-8df6-f266510aefbd", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e4180b9-8b88-4479-9674-0b109e317026?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3ee0b2e2-e69f-4881-9e17-28dffc56e161?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6cf5bc12-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -588,7 +553,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:18:22 GMT", + "Date": "Mon, 23 May 2022 15:56:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -596,18 +561,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f0adf29-89d1-4eef-ad22-987772ec7252", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "2f152fed-f6f1-4445-aa37-5ae92849052f", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081822Z:7f0adf29-89d1-4eef-ad22-987772ec7252", + "x-ms-correlation-request-id": "b33c2158-8db6-488a-b634-dabcd96ec992", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155628Z:b33c2158-8db6-488a-b634-dabcd96ec992", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e4180b9-8b88-4479-9674-0b109e317026", - "name": "8e4180b9-8b88-4479-9674-0b109e317026", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3ee0b2e2-e69f-4881-9e17-28dffc56e161", + "name": "3ee0b2e2-e69f-4881-9e17-28dffc56e161", "status": "Succeeded", - "startTime": "2022-02-25T08:17:52.4438713Z", - "endTime": "2022-02-25T08:17:52.4638598Z", + "startTime": "2022-05-23T15:55:58.4092798Z", + "endTime": "2022-05-23T15:55:58.4404878Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -615,15 +579,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e4180b9-8b88-4479-9674-0b109e317026?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3ee0b2e2-e69f-4881-9e17-28dffc56e161?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6cf5bc12-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -631,7 +593,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:18:22 GMT", + "Date": "Mon, 23 May 2022 15:56:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -639,20 +601,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73a86f69-9d91-4ff2-b433-f0369487bd6b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "bc631352-e2fb-4a52-afec-d5982430f80f", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081822Z:73a86f69-9d91-4ff2-b433-f0369487bd6b", + "x-ms-correlation-request-id": "2cb07b75-d3a4-4531-b6ba-8142325e1a77", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155628Z:2cb07b75-d3a4-4531-b6ba-8142325e1a77", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A17%3A52.4279122Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A55%3A58.4057422Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:17:49.6098720Z" + "CreatedOnDate": "2022-05-23T15:55:54.3660163Z" }, "properties": { "enabled": false, @@ -668,39 +629,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:17:50.8121048Z", + "createdAt": "2022-05-23T15:55:56.1192762Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:17:50.8121048Z" + "lastModifiedAt": "2022-05-23T15:55:56.1192762Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "826c880a-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:18:27 GMT", + "Date": "Mon, 23 May 2022 15:56:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5219cc7a-9b34-4b13-b17b-db8a11cf842f", + "x-ms-correlation-request-id": "1590c484-5d40-4649-aa78-f37d287f4169", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "5219cc7a-9b34-4b13-b17b-db8a11cf842f", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081828Z:5219cc7a-9b34-4b13-b17b-db8a11cf842f" + "x-ms-routing-request-id": "WESTEUROPE:20220523T155634Z:1590c484-5d40-4649-aa78-f37d287f4169" }, "ResponseBody": { "error": { @@ -710,48 +668,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "82901b26-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/068832d6-4c88-4608-9059-59448fe8f3cc?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a347710b-995a-4e4a-97b2-ab5ca7b662fe?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 08:18:28 GMT", + "Date": "Mon, 23 May 2022 15:56:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/068832d6-4c88-4608-9059-59448fe8f3cc?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a347710b-995a-4e4a-97b2-ab5ca7b662fe?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e31933c9-cb8d-4cf5-86ff-11e03660f1c1", + "x-ms-correlation-request-id": "17b86395-4c88-408f-8837-9435fb513794", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "e31933c9-cb8d-4cf5-86ff-11e03660f1c1", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081828Z:e31933c9-cb8d-4cf5-86ff-11e03660f1c1", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155634Z:17b86395-4c88-408f-8837-9435fb513794", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/068832d6-4c88-4608-9059-59448fe8f3cc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a347710b-995a-4e4a-97b2-ab5ca7b662fe?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "82901b26-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -759,7 +712,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:18:58 GMT", + "Date": "Mon, 23 May 2022 15:57:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -767,18 +720,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd12c727-41df-40f5-86a2-eba137783a56", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "0c0f4ec6-7a67-48c1-8ea6-ba2d6bb6b547", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081858Z:bd12c727-41df-40f5-86a2-eba137783a56", + "x-ms-correlation-request-id": "558c548e-0420-43d0-b21e-e98c56f5fc42", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155705Z:558c548e-0420-43d0-b21e-e98c56f5fc42", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/068832d6-4c88-4608-9059-59448fe8f3cc", - "name": "068832d6-4c88-4608-9059-59448fe8f3cc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a347710b-995a-4e4a-97b2-ab5ca7b662fe", + "name": "a347710b-995a-4e4a-97b2-ab5ca7b662fe", "status": "Succeeded", - "startTime": "2022-02-25T08:18:28.5702262Z", - "endTime": "2022-02-25T08:18:28.6202363Z", + "startTime": "2022-05-23T15:56:34.8662063Z", + "endTime": "2022-05-23T15:56:34.8974859Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -786,15 +738,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/068832d6-4c88-4608-9059-59448fe8f3cc?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a347710b-995a-4e4a-97b2-ab5ca7b662fe?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "82901b26-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -802,7 +752,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:18:58 GMT", + "Date": "Mon, 23 May 2022 15:57:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -810,20 +760,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37d8a741-994b-4b03-a1e3-4b245a00a9da", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "551b8100-c7f0-42f1-afb0-930221de23d7", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081859Z:37d8a741-994b-4b03-a1e3-4b245a00a9da", + "x-ms-correlation-request-id": "5aec616a-5c75-4d1e-8b72-963a47188aa7", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155705Z:5aec616a-5c75-4d1e-8b72-963a47188aa7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A18%3A28.5594848Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A56%3A34.8598448Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:17:14.1808746Z" + "CreatedOnDate": "2022-05-23T15:55:16.6522469Z" }, "properties": { "encryption": { @@ -834,39 +783,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:17:17.0067888Z", + "createdAt": "2022-05-23T15:55:21.2748982Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:17:17.0067888Z" + "lastModifiedAt": "2022-05-23T15:55:21.2748982Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "94fe0e9e-9613-11ec-822f-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:18:58 GMT", + "Date": "Mon, 23 May 2022 15:57:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4991ce4d-8cb1-4688-ae12-a6b5a2c5f8c7", + "x-ms-correlation-request-id": "e13ebebf-3bed-4b3b-af5d-2bfe72e99660", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "4991ce4d-8cb1-4688-ae12-a6b5a2c5f8c7", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081859Z:4991ce4d-8cb1-4688-ae12-a6b5a2c5f8c7" + "x-ms-routing-request-id": "WESTEUROPE:20220523T155705Z:e13ebebf-3bed-4b3b-af5d-2bfe72e99660" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_list_snapshot_policies.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_list_snapshot_policies.json index 4321bdc11194..491228a97141 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_list_snapshot_policies.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_list_snapshot_policies.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:14:29 GMT", + "Date": "Mon, 23 May 2022 15:51:19 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AnBiAUzSN4RHvXx_3FT6FhI; expires=Sun, 27-Mar-2022 08:14:29 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrRDVGlhjl1wK9j9XYEHpB1SdQl6Rbtmyeb98orlmbP1Q9CQmeuWLH0NqhBOm1pQUrMNwVVx0qYyBEmSK1lxKJk5Ti6oHAYrV73A1r6k5dlQhrdJcD14pkKgIEpJ_34GqP-T6yPpMe83gKwsxlhL6JoO9bsbe8gLjX21MUo_KcwWcgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "7a32af19-d0b7-4dc3-97eb-2ce8dfd34a00" + "x-ms-ests-server": "2.1.12794.4 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AnBiAUzSN4RHvXx_3FT6FhI; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:14:29 GMT", + "Date": "Mon, 23 May 2022 15:51:19 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AnBiAUzSN4RHvXx_3FT6FhI; expires=Sun, 27-Mar-2022 08:14:30 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "a368863e-bc21-4cf3-9894-4f8927113e00" + "x-ms-ests-server": "2.1.12744.11 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,40 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ca04217d-2e41-47b1-9549-4aae56b724bc", + "client-request-id": "076da828-fb09-4363-87b9-f9f781905dc4", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AnBiAUzSN4RHvXx_3FT6FhI; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ca04217d-2e41-47b1-9549-4aae56b724bc", - "Content-Length": "1412", + "client-request-id": "076da828-fb09-4363-87b9-f9f781905dc4", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:14:29 GMT", + "Date": "Mon, 23 May 2022 15:51:19 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AnBiAUzSN4RHvXx_3FT6FhL7QncyAQAAAOWGqtkOAAAA; expires=Sun, 27-Mar-2022 08:14:30 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "a37856cc-9b76-4eaf-adaa-68f589e74900" + "x-ms-ests-server": "2.1.12794.4 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -225,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "27", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3a7d85e-9612-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f20ede5d-9016-4bbd-8878-52f09506b5d2?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8ead8284-becb-4633-9df4-697739f593e2?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "688", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:14:36 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A14%3A36.0635964Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:51:27 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A51%3A26.4422737Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db4bdf36-41ae-4e97-9301-a9192308df28", + "x-ms-correlation-request-id": "67cced06-2635-462e-857e-9c7c89e90ab1", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "33dc22f3-31bb-48dd-928a-42ddcaa293eb", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081436Z:db4bdf36-41ae-4e97-9301-a9192308df28", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155127Z:67cced06-2635-462e-857e-9c7c89e90ab1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A14%3A36.0635964Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A51%3A26.4422737Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:14:32.7485440Z" + "CreatedOnDate": "2022-05-23T15:51:22.3033155Z" }, "properties": { "provisioningState": "Creating" @@ -274,23 +258,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:14:35.4297721Z", + "createdAt": "2022-05-23T15:51:25.6900005Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:14:35.4297721Z" + "lastModifiedAt": "2022-05-23T15:51:25.6900005Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f20ede5d-9016-4bbd-8878-52f09506b5d2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8ead8284-becb-4633-9df4-697739f593e2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3a7d85e-9612-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -298,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:15:06 GMT", + "Date": "Mon, 23 May 2022 15:51:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -306,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e7ff582-cb8e-41cb-b50f-fe23bcf95699", + "x-ms-correlation-request-id": "aa7a0e2d-ebe8-4fa2-9020-2b172d952689", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "586b00d1-000a-4e85-954b-01967868774c", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081507Z:2e7ff582-cb8e-41cb-b50f-fe23bcf95699", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155158Z:aa7a0e2d-ebe8-4fa2-9020-2b172d952689", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f20ede5d-9016-4bbd-8878-52f09506b5d2", - "name": "f20ede5d-9016-4bbd-8878-52f09506b5d2", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8ead8284-becb-4633-9df4-697739f593e2", + "name": "8ead8284-becb-4633-9df4-697739f593e2", "status": "Succeeded", - "startTime": "2022-02-25T08:14:36.0725754Z", - "endTime": "2022-02-25T08:14:36.1075143Z", + "startTime": "2022-05-23T15:51:26.4391433Z", + "endTime": "2022-05-23T15:51:26.6266075Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -325,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f3a7d85e-9612-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -341,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:15:06 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A14%3A36.1038033Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:51:57 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A51%3A26.4740248Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -350,38 +329,35 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9595471-7938-46bf-8810-7fa60e385344", + "x-ms-correlation-request-id": "f4f16ac9-e061-4df6-915e-f7ed27a99419", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "d74786b2-98fe-48e9-a4fb-f9016a72cf10", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081507Z:b9595471-7938-46bf-8810-7fa60e385344", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155158Z:f4f16ac9-e061-4df6-915e-f7ed27a99419", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A14%3A36.1038033Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A51%3A26.4740248Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:14:32.7485440Z" + "CreatedOnDate": "2022-05-23T15:51:22.3033155Z" }, "properties": { "activeDirectories": [ { - "activeDirectoryId": "ce84edd3-4475-9dc9-1818-763d9c54b8cc", - "username": "cbs", + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", "password": "****************", - "domain": "ANFReg.netapp.com", - "dns": "10.34.0.4", - "status": "InUse", - "smbServerName": "ANFREG", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", "organizationalUnit": "CN=Computers", - "kdcIP": "10.34.0.4", - "adName": "ANFReg.netapp.com", "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -394,25 +370,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:14:35.4297721Z", + "createdAt": "2022-05-23T15:51:25.6900005Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:14:35.4297721Z" + "lastModifiedAt": "2022-05-23T15:51:25.6900005Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "183", + "Content-Length": "191", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0ade082c-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -429,31 +403,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/815c221d-c89a-46bf-a549-81c5fe6cea66?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c55437-436c-4c5c-ba25-3f6d890166fa?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:15:09 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A15%3A08.8669974Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:52:00 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A52%3A00.5934782Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10ed7b2b-f63b-4cd1-88c9-300ca01206f0", + "x-ms-correlation-request-id": "34630f8a-26ea-4238-9f2e-5fa40cd766ef", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "3ebcade9-dc6d-46f6-b0bf-12cd75dd3d28", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081509Z:10ed7b2b-f63b-4cd1-88c9-300ca01206f0", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155201Z:34630f8a-26ea-4238-9f2e-5fa40cd766ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A15%3A08.8669974Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A52%3A00.5934782Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:15:07.5905286Z" + "CreatedOnDate": "2022-05-23T15:51:58.7978616Z" }, "properties": { "enabled": false, @@ -469,25 +442,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:15:08.7400993Z", + "createdAt": "2022-05-23T15:52:00.4560694Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:15:08.7400993Z" + "lastModifiedAt": "2022-05-23T15:52:00.4560694Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "183", + "Content-Length": "191", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0c6d3e6a-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -504,31 +475,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b019c678-45ae-48e4-9f8d-2eefedd4699c?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1e4f058-5af0-4706-a292-99695d12ede8?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:15:11 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A15%3A11.1037293Z\u0027\u0022", + "Date": "Mon, 23 May 2022 15:52:04 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T15%3A52%3A03.4048493Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab92feaf-e320-4cde-a1ab-b4f981e832e9", + "x-ms-correlation-request-id": "8518f914-0e47-407d-b519-11ba27897048", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "7ec2c625-f563-4663-ad01-5b7d9a26d8d9", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081511Z:ab92feaf-e320-4cde-a1ab-b4f981e832e9", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155204Z:8518f914-0e47-407d-b519-11ba27897048", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-2", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A15%3A11.1037293Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A52%3A03.4048493Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:15:10.1925662Z" + "CreatedOnDate": "2022-05-23T15:52:01.8091494Z" }, "properties": { "enabled": false, @@ -544,23 +514,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:15:10.9851232Z", + "createdAt": "2022-05-23T15:52:03.2842296Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:15:10.9851232Z" + "lastModifiedAt": "2022-05-23T15:52:03.2842296Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0d817bcc-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -568,7 +536,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:15:11 GMT", + "Date": "Mon, 23 May 2022 15:52:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -576,10 +544,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe293369-9fe1-4b26-8fa4-e2713a629a9f", + "x-ms-correlation-request-id": "5034230c-cd3d-4f4a-abff-f54af5879857", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b276fbd9-f814-48aa-85ca-d5b7c1bfa535", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081512Z:fe293369-9fe1-4b26-8fa4-e2713a629a9f", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155205Z:5034230c-cd3d-4f4a-abff-f54af5879857", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -588,10 +555,10 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A15%3A08.9171957Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A52%3A00.6434141Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:15:07.5905286Z" + "CreatedOnDate": "2022-05-23T15:51:58.7978616Z" }, "properties": { "enabled": false, @@ -607,20 +574,20 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:15:08.7400993Z", + "createdAt": "2022-05-23T15:52:00.4560694Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:15:08.7400993Z" + "lastModifiedAt": "2022-05-23T15:52:00.4560694Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-2", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A15%3A11.2478045Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A52%3A03.4388424Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:15:10.1925662Z" + "CreatedOnDate": "2022-05-23T15:52:01.8091494Z" }, "properties": { "enabled": false, @@ -636,58 +603,53 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:15:10.9851232Z", + "createdAt": "2022-05-23T15:52:03.2842296Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:15:10.9851232Z" + "lastModifiedAt": "2022-05-23T15:52:03.2842296Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0dab9876-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/114b4add-2898-4e20-9135-c90ef5bcc781?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a948a0f3-1770-4476-92ec-7c62850357b6?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 08:15:12 GMT", + "Date": "Mon, 23 May 2022 15:52:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/114b4add-2898-4e20-9135-c90ef5bcc781?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a948a0f3-1770-4476-92ec-7c62850357b6?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "917e7574-bc01-4340-bf8b-3c2ba8013daf", + "x-ms-correlation-request-id": "b04c4845-aca2-4f07-a9d9-8f4e88fcad1f", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "917e7574-bc01-4340-bf8b-3c2ba8013daf", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081512Z:917e7574-bc01-4340-bf8b-3c2ba8013daf", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155205Z:b04c4845-aca2-4f07-a9d9-8f4e88fcad1f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/114b4add-2898-4e20-9135-c90ef5bcc781?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a948a0f3-1770-4476-92ec-7c62850357b6?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0dab9876-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -695,7 +657,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:15:42 GMT", + "Date": "Mon, 23 May 2022 15:52:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -703,18 +665,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ccac374-43c3-4282-a09f-8c926cc3bea3", + "x-ms-correlation-request-id": "1ba08bd9-5fcc-42aa-9f81-82470f635e4b", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "2e925dcf-44dc-4e1e-a83e-03963455c54a", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081542Z:5ccac374-43c3-4282-a09f-8c926cc3bea3", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155236Z:1ba08bd9-5fcc-42aa-9f81-82470f635e4b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/114b4add-2898-4e20-9135-c90ef5bcc781", - "name": "114b4add-2898-4e20-9135-c90ef5bcc781", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a948a0f3-1770-4476-92ec-7c62850357b6", + "name": "a948a0f3-1770-4476-92ec-7c62850357b6", "status": "Succeeded", - "startTime": "2022-02-25T08:15:12.5182282Z", - "endTime": "2022-02-25T08:15:12.5432237Z", + "startTime": "2022-05-23T15:52:05.6238461Z", + "endTime": "2022-05-23T15:52:05.6394464Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -722,15 +683,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/114b4add-2898-4e20-9135-c90ef5bcc781?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a948a0f3-1770-4476-92ec-7c62850357b6?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0dab9876-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -738,7 +697,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:15:42 GMT", + "Date": "Mon, 23 May 2022 15:52:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -746,20 +705,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75c95846-53d8-404c-82f1-8ae6b6369703", + "x-ms-correlation-request-id": "e26ca4a0-765c-446a-b591-a830ffc050f9", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "01533e46-03a2-4a31-8a69-ab269d41435f", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081543Z:75c95846-53d8-404c-82f1-8ae6b6369703", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155236Z:e26ca4a0-765c-446a-b591-a830ffc050f9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A15%3A12.4980578Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A52%3A05.6036258Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:15:07.5905286Z" + "CreatedOnDate": "2022-05-23T15:51:58.7978616Z" }, "properties": { "enabled": false, @@ -775,39 +733,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:15:08.7400993Z", + "createdAt": "2022-05-23T15:52:00.4560694Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:15:08.7400993Z" + "lastModifiedAt": "2022-05-23T15:52:00.4560694Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "231a0fe4-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:15:47 GMT", + "Date": "Mon, 23 May 2022 15:52:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63ccf7fb-6c5d-4ec2-a412-46ddcca728e9", + "x-ms-correlation-request-id": "2a0fdc2b-4f10-4657-8610-71a274b4e340", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "63ccf7fb-6c5d-4ec2-a412-46ddcca728e9", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081548Z:63ccf7fb-6c5d-4ec2-a412-46ddcca728e9" + "x-ms-routing-request-id": "WESTEUROPE:20220523T155241Z:2a0fdc2b-4f10-4657-8610-71a274b4e340" }, "ResponseBody": { "error": { @@ -817,48 +772,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2333a184-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5b7e2a5f-a8de-4bee-823c-2e6de3010b1b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/622b31c8-7e1d-4fb0-bee4-263399868c13?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 08:15:48 GMT", + "Date": "Mon, 23 May 2022 15:52:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5b7e2a5f-a8de-4bee-823c-2e6de3010b1b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/622b31c8-7e1d-4fb0-bee4-263399868c13?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0157b31e-8117-4ac1-a73c-a76e67af07aa", + "x-ms-correlation-request-id": "f9f5709f-05ec-446e-9969-ed94f7d74530", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "0157b31e-8117-4ac1-a73c-a76e67af07aa", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081548Z:0157b31e-8117-4ac1-a73c-a76e67af07aa", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155242Z:f9f5709f-05ec-446e-9969-ed94f7d74530", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5b7e2a5f-a8de-4bee-823c-2e6de3010b1b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/622b31c8-7e1d-4fb0-bee4-263399868c13?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2333a184-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -866,7 +816,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:16:17 GMT", + "Date": "Mon, 23 May 2022 15:53:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -874,18 +824,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9423c4ef-fa84-4e2c-81a4-46343b833aab", + "x-ms-correlation-request-id": "fb6a67f6-c324-431e-aebb-e9adc380bebf", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "dfc01e52-e935-494d-a574-759a33ac2754", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081618Z:9423c4ef-fa84-4e2c-81a4-46343b833aab", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155312Z:fb6a67f6-c324-431e-aebb-e9adc380bebf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5b7e2a5f-a8de-4bee-823c-2e6de3010b1b", - "name": "5b7e2a5f-a8de-4bee-823c-2e6de3010b1b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/622b31c8-7e1d-4fb0-bee4-263399868c13", + "name": "622b31c8-7e1d-4fb0-bee4-263399868c13", "status": "Succeeded", - "startTime": "2022-02-25T08:15:48.6420327Z", - "endTime": "2022-02-25T08:15:48.7070429Z", + "startTime": "2022-05-23T15:52:41.9798874Z", + "endTime": "2022-05-23T15:52:42.0111493Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-2" @@ -893,15 +842,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5b7e2a5f-a8de-4bee-823c-2e6de3010b1b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/622b31c8-7e1d-4fb0-bee4-263399868c13?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2333a184-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -909,7 +856,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:16:18 GMT", + "Date": "Mon, 23 May 2022 15:53:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -917,20 +864,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe9767b9-6aa2-4f6e-8851-6eb153586ed5", + "x-ms-correlation-request-id": "d635017e-3fa8-4629-aaff-604a7572de17", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "d3c48e6a-edd0-4827-86f9-502da2d30b36", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081619Z:fe9767b9-6aa2-4f6e-8851-6eb153586ed5", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155312Z:d635017e-3fa8-4629-aaff-604a7572de17", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-2", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A15%3A48.5995277Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A52%3A41.9721812Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:15:10.1925662Z" + "CreatedOnDate": "2022-05-23T15:52:01.8091494Z" }, "properties": { "enabled": false, @@ -946,39 +892,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:15:10.9851232Z", + "createdAt": "2022-05-23T15:52:03.2842296Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:15:10.9851232Z" + "lastModifiedAt": "2022-05-23T15:52:03.2842296Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "389cfeda-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:16:23 GMT", + "Date": "Mon, 23 May 2022 15:53:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0f9b62e-25a6-4427-8036-d5ffdac886d7", + "x-ms-correlation-request-id": "e7535dc5-db33-45ee-9691-0f6557515728", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "f0f9b62e-25a6-4427-8036-d5ffdac886d7", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081624Z:f0f9b62e-25a6-4427-8036-d5ffdac886d7" + "x-ms-routing-request-id": "WESTEUROPE:20220523T155317Z:e7535dc5-db33-45ee-9691-0f6557515728" }, "ResponseBody": { "error": { @@ -988,15 +931,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "38c7f036-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1004,7 +945,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:16:23 GMT", + "Date": "Mon, 23 May 2022 15:53:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1012,10 +953,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "db5faa11-b9bd-439c-bca3-950e817950ff", + "x-ms-correlation-request-id": "c80518c6-f698-4490-bb86-bf62aac7b3ba", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "3b793425-e5a1-44f5-a3d6-72a79665f357", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081624Z:db5faa11-b9bd-439c-bca3-950e817950ff", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155318Z:c80518c6-f698-4490-bb86-bf62aac7b3ba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1023,48 +963,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "38e59b54-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ada64b98-86d3-4ae2-8eef-ed35930530dc?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1a10b450-a4da-4942-9a9a-16289f7bfb6c?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 08:16:24 GMT", + "Date": "Mon, 23 May 2022 15:53:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ada64b98-86d3-4ae2-8eef-ed35930530dc?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1a10b450-a4da-4942-9a9a-16289f7bfb6c?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c4caf99-881e-4a51-929a-27985e7ce9e1", + "x-ms-correlation-request-id": "7fee68db-5358-48f1-8c4c-e67f962da47f", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "3c4caf99-881e-4a51-929a-27985e7ce9e1", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081625Z:3c4caf99-881e-4a51-929a-27985e7ce9e1", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155318Z:7fee68db-5358-48f1-8c4c-e67f962da47f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ada64b98-86d3-4ae2-8eef-ed35930530dc?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1a10b450-a4da-4942-9a9a-16289f7bfb6c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "38e59b54-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1072,7 +1007,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:16:55 GMT", + "Date": "Mon, 23 May 2022 15:53:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1080,18 +1015,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4e34357-bb51-45f4-a1f2-6230769d275b", + "x-ms-correlation-request-id": "4efae1d3-11fa-49b8-8757-eb4f9e2fd203", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "33098e26-4854-41ee-be07-52a39bfde49d", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081655Z:a4e34357-bb51-45f4-a1f2-6230769d275b", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155349Z:4efae1d3-11fa-49b8-8757-eb4f9e2fd203", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ada64b98-86d3-4ae2-8eef-ed35930530dc", - "name": "ada64b98-86d3-4ae2-8eef-ed35930530dc", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1a10b450-a4da-4942-9a9a-16289f7bfb6c", + "name": "1a10b450-a4da-4942-9a9a-16289f7bfb6c", "status": "Succeeded", - "startTime": "2022-02-25T08:16:25.0451702Z", - "endTime": "2022-02-25T08:16:25.0849571Z", + "startTime": "2022-05-23T15:53:18.7647362Z", + "endTime": "2022-05-23T15:53:18.7960067Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -1099,15 +1033,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ada64b98-86d3-4ae2-8eef-ed35930530dc?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1a10b450-a4da-4942-9a9a-16289f7bfb6c?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "38e59b54-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1115,7 +1047,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:16:55 GMT", + "Date": "Mon, 23 May 2022 15:53:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1123,20 +1055,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a972362-7e62-4557-b1a3-6a6eca3db309", + "x-ms-correlation-request-id": "e4cafc21-cfe4-4424-bfce-962a50bd097d", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "853427a6-840c-4aca-8d8d-8384e6ae534d", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081655Z:7a972362-7e62-4557-b1a3-6a6eca3db309", + "x-ms-routing-request-id": "WESTEUROPE:20220523T155349Z:e4cafc21-cfe4-4424-bfce-962a50bd097d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A16%3A25.0358321Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T15%3A53%3A18.7667736Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:14:32.7485440Z" + "CreatedOnDate": "2022-05-23T15:51:22.3033155Z" }, "properties": { "encryption": { @@ -1147,39 +1078,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:14:35.4297721Z", + "createdAt": "2022-05-23T15:51:25.6900005Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:14:35.4297721Z" + "lastModifiedAt": "2022-05-23T15:51:25.6900005Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4b5b5422-9613-11ec-85b1-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:16:55 GMT", + "Date": "Mon, 23 May 2022 15:53:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "982feec1-e4ab-462b-86a9-ce4dbeaa1424", + "x-ms-correlation-request-id": "1aa021be-306f-41c0-9de9-202034762bae", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "982feec1-e4ab-462b-86a9-ce4dbeaa1424", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081655Z:982feec1-e4ab-462b-86a9-ce4dbeaa1424" + "x-ms-routing-request-id": "WESTEUROPE:20220523T155349Z:1aa021be-306f-41c0-9de9-202034762bae" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_update_snapshot_policies.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_update_snapshot_policies.json index 7be9eb0a9d84..4e2aa83afe5e 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_update_snapshot_policies.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_snapshot_policies.pyTestNetAppSnapshotPolicytest_update_snapshot_policies.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:19:13 GMT", + "Date": "Mon, 23 May 2022 16:03:20 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AujvnvBhpehCm_MMyxmb64I; expires=Sun, 27-Mar-2022 08:19:13 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrOvPlS5nDUfEvvWlS05Dr5jVl8z09VHyh8y-s1bf-aVfrDZuqvUbnWkzKWchtdHk7GYEPLFeYYvdI8DoHW-Qw9ohUC-3tkGBqHLMK_2sRdyAH3aVACfkmnh9YjiRegWoWq5Dm1fgpxE_ZZ4UsR96MJBMiBLcb4dcIIYQoeoMVFIEgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "42eadc06-0b63-4513-b8d0-7bae316e4700" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AujvnvBhpehCm_MMyxmb64I; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:19:13 GMT", + "Date": "Mon, 23 May 2022 16:03:20 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AujvnvBhpehCm_MMyxmb64I; expires=Sun, 27-Mar-2022 08:19:13 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "81a5acdd-94c1-4f86-b733-f9f5ccb73100" + "x-ms-ests-server": "2.1.12744.11 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,40 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e7b4cac0-c530-4ca9-a2d3-4c6d747398eb", + "client-request-id": "79e13bb7-9a9e-412e-8ee3-b1508090f6c0", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AujvnvBhpehCm_MMyxmb64I; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.13.0" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "e7b4cac0-c530-4ca9-a2d3-4c6d747398eb", - "Content-Length": "1412", + "client-request-id": "79e13bb7-9a9e-412e-8ee3-b1508090f6c0", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:19:13 GMT", + "Date": "Mon, 23 May 2022 16:03:20 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AujvnvBhpehCm_MMyxmb64L7QncyAQAAAACIqtkOAAAA; expires=Sun, 27-Mar-2022 08:19:13 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "aa793584-1ced-4234-9f4f-5720e1b54800" + "x-ms-ests-server": "2.1.12794.4 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -225,48 +212,45 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "27", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9cf62dfc-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7cf32688-2296-4614-ba9d-929f7232f695?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f2f4570f-d0f8-4c37-a494-69753654295e?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "688", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:19:19 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A19%3A18.8645109Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:03:26 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A03%3A26.1565936Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d67c3f47-1ed0-4bda-b002-e05e29ab9dea", + "x-ms-correlation-request-id": "45843df1-366c-4386-a90e-7def9e34e82f", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0296547d-7712-4493-9f82-8478035f3b45", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081919Z:d67c3f47-1ed0-4bda-b002-e05e29ab9dea", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160327Z:45843df1-366c-4386-a90e-7def9e34e82f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A19%3A18.8645109Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A03%3A26.1565936Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:19:15.5829304Z" + "CreatedOnDate": "2022-05-23T16:03:22.0856262Z" }, "properties": { "provisioningState": "Creating" @@ -274,23 +258,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:19:18.2530241Z", + "createdAt": "2022-05-23T16:03:25.2564214Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:19:18.2530241Z" + "lastModifiedAt": "2022-05-23T16:03:25.2564214Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7cf32688-2296-4614-ba9d-929f7232f695?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f2f4570f-d0f8-4c37-a494-69753654295e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9cf62dfc-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -298,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:19:49 GMT", + "Date": "Mon, 23 May 2022 16:03:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -306,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23cd0400-af1c-45b6-96c5-de5b35ab68e8", + "x-ms-correlation-request-id": "ba9b1e81-218a-4a18-8417-6d2042a0e1e1", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "b3746f3c-b159-4a40-81cc-22f14a83df41", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081950Z:23cd0400-af1c-45b6-96c5-de5b35ab68e8", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160357Z:ba9b1e81-218a-4a18-8417-6d2042a0e1e1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7cf32688-2296-4614-ba9d-929f7232f695", - "name": "7cf32688-2296-4614-ba9d-929f7232f695", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f2f4570f-d0f8-4c37-a494-69753654295e", + "name": "f2f4570f-d0f8-4c37-a494-69753654295e", "status": "Succeeded", - "startTime": "2022-02-25T08:19:18.8726521Z", - "endTime": "2022-02-25T08:19:18.90598Z", + "startTime": "2022-05-23T16:03:26.1582845Z", + "endTime": "2022-05-23T16:03:26.1895699Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -325,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9cf62dfc-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -341,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:19:50 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A19%3A18.8986619Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:03:57 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A03%3A26.1939226Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -350,38 +329,35 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc9015b3-cb96-4dbc-a0b9-9947c5b186a4", + "x-ms-correlation-request-id": "d1e2dc45-cd1f-4744-9d66-7cfa5eaa539f", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "0b63ea78-a1c4-4533-bad5-dd194f847b87", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081950Z:fc9015b3-cb96-4dbc-a0b9-9947c5b186a4", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160358Z:d1e2dc45-cd1f-4744-9d66-7cfa5eaa539f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A19%3A18.8986619Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A03%3A26.1939226Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:19:15.5829304Z" + "CreatedOnDate": "2022-05-23T16:03:22.0856262Z" }, "properties": { "activeDirectories": [ { - "activeDirectoryId": "ce84edd3-4475-9dc9-1818-763d9c54b8cc", - "username": "cbs", + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", "password": "****************", - "domain": "ANFReg.netapp.com", - "dns": "10.34.0.4", - "status": "InUse", - "smbServerName": "ANFREG", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", "organizationalUnit": "CN=Computers", - "kdcIP": "10.34.0.4", - "adName": "ANFReg.netapp.com", "aesEncryption": false, "ldapSigning": false, "ldapOverTLS": false, - "allowLocalNFSUsersWithLdap": false, + "allowLocalNfsUsersWithLdap": false, "encryptDCConnections": false, "ldapSearchScope": {} } @@ -394,25 +370,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:19:18.2530241Z", + "createdAt": "2022-05-23T16:03:25.2564214Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:19:18.2530241Z" + "lastModifiedAt": "2022-05-23T16:03:25.2564214Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "183", + "Content-Length": "191", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b39e3f4a-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -429,31 +403,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3f49bf90-2488-49d5-a70e-01109e5e2196?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/802110bf-4b9d-43a1-b422-1b6eed759a3a?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:19:52 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A19%3A51.9067001Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:04:00 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A04%3A00.3649722Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7a7aada-0584-4139-921f-3a5e5a2a8962", + "x-ms-correlation-request-id": "95cc67b4-c27f-4e2e-b881-b5fe4418dc81", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "331ace8b-c4ab-4995-bbc8-7a125492c174", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081952Z:e7a7aada-0584-4139-921f-3a5e5a2a8962", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160401Z:95cc67b4-c27f-4e2e-b881-b5fe4418dc81", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A19%3A51.9067001Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A04%3A00.3649722Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:19:50.6748458Z" + "CreatedOnDate": "2022-05-23T16:03:58.3954906Z" }, "properties": { "enabled": false, @@ -469,25 +442,23 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:19:51.7782851Z", + "createdAt": "2022-05-23T16:04:00.2411387Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:19:51.7782851Z" + "lastModifiedAt": "2022-05-23T16:04:00.2411387Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "194", + "Content-Length": "202", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b51f5ae8-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -505,32 +476,31 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/73904114-810c-451e-bb91-06ed61052bf0?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f86329b4-d55d-4a60-b6ae-dbd0dd25e589?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:19:53 GMT", - "ETag": "W/\u0022datetime\u00272022-02-25T08%3A19%3A53.3142895Z\u0027\u0022", + "Date": "Mon, 23 May 2022 16:04:00 GMT", + "ETag": "W/\u0022datetime\u00272022-05-23T16%3A04%3A01.6470828Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/73904114-810c-451e-bb91-06ed61052bf0?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f86329b4-d55d-4a60-b6ae-dbd0dd25e589?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc85c3b5-2efa-4516-9de6-e2e368daff99", + "x-ms-correlation-request-id": "00abe0ba-e879-4ca5-ac28-b2ab42f2785d", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "cf094caa-cf7f-4554-93ed-d82542fbff85", - "x-ms-routing-request-id": "WESTEUROPE:20220225T081953Z:dc85c3b5-2efa-4516-9de6-e2e368daff99", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160401Z:00abe0ba-e879-4ca5-ac28-b2ab42f2785d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A19%3A53.3142895Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A04%3A01.6470828Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:19:50.6748458Z" + "CreatedOnDate": "2022-05-23T16:03:58.3954906Z" }, "properties": { "provisioningState": "Patching", @@ -546,23 +516,21 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:19:51.7782851Z", + "createdAt": "2022-05-23T16:04:00.2411387Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:19:51.7782851Z" + "lastModifiedAt": "2022-05-23T16:04:00.2411387Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/73904114-810c-451e-bb91-06ed61052bf0?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f86329b4-d55d-4a60-b6ae-dbd0dd25e589?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b51f5ae8-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -570,7 +538,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:20:23 GMT", + "Date": "Mon, 23 May 2022 16:04:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -578,18 +546,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dfdadd52-64ba-4338-8bd7-df168c3e76bc", + "x-ms-correlation-request-id": "f291bcbe-96d7-4f9f-9bde-efb80853556b", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "d0cdbd77-42e1-46d3-91b0-5bc925837c67", - "x-ms-routing-request-id": "WESTEUROPE:20220225T082023Z:dfdadd52-64ba-4338-8bd7-df168c3e76bc", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160432Z:f291bcbe-96d7-4f9f-9bde-efb80853556b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/73904114-810c-451e-bb91-06ed61052bf0", - "name": "73904114-810c-451e-bb91-06ed61052bf0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f86329b4-d55d-4a60-b6ae-dbd0dd25e589", + "name": "f86329b4-d55d-4a60-b6ae-dbd0dd25e589", "status": "Succeeded", - "startTime": "2022-02-25T08:19:53.3194733Z", - "endTime": "2022-02-25T08:19:53.3845271Z", + "startTime": "2022-05-23T16:04:01.6473977Z", + "endTime": "2022-05-23T16:04:01.7099309Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -597,15 +564,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/73904114-810c-451e-bb91-06ed61052bf0?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f86329b4-d55d-4a60-b6ae-dbd0dd25e589?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b51f5ae8-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -613,7 +578,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:20:23 GMT", + "Date": "Mon, 23 May 2022 16:04:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -621,20 +586,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20e4d0a7-9923-4fa7-927c-38cfd2847e9e", + "x-ms-correlation-request-id": "ac39e194-f633-47cd-b007-72ea9c4ce9ae", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "d65ec67b-e23b-41fa-a8c3-b2fa53254363", - "x-ms-routing-request-id": "WESTEUROPE:20220225T082023Z:20e4d0a7-9923-4fa7-927c-38cfd2847e9e", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160432Z:ac39e194-f633-47cd-b007-72ea9c4ce9ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A19%3A53.38125Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A04%3A01.7060509Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:19:53.0792303Z" + "CreatedOnDate": "2022-05-23T16:04:01.3752222Z" }, "properties": { "enabled": false, @@ -654,56 +618,51 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:19:51.7782851Z", + "createdAt": "2022-05-23T16:04:00.2411387Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:19:53.2182976Z" + "lastModifiedAt": "2022-05-23T16:04:01.5380282Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c78a41d4-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f6c3608f-989f-42e8-9044-bf7a0b27ea17?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68bb935d-af62-4e39-b50b-008d3f8f1493?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 08:20:23 GMT", + "Date": "Mon, 23 May 2022 16:04:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f6c3608f-989f-42e8-9044-bf7a0b27ea17?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68bb935d-af62-4e39-b50b-008d3f8f1493?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3b3a46d-d6c3-4931-965f-4fdbf4b6e014", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "f3b3a46d-d6c3-4931-965f-4fdbf4b6e014", - "x-ms-routing-request-id": "WESTEUROPE:20220225T082024Z:f3b3a46d-d6c3-4931-965f-4fdbf4b6e014", + "x-ms-correlation-request-id": "5506ab3e-3844-404f-8834-58f48fb5fd58", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160433Z:5506ab3e-3844-404f-8834-58f48fb5fd58", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f6c3608f-989f-42e8-9044-bf7a0b27ea17?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68bb935d-af62-4e39-b50b-008d3f8f1493?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c78a41d4-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -711,7 +670,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:20:54 GMT", + "Date": "Mon, 23 May 2022 16:05:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -719,18 +678,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c8771ee-3259-4e0a-ab3f-0cd66f5b028d", + "x-ms-correlation-request-id": "283009d0-e731-42fb-aced-d8d2d0e73a0a", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "a8157374-83ff-4aab-b1e6-6af80f33a57e", - "x-ms-routing-request-id": "WESTEUROPE:20220225T082054Z:9c8771ee-3259-4e0a-ab3f-0cd66f5b028d", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160503Z:283009d0-e731-42fb-aced-d8d2d0e73a0a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f6c3608f-989f-42e8-9044-bf7a0b27ea17", - "name": "f6c3608f-989f-42e8-9044-bf7a0b27ea17", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68bb935d-af62-4e39-b50b-008d3f8f1493", + "name": "68bb935d-af62-4e39-b50b-008d3f8f1493", "status": "Succeeded", - "startTime": "2022-02-25T08:20:24.3487088Z", - "endTime": "2022-02-25T08:20:24.3637595Z", + "startTime": "2022-05-23T16:04:32.8186814Z", + "endTime": "2022-05-23T16:04:32.8499548Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1" @@ -738,15 +696,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f6c3608f-989f-42e8-9044-bf7a0b27ea17?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68bb935d-af62-4e39-b50b-008d3f8f1493?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c78a41d4-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -754,7 +710,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:20:54 GMT", + "Date": "Mon, 23 May 2022 16:05:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -762,20 +718,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "587c3bea-ca8f-4614-8dc4-f7796e527978", + "x-ms-correlation-request-id": "95cee9c1-b016-4b5c-b4f2-7ff41ae343d0", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "34eb8267-b762-4154-ae3f-883853fdf3a4", - "x-ms-routing-request-id": "WESTEUROPE:20220225T082054Z:587c3bea-ca8f-4614-8dc4-f7796e527978", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160503Z:95cee9c1-b016-4b5c-b4f2-7ff41ae343d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-snapshot-policy-1", "type": "Microsoft.NetApp/netAppAccounts/snapshotPolicies", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A20%3A24.3279422Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A04%3A32.8115637Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:19:53.0792303Z" + "CreatedOnDate": "2022-05-23T16:04:01.3752222Z" }, "properties": { "enabled": false, @@ -795,39 +750,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:19:51.7782851Z", + "createdAt": "2022-05-23T16:04:00.2411387Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:19:53.2182976Z" + "lastModifiedAt": "2022-05-23T16:04:01.5380282Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/snapshotPolicies/sdk-py-tests-snapshot-policy-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dcf68ac8-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "289", + "Content-Length": "291", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:20:59 GMT", + "Date": "Mon, 23 May 2022 16:05:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75baf384-1c10-40d0-90f4-510e629f8093", + "x-ms-correlation-request-id": "fcbf2b25-9163-45e8-aa26-4fbc28ef585f", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "75baf384-1c10-40d0-90f4-510e629f8093", - "x-ms-routing-request-id": "WESTEUROPE:20220225T082059Z:75baf384-1c10-40d0-90f4-510e629f8093" + "x-ms-routing-request-id": "WESTEUROPE:20220523T160509Z:fcbf2b25-9163-45e8-aa26-4fbc28ef585f" }, "ResponseBody": { "error": { @@ -837,48 +789,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dd10e6de-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/295784f7-b888-498e-bd88-f8b21b50255d?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/696844b8-b2c6-436f-b773-64297f8ff052?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 25 Feb 2022 08:20:59 GMT", + "Date": "Mon, 23 May 2022 16:05:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/295784f7-b888-498e-bd88-f8b21b50255d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/696844b8-b2c6-436f-b773-64297f8ff052?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fef9d3ee-f531-45bb-8f1a-0752511c8ef6", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "fef9d3ee-f531-45bb-8f1a-0752511c8ef6", - "x-ms-routing-request-id": "WESTEUROPE:20220225T082100Z:fef9d3ee-f531-45bb-8f1a-0752511c8ef6", + "x-ms-correlation-request-id": "59e3d42f-d9ca-4c96-b16c-7e512e104788", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160509Z:59e3d42f-d9ca-4c96-b16c-7e512e104788", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/295784f7-b888-498e-bd88-f8b21b50255d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/696844b8-b2c6-436f-b773-64297f8ff052?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dd10e6de-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -886,7 +833,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:21:29 GMT", + "Date": "Mon, 23 May 2022 16:05:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -894,18 +841,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "330c1c8d-228a-45bc-9ccb-ed23700e462b", + "x-ms-correlation-request-id": "843e46f7-2455-4a89-bd34-53adabe079b0", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "064fefb1-5f7f-4eba-abe2-cd693cd0a6b7", - "x-ms-routing-request-id": "WESTEUROPE:20220225T082130Z:330c1c8d-228a-45bc-9ccb-ed23700e462b", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160539Z:843e46f7-2455-4a89-bd34-53adabe079b0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/295784f7-b888-498e-bd88-f8b21b50255d", - "name": "295784f7-b888-498e-bd88-f8b21b50255d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/696844b8-b2c6-436f-b773-64297f8ff052", + "name": "696844b8-b2c6-436f-b773-64297f8ff052", "status": "Succeeded", - "startTime": "2022-02-25T08:21:00.4171979Z", - "endTime": "2022-02-25T08:21:00.4472546Z", + "startTime": "2022-05-23T16:05:09.5793802Z", + "endTime": "2022-05-23T16:05:09.6106477Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -913,15 +859,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/295784f7-b888-498e-bd88-f8b21b50255d?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/696844b8-b2c6-436f-b773-64297f8ff052?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dd10e6de-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -929,7 +873,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:21:30 GMT", + "Date": "Mon, 23 May 2022 16:05:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -937,20 +881,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c359419-114c-4dc9-aa7c-ab42f2c1f5c6", + "x-ms-correlation-request-id": "7ad38dcd-1d61-4e47-9bb0-c1e96f6bb54b", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "91fcc33c-a498-431f-b2a3-264a01a018f0", - "x-ms-routing-request-id": "WESTEUROPE:20220225T082130Z:7c359419-114c-4dc9-aa7c-ab42f2c1f5c6", + "x-ms-routing-request-id": "WESTEUROPE:20220523T160540Z:7ad38dcd-1d61-4e47-9bb0-c1e96f6bb54b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-25T08%3A21%3A00.4076077Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-23T16%3A05%3A09.5861225Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-25T08:19:15.5829304Z" + "CreatedOnDate": "2022-05-23T16:03:22.0856262Z" }, "properties": { "encryption": { @@ -961,39 +904,36 @@ "systemData": { "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "createdByType": "Application", - "createdAt": "2022-02-25T08:19:18.2530241Z", + "createdAt": "2022-05-23T16:03:25.2564214Z", "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", "lastModifiedByType": "Application", - "lastModifiedAt": "2022-02-25T08:19:18.2530241Z" + "lastModifiedAt": "2022-05-23T16:03:25.2564214Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ef7f31fe-9613-11ec-a492-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 25 Feb 2022 08:21:30 GMT", + "Date": "Mon, 23 May 2022 16:05:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9b2c4b0-eb77-4c88-ac1d-04467f7c912e", + "x-ms-correlation-request-id": "6cc9d033-2469-4e35-9ba6-433b330302c7", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "c9b2c4b0-eb77-4c88-ac1d-04467f7c912e", - "x-ms-routing-request-id": "WESTEUROPE:20220225T082131Z:c9b2c4b0-eb77-4c88-ac1d-04467f7c912e" + "x-ms-routing-request-id": "WESTEUROPE:20220523T160540Z:6cc9d033-2469-4e35-9ba6-433b330302c7" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_subvolume.pyTestNetAppSubvolumetest_crud_subvolumes.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_subvolume.pyTestNetAppSubvolumetest_crud_subvolumes.json new file mode 100644 index 000000000000..f971f6aeb2aa --- /dev/null +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_subvolume.pyTestNetAppSubvolumetest_crud_subvolumes.json @@ -0,0 +1,2220 @@ +{ + "Entries": [ + { + "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Methods": "GET, OPTIONS", + "Access-Control-Allow-Origin": "*", + "Cache-Control": "max-age=86400, private", + "Content-Length": "1753", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:46:50 GMT", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Set-Cookie": "[set-cookie;]", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-ests-server": "2.1.12821.9 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" + }, + "ResponseBody": { + "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", + "token_endpoint_auth_methods_supported": [ + "client_secret_post", + "private_key_jwt", + "client_secret_basic" + ], + "jwks_uri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/discovery/v2.0/keys", + "response_modes_supported": [ + "query", + "fragment", + "form_post" + ], + "subject_types_supported": [ + "pairwise" + ], + "id_token_signing_alg_values_supported": [ + "RS256" + ], + "response_types_supported": [ + "code", + "id_token", + "code id_token", + "id_token token" + ], + "scopes_supported": [ + "openid", + "profile", + "email", + "offline_access" + ], + "issuer": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0", + "request_uri_parameter_supported": false, + "userinfo_endpoint": "https://graph.microsoft.com/oidc/userinfo", + "authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/authorize", + "device_authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/devicecode", + "http_logout_supported": true, + "frontchannel_logout_supported": true, + "end_session_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/logout", + "claims_supported": [ + "sub", + "iss", + "cloud_instance_name", + "cloud_instance_host_name", + "cloud_graph_host_name", + "msgraph_host", + "aud", + "exp", + "iat", + "auth_time", + "acr", + "nonce", + "preferred_username", + "name", + "tid", + "ver", + "at_hash", + "c_hash", + "email" + ], + "kerberos_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/kerberos", + "tenant_region_scope": "WW", + "cloud_instance_name": "microsoftonline.com", + "cloud_graph_host_name": "graph.windows.net", + "msgraph_host": "graph.microsoft.com", + "rbac_url": "https://pas.windows.net" + } + }, + { + "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https://login.microsoftonline.com/common/oauth2/authorize", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Methods": "GET, OPTIONS", + "Access-Control-Allow-Origin": "*", + "Cache-Control": "max-age=86400, private", + "Content-Length": "945", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:46:50 GMT", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Set-Cookie": "[set-cookie;]", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-ests-server": "2.1.12794.7 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" + }, + "ResponseBody": { + "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", + "api-version": "1.1", + "metadata": [ + { + "preferred_network": "login.microsoftonline.com", + "preferred_cache": "login.windows.net", + "aliases": [ + "login.microsoftonline.com", + "login.windows.net", + "login.microsoft.com", + "sts.windows.net" + ] + }, + { + "preferred_network": "login.partner.microsoftonline.cn", + "preferred_cache": "login.partner.microsoftonline.cn", + "aliases": [ + "login.partner.microsoftonline.cn", + "login.chinacloudapi.cn" + ] + }, + { + "preferred_network": "login.microsoftonline.de", + "preferred_cache": "login.microsoftonline.de", + "aliases": [ + "login.microsoftonline.de" + ] + }, + { + "preferred_network": "login.microsoftonline.us", + "preferred_cache": "login.microsoftonline.us", + "aliases": [ + "login.microsoftonline.us", + "login.usgovcloudapi.net" + ] + }, + { + "preferred_network": "login-us.microsoftonline.com", + "preferred_cache": "login-us.microsoftonline.com", + "aliases": [ + "login-us.microsoftonline.com" + ] + } + ] + } + }, + { + "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "client-request-id": "977bd0b2-f306-4dbc-8a26-df75a3602f5b", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "darwin", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.12.0" + }, + "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-store, no-cache", + "client-request-id": "977bd0b2-f306-4dbc-8a26-df75a3602f5b", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:46:50 GMT", + "Expires": "-1", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Pragma": "no-cache", + "Set-Cookie": "[set-cookie;]", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-clitelem": "1,0,0,,", + "x-ms-ests-server": "2.1.12821.9 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" + }, + "ResponseBody": { + "token_type": "Bearer", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, + "access_token": "access_token" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "35", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "southcentralusstage" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d81370d4-1dc0-4fcf-9aaa-40826be573c3?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "697", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:47:00 GMT", + "ETag": "W/\u0022datetime\u00272022-05-30T14%3A46%3A59.8401423Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a93ffcc7-671e-4e97-8dde-ef9bcee4fcad", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20220530T144700Z:a93ffcc7-671e-4e97-8dde-ef9bcee4fcad", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", + "name": "sdk-py-tests-acc-1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-05-30T14%3A46%3A59.8401423Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-30T14:46:54.9010921Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-30T14:46:59.025781Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-30T14:46:59.025781Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d81370d4-1dc0-4fcf-9aaa-40826be573c3?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:47:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "53ca591d-eca6-4752-9a1d-8485d1aa979d", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20220530T144731Z:53ca591d-eca6-4752-9a1d-8485d1aa979d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d81370d4-1dc0-4fcf-9aaa-40826be573c3", + "name": "d81370d4-1dc0-4fcf-9aaa-40826be573c3", + "status": "Succeeded", + "startTime": "2022-05-30T14:46:59.8352919Z", + "endTime": "2022-05-30T14:46:59.8665697Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:47:30 GMT", + "ETag": "W/\u0022datetime\u00272022-05-30T14%3A46%3A59.8705876Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7a330cef-df7d-4d5d-af25-69e2917a4f92", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20220530T144731Z:7a330cef-df7d-4d5d-af25-69e2917a4f92", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", + "name": "sdk-py-tests-acc-1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-05-30T14%3A46%3A59.8705876Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-30T14:46:54.9010921Z" + }, + "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-30T14:46:59.025781Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-30T14:46:59.025781Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "150", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "southcentralusstage", + "properties": { + "size": 4398046511104, + "serviceLevel": "Premium", + "coolAccess": false, + "encryptionType": "Single" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5a2a3237-d54e-4492-812f-d07870d58799?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "917", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:47:35 GMT", + "ETag": "W/\u0022datetime\u00272022-05-30T14%3A47%3A34.1529695Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d3edb3fe-48cd-48e4-9dd1-126baec24690", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20220530T144735Z:d3edb3fe-48cd-48e4-9dd1-126baec24690", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-05-30T14%3A47%3A34.1529695Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-30T14:47:31.8841301Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-30T14:47:33.7433749Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-30T14:47:33.7433749Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5a2a3237-d54e-4492-812f-d07870d58799?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:48:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a85e7867-5ffa-420d-804e-43cc5fc92374", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20220530T144805Z:a85e7867-5ffa-420d-804e-43cc5fc92374", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5a2a3237-d54e-4492-812f-d07870d58799", + "name": "5a2a3237-d54e-4492-812f-d07870d58799", + "status": "Succeeded", + "startTime": "2022-05-30T14:47:34.1547562Z", + "endTime": "2022-05-30T14:47:34.7016749Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:48:05 GMT", + "ETag": "W/\u0022datetime\u00272022-05-30T14%3A47%3A34.7015386Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "627fb307-69c6-45a9-a76d-8777aa3387e9", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20220530T144806Z:627fb307-69c6-45a9-a76d-8777aa3387e9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-05-30T14%3A47%3A34.7015386Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-30T14:47:31.8841301Z" + }, + "properties": { + "poolId": "1b915326-557b-ee8a-5eb0-b4ef8f84a771", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-30T14:47:33.7433749Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-30T14:47:33.7433749Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "799", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "southcentralusstage", + "properties": { + "creationToken": "sdk-py-tests-vol-1", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "coolAccess": false, + "unixPermissions": "0770", + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "1566", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:48:10 GMT", + "ETag": "W/\u0022datetime\u00272022-05-30T14%3A48%3A10.0468671Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8c97f030-a8c1-41af-b3e2-e7f6ef386f0c", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20220530T144810Z:8c97f030-a8c1-41af-b3e2-e7f6ef386f0c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-30T14%3A48%3A10.0468671Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-30T14:48:06.3739878Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-30T14:48:07.6527868Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-30T14:48:07.6527868Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:48:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "097b250e-649f-4dbb-92b2-33eeba6d3d12", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20220530T144841Z:097b250e-649f-4dbb-92b2-33eeba6d3d12", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "name": "2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "status": "Creating", + "startTime": "2022-05-30T14:48:10.0431385Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:49:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "db8080e3-c9eb-4d57-a017-05162317a36d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20220530T144911Z:db8080e3-c9eb-4d57-a017-05162317a36d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "name": "2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "status": "Creating", + "startTime": "2022-05-30T14:48:10.0431385Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:49:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a29142ad-700c-4ff7-a055-8419c06250fb", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20220530T144941Z:a29142ad-700c-4ff7-a055-8419c06250fb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "name": "2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "status": "Creating", + "startTime": "2022-05-30T14:48:10.0431385Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:50:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5eae8dfe-8201-4bdc-93d3-4148035a3c4c", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145011Z:5eae8dfe-8201-4bdc-93d3-4148035a3c4c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "name": "2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "status": "Creating", + "startTime": "2022-05-30T14:48:10.0431385Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:50:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a10d8120-0a13-4cb3-ac57-bfcb4ab8fb77", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145042Z:a10d8120-0a13-4cb3-ac57-bfcb4ab8fb77", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "name": "2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "status": "Creating", + "startTime": "2022-05-30T14:48:10.0431385Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:51:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "26a02fbe-5208-4b1f-86ae-92820ed098ea", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145112Z:26a02fbe-5208-4b1f-86ae-92820ed098ea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "name": "2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "status": "Creating", + "startTime": "2022-05-30T14:48:10.0431385Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:51:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1a4441e5-7bcf-4244-97b4-453583c7c79e", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145142Z:1a4441e5-7bcf-4244-97b4-453583c7c79e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "name": "2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "status": "Creating", + "startTime": "2022-05-30T14:48:10.0431385Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:52:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "30badbad-3953-46a9-a968-28d788e885e4", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145213Z:30badbad-3953-46a9-a968-28d788e885e4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "name": "2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "status": "Creating", + "startTime": "2022-05-30T14:48:10.0431385Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:52:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6d89b6de-b7c0-4151-9d5f-f3f89aef3109", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145243Z:6d89b6de-b7c0-4151-9d5f-f3f89aef3109", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "name": "2e19ce5f-1a0d-46d7-9c19-7bb793e85a1f", + "status": "Succeeded", + "startTime": "2022-05-30T14:48:10.0431385Z", + "endTime": "2022-05-30T14:52:16.5652655Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:52:43 GMT", + "ETag": "W/\u0022datetime\u00272022-05-30T14%3A52%3A16.5562318Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ccc7b7a8-fd10-4555-a568-0ea395f668c6", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145243Z:ccc7b7a8-fd10-4555-a568-0ea395f668c6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-30T14%3A52%3A16.5562318Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-30T14:48:06.3739878Z" + }, + "properties": { + "fileSystemId": "fbcaa819-05bc-a54f-1486-f9db29ba2715", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_e93911a3", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "fbcaa819-05bc-a54f-1486-f9db29ba2715", + "fileSystemId": "fbcaa819-05bc-a54f-1486-f9db29ba2715", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.25, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "maximumNumberOfFiles": 100000000, + "encrypted": true, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-30T14:48:07.6527868Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-30T14:48:07.6527868Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "59", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "properties": { + "path": "/sub_vol_1.txt", + "size": 1000000 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3d309f5f-dfd0-4f79-ae7d-3a5dac47c4c5?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "511", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:52:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3d309f5f-dfd0-4f79-ae7d-3a5dac47c4c5?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1fafd307-77dd-4e7b-8e92-e241492f2fcf", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145244Z:1fafd307-77dd-4e7b-8e92-e241492f2fcf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_1.txt", + "provisioningState": "Creating", + "size": 1000000 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3d309f5f-dfd0-4f79-ae7d-3a5dac47c4c5?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:53:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5c5d9199-4f5d-44eb-b864-c1b600e4f3b6", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145314Z:5c5d9199-4f5d-44eb-b864-c1b600e4f3b6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3d309f5f-dfd0-4f79-ae7d-3a5dac47c4c5", + "name": "3d309f5f-dfd0-4f79-ae7d-3a5dac47c4c5", + "status": "Succeeded", + "startTime": "2022-05-30T14:52:44.0647636Z", + "endTime": "2022-05-30T14:52:58.9080858Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:53:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "18002dd9-bf1f-48d4-911f-6a7ff4a39297", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145315Z:18002dd9-bf1f-48d4-911f-6a7ff4a39297", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_1.txt", + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "64", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "properties": { + "size": 2000000, + "path": "/sub_vol_update.txt" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38d168e2-0780-4e7e-ab5f-46fa1ee986ec?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "516", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:53:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38d168e2-0780-4e7e-ab5f-46fa1ee986ec?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4ad162cf-feed-4281-8620-be16a81503b5", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145315Z:4ad162cf-feed-4281-8620-be16a81503b5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_update.txt", + "size": 2000000, + "provisioningState": "Accepted" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38d168e2-0780-4e7e-ab5f-46fa1ee986ec?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:53:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "56ba5b42-60ea-4e2c-adf2-48e1b92c9ca1", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145346Z:56ba5b42-60ea-4e2c-adf2-48e1b92c9ca1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/38d168e2-0780-4e7e-ab5f-46fa1ee986ec", + "name": "38d168e2-0780-4e7e-ab5f-46fa1ee986ec", + "status": "Succeeded", + "startTime": "2022-05-30T14:53:15.6666871Z", + "endTime": "2022-05-30T14:53:30.705885Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:53:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "72f7ea3c-9646-4a7e-9c24-6e6061773196", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145346Z:72f7ea3c-9646-4a7e-9c24-6e6061773196", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_update.txt", + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:53:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2d221b15-e92c-4608-a853-30c04880b080", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145347Z:2d221b15-e92c-4608-a853-30c04880b080", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_update.txt", + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/49421627-319a-41b0-b7f0-0cb0f73bac26?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 30 May 2022 14:53:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/49421627-319a-41b0-b7f0-0cb0f73bac26?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3279d285-a0c3-4c83-8cf6-cfc6d8e4c43f", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145348Z:3279d285-a0c3-4c83-8cf6-cfc6d8e4c43f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/49421627-319a-41b0-b7f0-0cb0f73bac26?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:54:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7465dde1-d8bc-4867-86ce-7a22497385b3", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145418Z:7465dde1-d8bc-4867-86ce-7a22497385b3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/49421627-319a-41b0-b7f0-0cb0f73bac26", + "name": "49421627-319a-41b0-b7f0-0cb0f73bac26", + "status": "Succeeded", + "startTime": "2022-05-30T14:53:48.135813Z", + "endTime": "2022-05-30T14:53:58.4909499Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:54:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b25799e1-da84-4206-a238-256189c5366a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145419Z:b25799e1-da84-4206-a238-256189c5366a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ba2c3d6f-5b01-42fe-a680-9ad447cf11ef?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 30 May 2022 14:54:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ba2c3d6f-5b01-42fe-a680-9ad447cf11ef?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2279b3e8-c6ad-48f1-bbb3-ecac3ab84817", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145419Z:2279b3e8-c6ad-48f1-bbb3-ecac3ab84817", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ba2c3d6f-5b01-42fe-a680-9ad447cf11ef?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:54:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e154beb6-9374-46ab-92ef-a60b3ec09541", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145450Z:e154beb6-9374-46ab-92ef-a60b3ec09541", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ba2c3d6f-5b01-42fe-a680-9ad447cf11ef", + "name": "ba2c3d6f-5b01-42fe-a680-9ad447cf11ef", + "status": "Deleting", + "startTime": "2022-05-30T14:54:19.8353738Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ba2c3d6f-5b01-42fe-a680-9ad447cf11ef?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:55:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c4b33498-e85f-4248-96ff-190777219fd8", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145520Z:c4b33498-e85f-4248-96ff-190777219fd8", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ba2c3d6f-5b01-42fe-a680-9ad447cf11ef", + "name": "ba2c3d6f-5b01-42fe-a680-9ad447cf11ef", + "status": "Deleting", + "startTime": "2022-05-30T14:54:19.8353738Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ba2c3d6f-5b01-42fe-a680-9ad447cf11ef?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:55:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b18bc856-7d60-482b-9535-59893c851640", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145550Z:b18bc856-7d60-482b-9535-59893c851640", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ba2c3d6f-5b01-42fe-a680-9ad447cf11ef", + "name": "ba2c3d6f-5b01-42fe-a680-9ad447cf11ef", + "status": "Succeeded", + "startTime": "2022-05-30T14:54:19.8353738Z", + "endTime": "2022-05-30T14:55:23.6836124Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ba2c3d6f-5b01-42fe-a680-9ad447cf11ef?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:55:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "71c0a43d-30e6-4e20-9313-d53231d6c1ca", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145550Z:71c0a43d-30e6-4e20-9313-d53231d6c1ca", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-30T14%3A55%3A18.5472422Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-30T14:48:06.3739878Z" + }, + "properties": { + "fileSystemId": "fbcaa819-05bc-a54f-1486-f9db29ba2715", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", + "usageThreshold": 107374182400, + "usedBytes": 0, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv4": false, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_e93911a3", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "poolId": "1b915326-557b-ee8a-5eb0-b4ef8f84a771", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "fbcaa819-05bc-a54f-1486-f9db29ba2715", + "fileSystemId": "fbcaa819-05bc-a54f-1486-f9db29ba2715", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.25, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "encryptionKeySource": "Microsoft.NetApp", + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-30T14:48:07.6527868Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-30T14:48:07.6527868Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "306", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:59:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "183ff038-0686-42d2-be98-77ce0c014a2a", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145913Z:183ff038-0686-42d2-be98-77ce0c014a2a" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac091b46-430d-4a9d-baf4-34b0c19230b6?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 30 May 2022 14:59:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac091b46-430d-4a9d-baf4-34b0c19230b6?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "47bb9406-dd73-4b98-b2a4-e3d4ec3b9c26", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145925Z:47bb9406-dd73-4b98-b2a4-e3d4ec3b9c26", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac091b46-430d-4a9d-baf4-34b0c19230b6?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:59:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2320b3c3-fb4a-49be-a44b-a009ca717dbb", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145956Z:2320b3c3-fb4a-49be-a44b-a009ca717dbb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac091b46-430d-4a9d-baf4-34b0c19230b6", + "name": "ac091b46-430d-4a9d-baf4-34b0c19230b6", + "status": "Succeeded", + "startTime": "2022-05-30T14:59:25.7923096Z", + "endTime": "2022-05-30T14:59:29.5423521Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ac091b46-430d-4a9d-baf4-34b0c19230b6?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 14:59:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "938fd3e7-ff53-43bd-83f4-3c6d64650d64", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20220530T145956Z:938fd3e7-ff53-43bd-83f4-3c6d64650d64", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-05-30T14%3A59%3A25.7974798Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-30T14:47:31.8841301Z" + }, + "properties": { + "poolId": "1b915326-557b-ee8a-5eb0-b4ef8f84a771", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-30T14:47:33.7433749Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-30T14:47:33.7433749Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Mon, 30 May 2022 15:00:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "78a4d74b-d25e-4f81-9744-dc82327ceefc", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20220530T150006Z:78a4d74b-d25e-4f81-9744-dc82327ceefc" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Mon, 30 May 2022 15:00:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4b5b702c-9b9c-4bc7-98fa-658c5f83888e", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20220530T150017Z:4b5b702c-9b9c-4bc7-98fa-658c5f83888e" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Mon, 30 May 2022 15:00:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "997f4ed3-1620-42e0-b45b-87e876008bc2", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20220530T150027Z:997f4ed3-1620-42e0-b45b-87e876008bc2" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Mon, 30 May 2022 15:00:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5f8bd258-1a91-462f-bc11-93a52509856d", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20220530T150037Z:5f8bd258-1a91-462f-bc11-93a52509856d" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "278", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 15:00:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5657a838-f04a-42f4-9990-de47f9953b0e", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20220530T150047Z:5657a838-f04a-42f4-9990-de47f9953b0e" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e755b75f-fb4d-4e21-88f7-bc7270a6ffd0?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Mon, 30 May 2022 15:00:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e755b75f-fb4d-4e21-88f7-bc7270a6ffd0?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "960a5237-aaca-4bb5-bb80-1505052b1a84", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20220530T150049Z:960a5237-aaca-4bb5-bb80-1505052b1a84", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e755b75f-fb4d-4e21-88f7-bc7270a6ffd0?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 15:01:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "07a62cdb-060b-48d2-a8c7-5fdd1e8cde03", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20220530T150119Z:07a62cdb-060b-48d2-a8c7-5fdd1e8cde03", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e755b75f-fb4d-4e21-88f7-bc7270a6ffd0", + "name": "e755b75f-fb4d-4e21-88f7-bc7270a6ffd0", + "status": "Succeeded", + "startTime": "2022-05-30T15:00:49.0084094Z", + "endTime": "2022-05-30T15:00:49.0396541Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e755b75f-fb4d-4e21-88f7-bc7270a6ffd0?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 15:01:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8f7c51b1-d501-414d-a7d8-8638a3bf428f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20220530T150119Z:8f7c51b1-d501-414d-a7d8-8638a3bf428f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", + "name": "sdk-py-tests-acc-1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-05-30T15%3A00%3A49.0081424Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-30T14:46:54.9010921Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-30T14:46:59.025781Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-30T14:46:59.025781Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "243", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 May 2022 15:01:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "680eb01d-6518-452f-bf2e-e9d2cdd0ee25", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20220530T150121Z:680eb01d-6518-452f-bf2e-e9d2cdd0ee25" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + } + ], + "Variables": {} +} diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_subvolume.pyTestNetAppSubvolumetest_get_metadata.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_subvolume.pyTestNetAppSubvolumetest_get_metadata.json new file mode 100644 index 000000000000..39df2ad80c2d --- /dev/null +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_subvolume.pyTestNetAppSubvolumetest_get_metadata.json @@ -0,0 +1,2054 @@ +{ + "Entries": [ + { + "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Methods": "GET, OPTIONS", + "Access-Control-Allow-Origin": "*", + "Cache-Control": "max-age=86400, private", + "Content-Length": "1753", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:48:42 GMT", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Set-Cookie": "[set-cookie;]", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-ests-server": "2.1.12821.9 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" + }, + "ResponseBody": { + "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", + "token_endpoint_auth_methods_supported": [ + "client_secret_post", + "private_key_jwt", + "client_secret_basic" + ], + "jwks_uri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/discovery/v2.0/keys", + "response_modes_supported": [ + "query", + "fragment", + "form_post" + ], + "subject_types_supported": [ + "pairwise" + ], + "id_token_signing_alg_values_supported": [ + "RS256" + ], + "response_types_supported": [ + "code", + "id_token", + "code id_token", + "id_token token" + ], + "scopes_supported": [ + "openid", + "profile", + "email", + "offline_access" + ], + "issuer": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0", + "request_uri_parameter_supported": false, + "userinfo_endpoint": "https://graph.microsoft.com/oidc/userinfo", + "authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/authorize", + "device_authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/devicecode", + "http_logout_supported": true, + "frontchannel_logout_supported": true, + "end_session_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/logout", + "claims_supported": [ + "sub", + "iss", + "cloud_instance_name", + "cloud_instance_host_name", + "cloud_graph_host_name", + "msgraph_host", + "aud", + "exp", + "iat", + "auth_time", + "acr", + "nonce", + "preferred_username", + "name", + "tid", + "ver", + "at_hash", + "c_hash", + "email" + ], + "kerberos_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/kerberos", + "tenant_region_scope": "WW", + "cloud_instance_name": "microsoftonline.com", + "cloud_graph_host_name": "graph.windows.net", + "msgraph_host": "graph.microsoft.com", + "rbac_url": "https://pas.windows.net" + } + }, + { + "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https://login.microsoftonline.com/common/oauth2/authorize", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Methods": "GET, OPTIONS", + "Access-Control-Allow-Origin": "*", + "Cache-Control": "max-age=86400, private", + "Content-Length": "945", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:48:42 GMT", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Set-Cookie": "[set-cookie;]", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-ests-server": "2.1.12794.7 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" + }, + "ResponseBody": { + "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", + "api-version": "1.1", + "metadata": [ + { + "preferred_network": "login.microsoftonline.com", + "preferred_cache": "login.windows.net", + "aliases": [ + "login.microsoftonline.com", + "login.windows.net", + "login.microsoft.com", + "sts.windows.net" + ] + }, + { + "preferred_network": "login.partner.microsoftonline.cn", + "preferred_cache": "login.partner.microsoftonline.cn", + "aliases": [ + "login.partner.microsoftonline.cn", + "login.chinacloudapi.cn" + ] + }, + { + "preferred_network": "login.microsoftonline.de", + "preferred_cache": "login.microsoftonline.de", + "aliases": [ + "login.microsoftonline.de" + ] + }, + { + "preferred_network": "login.microsoftonline.us", + "preferred_cache": "login.microsoftonline.us", + "aliases": [ + "login.microsoftonline.us", + "login.usgovcloudapi.net" + ] + }, + { + "preferred_network": "login-us.microsoftonline.com", + "preferred_cache": "login-us.microsoftonline.com", + "aliases": [ + "login-us.microsoftonline.com" + ] + } + ] + } + }, + { + "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "client-request-id": "05279bd6-c7a9-48b3-97ce-d744dbb920ea", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "darwin", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.12.0" + }, + "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-store, no-cache", + "client-request-id": "05279bd6-c7a9-48b3-97ce-d744dbb920ea", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:48:42 GMT", + "Expires": "-1", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Pragma": "no-cache", + "Set-Cookie": "[set-cookie;]", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-clitelem": "1,0,0,,", + "x-ms-ests-server": "2.1.12821.9 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" + }, + "ResponseBody": { + "token_type": "Bearer", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, + "access_token": "access_token" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "22", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ac2dfe69-85aa-4522-8fb2-358798566508?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "686", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:48:46 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T17%3A48%3A46.1452652Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f2ab128a-55f8-4595-b8e2-b110a3c10f50", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20220531T174846Z:f2ab128a-55f8-4595-b8e2-b110a3c10f50", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", + "name": "sdk-py-tests-acc-1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-05-31T17%3A48%3A46.1452652Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-05-31T17:48:44.3529663Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T17:48:45.5304532Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T17:48:45.5304532Z", + "lastModifiedByType": "Application" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ac2dfe69-85aa-4522-8fb2-358798566508?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:49:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "063230ce-b5d0-458c-8f07-a1c6d7a75841", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20220531T174917Z:063230ce-b5d0-458c-8f07-a1c6d7a75841", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ac2dfe69-85aa-4522-8fb2-358798566508", + "name": "ac2dfe69-85aa-4522-8fb2-358798566508", + "status": "Succeeded", + "startTime": "2022-05-31T17:48:46.1470424Z", + "endTime": "2022-05-31T17:48:46.2095532Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:49:16 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T17%3A48%3A46.2138888Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d3cf987a-f11f-43e5-8909-3367a421a674", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20220531T174917Z:d3cf987a-f11f-43e5-8909-3367a421a674", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", + "name": "sdk-py-tests-acc-1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-05-31T17%3A48%3A46.2138888Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-05-31T17:48:44.3529663Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T17:48:45.5304532Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T17:48:45.5304532Z", + "lastModifiedByType": "Application" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "137", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "eastus", + "properties": { + "size": 4398046511104, + "serviceLevel": "Premium", + "coolAccess": false, + "encryptionType": "Single" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/4df6f412-843b-486f-8a06-c515978fc685?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "904", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:49:19 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T17%3A49%3A18.9594013Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "854d1139-1cfb-495e-b2ac-ca23cf7f9f41", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20220531T174919Z:854d1139-1cfb-495e-b2ac-ca23cf7f9f41", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-05-31T17%3A49%3A18.9594013Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-05-31T17:49:17.7526196Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T17:49:18.6492184Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T17:49:18.6492184Z", + "lastModifiedByType": "Application" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/4df6f412-843b-486f-8a06-c515978fc685?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:49:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "461d27eb-2d96-4247-b49d-c5ad51b1abbe", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20220531T174950Z:461d27eb-2d96-4247-b49d-c5ad51b1abbe", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/4df6f412-843b-486f-8a06-c515978fc685", + "name": "4df6f412-843b-486f-8a06-c515978fc685", + "status": "Succeeded", + "startTime": "2022-05-31T17:49:18.9620449Z", + "endTime": "2022-05-31T17:49:19.1808314Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:49:50 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T17%3A49%3A19.1762176Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1a0eb4fd-82f1-4f02-91ee-7481eb37d469", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20220531T174950Z:1a0eb4fd-82f1-4f02-91ee-7481eb37d469", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-05-31T17%3A49%3A19.1762176Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-05-31T17:49:17.7526196Z" + }, + "properties": { + "poolId": "f68adfcd-828b-928c-3047-43f2f5c89d60", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 262.144, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "786", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "eastus", + "properties": { + "creationToken": "sdk-py-tests-vol-1", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "coolAccess": false, + "unixPermissions": "0770", + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "1551", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:49:52 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T17%3A49%3A52.1993004Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "15756008-b9e0-44a8-bc35-ae2cb6917b6e", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20220531T174952Z:15756008-b9e0-44a8-bc35-ae2cb6917b6e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-31T17%3A49%3A52.1993004Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-05-31T17:49:50.4587554Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T17:49:51.798055Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T17:49:51.798055Z", + "lastModifiedByType": "Application" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:50:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "71bae9cc-b426-4b7b-b109-6d0c14c42cea", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175023Z:71bae9cc-b426-4b7b-b109-6d0c14c42cea", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b", + "name": "149bc192-6633-4143-829d-b6c8fbab4a8b", + "status": "Creating", + "startTime": "2022-05-31T17:49:52.2068791Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:50:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c50a23a9-61e9-4b88-8787-fe7c98d18ac9", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175053Z:c50a23a9-61e9-4b88-8787-fe7c98d18ac9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b", + "name": "149bc192-6633-4143-829d-b6c8fbab4a8b", + "status": "Creating", + "startTime": "2022-05-31T17:49:52.2068791Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:51:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ee8e34af-14ca-4a5f-9d8b-c41b37968152", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175123Z:ee8e34af-14ca-4a5f-9d8b-c41b37968152", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b", + "name": "149bc192-6633-4143-829d-b6c8fbab4a8b", + "status": "Creating", + "startTime": "2022-05-31T17:49:52.2068791Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:51:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "df4b0f57-b839-4e25-9117-80879a412dcb", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175153Z:df4b0f57-b839-4e25-9117-80879a412dcb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b", + "name": "149bc192-6633-4143-829d-b6c8fbab4a8b", + "status": "Creating", + "startTime": "2022-05-31T17:49:52.2068791Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:52:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7e6adf64-9880-41ff-b225-d876d436b570", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175223Z:7e6adf64-9880-41ff-b225-d876d436b570", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b", + "name": "149bc192-6633-4143-829d-b6c8fbab4a8b", + "status": "Creating", + "startTime": "2022-05-31T17:49:52.2068791Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:52:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8e35e784-3666-4e46-9c4d-b0297d034e71", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175253Z:8e35e784-3666-4e46-9c4d-b0297d034e71", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b", + "name": "149bc192-6633-4143-829d-b6c8fbab4a8b", + "status": "Creating", + "startTime": "2022-05-31T17:49:52.2068791Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:53:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1c3937a9-584b-4024-bcad-fad1ceacdb8d", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175324Z:1c3937a9-584b-4024-bcad-fad1ceacdb8d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b", + "name": "149bc192-6633-4143-829d-b6c8fbab4a8b", + "status": "Creating", + "startTime": "2022-05-31T17:49:52.2068791Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:53:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "07cb923b-9031-4831-979e-2a4d699cdd3f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175354Z:07cb923b-9031-4831-979e-2a4d699cdd3f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b", + "name": "149bc192-6633-4143-829d-b6c8fbab4a8b", + "status": "Creating", + "startTime": "2022-05-31T17:49:52.2068791Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:54:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "283c9452-b8b3-4a01-b284-9f06df5bd48a", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175424Z:283c9452-b8b3-4a01-b284-9f06df5bd48a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/149bc192-6633-4143-829d-b6c8fbab4a8b", + "name": "149bc192-6633-4143-829d-b6c8fbab4a8b", + "status": "Succeeded", + "startTime": "2022-05-31T17:49:52.2068791Z", + "endTime": "2022-05-31T17:53:56.0221157Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:54:24 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T17%3A53%3A56.0152577Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "eba80f06-2435-478e-9fcb-2b43b24a9f4c", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175425Z:eba80f06-2435-478e-9fcb-2b43b24a9f4c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-31T17%3A53%3A56.0152577Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-05-31T17:49:50.4587554Z" + }, + "properties": { + "fileSystemId": "1263f995-fa62-b4c2-71a1-24e8287e4997", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_10a58120", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "1263f995-fa62-b4c2-71a1-24e8287e4997", + "fileSystemId": "1263f995-fa62-b4c2-71a1-24e8287e4997", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.4, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "maximumNumberOfFiles": 100000000, + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "55", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "properties": { + "path": "/sub_vol_1.txt", + "size": 123 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/92eb2988-1d78-45d3-8952-793ed84a1b87?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "507", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:54:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/92eb2988-1d78-45d3-8952-793ed84a1b87?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "109535e1-fe9a-401e-9c29-514792606fd6", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175425Z:109535e1-fe9a-401e-9c29-514792606fd6", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_1.txt", + "provisioningState": "Creating", + "size": 123 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/92eb2988-1d78-45d3-8952-793ed84a1b87?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:54:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "039e08c7-2c3a-4d2f-898e-8b76308ad6db", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175455Z:039e08c7-2c3a-4d2f-898e-8b76308ad6db", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/92eb2988-1d78-45d3-8952-793ed84a1b87", + "name": "92eb2988-1d78-45d3-8952-793ed84a1b87", + "status": "Succeeded", + "startTime": "2022-05-31T17:54:25.3915848Z", + "endTime": "2022-05-31T17:54:26.0478635Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:54:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f50d70f8-b227-4b25-8390-f603bf42e2c4", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175456Z:f50d70f8-b227-4b25-8390-f603bf42e2c4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_1.txt", + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1/getMetadata?api-version=2022-01-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9bc72d40-cc4e-4dcc-bd81-720a2ccb962f?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "426", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:54:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9bc72d40-cc4e-4dcc-bd81-720a2ccb962f?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9a40ec92-4887-48a9-815e-72016d8a5b9f", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175456Z:9a40ec92-4887-48a9-815e-72016d8a5b9f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9bc72d40-cc4e-4dcc-bd81-720a2ccb962f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:55:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "80b77d43-c860-4dd5-a71c-96bf5c1cb72f", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175526Z:80b77d43-c860-4dd5-a71c-96bf5c1cb72f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9bc72d40-cc4e-4dcc-bd81-720a2ccb962f", + "name": "9bc72d40-cc4e-4dcc-bd81-720a2ccb962f", + "status": "Succeeded", + "startTime": "2022-05-31T17:54:56.4216241Z", + "endTime": "2022-05-31T17:54:56.7028825Z", + "percentComplete": 100.0, + "properties": { + "path": "/sub_vol_1.txt", + "size": 123, + "bytesUsed": 0, + "permissions": "644", + "creationTimeStamp": "2022-05-31T17:54:26Z", + "accessedTimeStamp": "2022-05-31T17:54:25Z", + "modifiedTimeStamp": "2022-05-31T17:54:26Z", + "changedTimeStamp": "2022-05-31T17:54:26Z", + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fa67d717-1964-4ff4-ae2a-c1b5f7b8e1eb?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 31 May 2022 17:55:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fa67d717-1964-4ff4-ae2a-c1b5f7b8e1eb?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "df8b920d-5cf6-46af-9a20-e07213135afb", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175527Z:df8b920d-5cf6-46af-9a20-e07213135afb", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fa67d717-1964-4ff4-ae2a-c1b5f7b8e1eb?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:55:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7a193da5-0d28-4e54-a41f-c6578f31d6fd", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175557Z:7a193da5-0d28-4e54-a41f-c6578f31d6fd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/fa67d717-1964-4ff4-ae2a-c1b5f7b8e1eb", + "name": "fa67d717-1964-4ff4-ae2a-c1b5f7b8e1eb", + "status": "Succeeded", + "startTime": "2022-05-31T17:55:27.0556535Z", + "endTime": "2022-05-31T17:55:34.560174Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e4fe9686-6dd2-4e87-8ef6-63c98b030e46?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 31 May 2022 17:55:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e4fe9686-6dd2-4e87-8ef6-63c98b030e46?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f85b8ad4-c5eb-4792-964f-98e0eccafe2e", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175557Z:f85b8ad4-c5eb-4792-964f-98e0eccafe2e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e4fe9686-6dd2-4e87-8ef6-63c98b030e46?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:56:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c2f18102-3f75-432d-a137-2a03833b4d72", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175628Z:c2f18102-3f75-432d-a137-2a03833b4d72", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e4fe9686-6dd2-4e87-8ef6-63c98b030e46", + "name": "e4fe9686-6dd2-4e87-8ef6-63c98b030e46", + "status": "Deleting", + "startTime": "2022-05-31T17:55:57.8120918Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e4fe9686-6dd2-4e87-8ef6-63c98b030e46?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:56:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "32e3c124-f9a3-4430-ba3d-6d7b14b3c3e0", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175658Z:32e3c124-f9a3-4430-ba3d-6d7b14b3c3e0", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e4fe9686-6dd2-4e87-8ef6-63c98b030e46", + "name": "e4fe9686-6dd2-4e87-8ef6-63c98b030e46", + "status": "Deleting", + "startTime": "2022-05-31T17:55:57.8120918Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e4fe9686-6dd2-4e87-8ef6-63c98b030e46?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:57:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "100ff54d-0808-4bc5-b8d1-aff80d6fb54d", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175728Z:100ff54d-0808-4bc5-b8d1-aff80d6fb54d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e4fe9686-6dd2-4e87-8ef6-63c98b030e46", + "name": "e4fe9686-6dd2-4e87-8ef6-63c98b030e46", + "status": "Succeeded", + "startTime": "2022-05-31T17:55:57.8120918Z", + "endTime": "2022-05-31T17:57:02.8264935Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/e4fe9686-6dd2-4e87-8ef6-63c98b030e46?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 17:57:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f74473e8-022a-4995-ba91-c1be12cfd97a", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20220531T175728Z:f74473e8-022a-4995-ba91-c1be12cfd97a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-31T17%3A55%3A57.8111539Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-05-31T17:49:50.4587554Z" + }, + "properties": { + "fileSystemId": "1263f995-fa62-b4c2-71a1-24e8287e4997", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "usageThreshold": 107374182400, + "usedBytes": 0, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv4": false, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_10a58120", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "poolId": "f68adfcd-828b-928c-3047-43f2f5c89d60", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "1263f995-fa62-b4c2-71a1-24e8287e4997", + "fileSystemId": "1263f995-fa62-b4c2-71a1-24e8287e4997", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.4, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "encryptionKeySource": "Microsoft.NetApp", + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "provisioningState": "Deleting" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "306", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 18:00:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f8cbd02f-cd4e-4f15-a196-5f913ec90d5e", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180050Z:f8cbd02f-cd4e-4f15-a196-5f913ec90d5e" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9fd9504d-c8b5-4b07-b6dc-e17ba5492102?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 31 May 2022 18:01:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9fd9504d-c8b5-4b07-b6dc-e17ba5492102?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "854838b8-3754-4246-afe5-3e9c321d4980", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180102Z:854838b8-3754-4246-afe5-3e9c321d4980", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9fd9504d-c8b5-4b07-b6dc-e17ba5492102?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 18:01:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d316641a-65b0-41a4-9b14-399b0b91f5d1", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180132Z:d316641a-65b0-41a4-9b14-399b0b91f5d1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9fd9504d-c8b5-4b07-b6dc-e17ba5492102", + "name": "9fd9504d-c8b5-4b07-b6dc-e17ba5492102", + "status": "Succeeded", + "startTime": "2022-05-31T18:01:01.9572794Z", + "endTime": "2022-05-31T18:01:18.3962357Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9fd9504d-c8b5-4b07-b6dc-e17ba5492102?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 18:01:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f33039a7-4a9a-4390-b053-37f1a60dee60", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180132Z:f33039a7-4a9a-4390-b053-37f1a60dee60", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-05-31T18%3A01%3A01.9455447Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-05-31T17:49:17.7526196Z" + }, + "properties": { + "poolId": "f68adfcd-828b-928c-3047-43f2f5c89d60", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 262.144, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 31 May 2022 18:01:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "feaf0b70-c050-4fe2-80b0-46f656f863b7", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180142Z:feaf0b70-c050-4fe2-80b0-46f656f863b7" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 31 May 2022 18:01:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d36f1064-b363-46f7-aca9-156435d1cb26", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180152Z:d36f1064-b363-46f7-aca9-156435d1cb26" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 31 May 2022 18:02:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2d6a2550-8374-4413-adc5-f9c476521fa1", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180203Z:2d6a2550-8374-4413-adc5-f9c476521fa1" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 31 May 2022 18:02:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ed6b1f45-f714-42a4-8881-4e5a2b923b5c", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180213Z:ed6b1f45-f714-42a4-8881-4e5a2b923b5c" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "278", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 18:02:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "821dd23b-5bb2-4d79-9f5c-4656fb93d2e3", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180223Z:821dd23b-5bb2-4d79-9f5c-4656fb93d2e3" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/28a48d99-80da-4b27-955b-261e05b753c6?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 31 May 2022 18:02:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/28a48d99-80da-4b27-955b-261e05b753c6?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cffb264d-7c24-4dd8-a359-52321bc9697e", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180224Z:cffb264d-7c24-4dd8-a359-52321bc9697e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/28a48d99-80da-4b27-955b-261e05b753c6?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 18:02:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8ce224b4-5f97-4582-b1b1-fea5cd02814a", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180254Z:8ce224b4-5f97-4582-b1b1-fea5cd02814a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/28a48d99-80da-4b27-955b-261e05b753c6", + "name": "28a48d99-80da-4b27-955b-261e05b753c6", + "status": "Succeeded", + "startTime": "2022-05-31T18:02:24.2642336Z", + "endTime": "2022-05-31T18:02:24.3891929Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/28a48d99-80da-4b27-955b-261e05b753c6?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 18:02:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b5bb0e3f-6035-4d47-9f01-b1dc7df3f7bf", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180254Z:b5bb0e3f-6035-4d47-9f01-b1dc7df3f7bf", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", + "name": "sdk-py-tests-acc-1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-05-31T18%3A02%3A24.2578316Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-05-31T17:48:44.3529663Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T17:48:45.5304532Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T17:48:45.5304532Z", + "lastModifiedByType": "Application" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "243", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 18:02:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "57772ada-2a85-4713-887c-53fe5c24e7de", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "WESTEUROPE:20220531T180256Z:57772ada-2a85-4713-887c-53fe5c24e7de" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + } + ], + "Variables": {} +} diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_subvolume.pyTestNetAppSubvolumetest_list_by_volume.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_subvolume.pyTestNetAppSubvolumetest_list_by_volume.json new file mode 100644 index 000000000000..357b18c1e556 --- /dev/null +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_subvolume.pyTestNetAppSubvolumetest_list_by_volume.json @@ -0,0 +1,2283 @@ +{ + "Entries": [ + { + "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Methods": "GET, OPTIONS", + "Access-Control-Allow-Origin": "*", + "Cache-Control": "max-age=86400, private", + "Content-Length": "1753", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:39:45 GMT", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Set-Cookie": "[set-cookie;]", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-ests-server": "2.1.12821.9 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" + }, + "ResponseBody": { + "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", + "token_endpoint_auth_methods_supported": [ + "client_secret_post", + "private_key_jwt", + "client_secret_basic" + ], + "jwks_uri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/discovery/v2.0/keys", + "response_modes_supported": [ + "query", + "fragment", + "form_post" + ], + "subject_types_supported": [ + "pairwise" + ], + "id_token_signing_alg_values_supported": [ + "RS256" + ], + "response_types_supported": [ + "code", + "id_token", + "code id_token", + "id_token token" + ], + "scopes_supported": [ + "openid", + "profile", + "email", + "offline_access" + ], + "issuer": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0", + "request_uri_parameter_supported": false, + "userinfo_endpoint": "https://graph.microsoft.com/oidc/userinfo", + "authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/authorize", + "device_authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/devicecode", + "http_logout_supported": true, + "frontchannel_logout_supported": true, + "end_session_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/logout", + "claims_supported": [ + "sub", + "iss", + "cloud_instance_name", + "cloud_instance_host_name", + "cloud_graph_host_name", + "msgraph_host", + "aud", + "exp", + "iat", + "auth_time", + "acr", + "nonce", + "preferred_username", + "name", + "tid", + "ver", + "at_hash", + "c_hash", + "email" + ], + "kerberos_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/kerberos", + "tenant_region_scope": "WW", + "cloud_instance_name": "microsoftonline.com", + "cloud_graph_host_name": "graph.windows.net", + "msgraph_host": "graph.microsoft.com", + "rbac_url": "https://pas.windows.net" + } + }, + { + "RequestUri": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1\u0026authorization_endpoint=https://login.microsoftonline.com/common/oauth2/authorize", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Access-Control-Allow-Methods": "GET, OPTIONS", + "Access-Control-Allow-Origin": "*", + "Cache-Control": "max-age=86400, private", + "Content-Length": "945", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:39:45 GMT", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Set-Cookie": "[set-cookie;]", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-ests-server": "2.1.12821.9 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" + }, + "ResponseBody": { + "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", + "api-version": "1.1", + "metadata": [ + { + "preferred_network": "login.microsoftonline.com", + "preferred_cache": "login.windows.net", + "aliases": [ + "login.microsoftonline.com", + "login.windows.net", + "login.microsoft.com", + "sts.windows.net" + ] + }, + { + "preferred_network": "login.partner.microsoftonline.cn", + "preferred_cache": "login.partner.microsoftonline.cn", + "aliases": [ + "login.partner.microsoftonline.cn", + "login.chinacloudapi.cn" + ] + }, + { + "preferred_network": "login.microsoftonline.de", + "preferred_cache": "login.microsoftonline.de", + "aliases": [ + "login.microsoftonline.de" + ] + }, + { + "preferred_network": "login.microsoftonline.us", + "preferred_cache": "login.microsoftonline.us", + "aliases": [ + "login.microsoftonline.us", + "login.usgovcloudapi.net" + ] + }, + { + "preferred_network": "login-us.microsoftonline.com", + "preferred_cache": "login-us.microsoftonline.com", + "aliases": [ + "login-us.microsoftonline.com" + ] + } + ] + } + }, + { + "RequestUri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "client-request-id": "9919b16c-007e-4af2-96f0-6f7319c8ab6d", + "Connection": "keep-alive", + "Content-Length": "281", + "Content-Type": "application/x-www-form-urlencoded", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", + "x-client-cpu": "x64", + "x-client-current-telemetry": "4|730,0|", + "x-client-last-telemetry": "4|0|||", + "x-client-os": "darwin", + "x-client-sku": "MSAL.Python", + "x-client-ver": "1.12.0" + }, + "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-store, no-cache", + "client-request-id": "9919b16c-007e-4af2-96f0-6f7319c8ab6d", + "Content-Length": "114", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:39:45 GMT", + "Expires": "-1", + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", + "Pragma": "no-cache", + "Set-Cookie": "[set-cookie;]", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-clitelem": "1,0,0,,", + "x-ms-ests-server": "2.1.12821.9 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" + }, + "ResponseBody": { + "token_type": "Bearer", + "expires_in": 86399, + "ext_expires_in": 86399, + "refresh_in": 43199, + "access_token": "access_token" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "22", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "southcentralusstage" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d06b161f-fa20-4612-82dc-d1c21c2c98c2?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "686", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:39:50 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A39%3A50.1804658Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "311ded73-cab9-47be-bf8a-63613e404cfd", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T163950Z:311ded73-cab9-47be-bf8a-63613e404cfd", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", + "name": "sdk-py-tests-acc-1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A39%3A50.1804658Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-31T16:39:47.3509191Z" + }, + "properties": { + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T16:39:49.6151358Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:39:49.6151358Z", + "lastModifiedByType": "Application" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d06b161f-fa20-4612-82dc-d1c21c2c98c2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:40:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bc0da1fc-bfa7-4dd3-8f57-60ed396eab6b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164021Z:bc0da1fc-bfa7-4dd3-8f57-60ed396eab6b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d06b161f-fa20-4612-82dc-d1c21c2c98c2", + "name": "d06b161f-fa20-4612-82dc-d1c21c2c98c2", + "status": "Succeeded", + "startTime": "2022-05-31T16:39:50.1859157Z", + "endTime": "2022-05-31T16:39:50.20148Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:40:21 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A39%3A50.204307Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f8b02227-08ca-4101-8bfa-cf78e6574d05", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164021Z:f8b02227-08ca-4101-8bfa-cf78e6574d05", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", + "name": "sdk-py-tests-acc-1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A39%3A50.204307Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-31T16:39:47.3509191Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T16:39:49.6151358Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:39:49.6151358Z", + "lastModifiedByType": "Application" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "137", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "southcentralusstage", + "properties": { + "size": 4398046511104, + "serviceLevel": "Premium", + "coolAccess": false, + "encryptionType": "Single" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/691dd744-27d7-410b-9b3e-60be4e67f8e9?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "904", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:40:23 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A40%3A23.1486082Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6735a649-bbbd-433e-9142-f49b5f24534d", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164023Z:6735a649-bbbd-433e-9142-f49b5f24534d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A40%3A23.1486082Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-31T16:40:21.6935360Z" + }, + "properties": { + "serviceLevel": "Premium", + "size": 4398046511104, + "totalThroughputMibps": 0.0, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T16:40:22.8548833Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:40:22.8548833Z", + "lastModifiedByType": "Application" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/691dd744-27d7-410b-9b3e-60be4e67f8e9?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:40:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "14a634f7-c9ed-4a8d-b5a6-69cd10161b25", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164054Z:14a634f7-c9ed-4a8d-b5a6-69cd10161b25", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/691dd744-27d7-410b-9b3e-60be4e67f8e9", + "name": "691dd744-27d7-410b-9b3e-60be4e67f8e9", + "status": "Succeeded", + "startTime": "2022-05-31T16:40:23.1580119Z", + "endTime": "2022-05-31T16:40:23.3298866Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:40:53 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A40%3A23.3305533Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dc9eac6d-fa21-44ea-a16b-a54134c69169", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164054Z:dc9eac6d-fa21-44ea-a16b-a54134c69169", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A40%3A23.3305533Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-31T16:40:21.6935360Z" + }, + "properties": { + "poolId": "69be0336-176e-0c27-cf6c-8e8b74d53dbc", + "serviceLevel": "Premium", + "size": 4398046511104, + "qosType": "Auto", + "totalThroughputMibps": 262.144, + "utilizedThroughputMibps": 0.0, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "786", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "location": "southcentralusstage", + "properties": { + "creationToken": "sdk-py-tests-vol-1", + "serviceLevel": "Premium", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "coolAccess": false, + "unixPermissions": "0770", + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "1553", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:40:55 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A40%3A55.7719479Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "39ddde6d-097d-40ad-a0c6-7fd6daa00b44", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164056Z:39ddde6d-097d-40ad-a0c6-7fd6daa00b44", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A40%3A55.7719479Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-31T16:40:54.6380687Z" + }, + "properties": { + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "protocolTypes": [ + "NFSv3" + ], + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "maximumNumberOfFiles": 100000000, + "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T16:40:55.3951376Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:40:55.3951376Z", + "lastModifiedByType": "Application" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:41:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f1b0cfdf-b6f3-4ba3-ad82-994ea8e5d1f5", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164126Z:f1b0cfdf-b6f3-4ba3-ad82-994ea8e5d1f5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140", + "name": "c77bd708-f14d-4965-9940-6a9a7a73b140", + "status": "Creating", + "startTime": "2022-05-31T16:40:55.7672538Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:41:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "745ac025-c399-458c-8110-3db7af037999", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164156Z:745ac025-c399-458c-8110-3db7af037999", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140", + "name": "c77bd708-f14d-4965-9940-6a9a7a73b140", + "status": "Creating", + "startTime": "2022-05-31T16:40:55.7672538Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:42:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bd2b25f0-6052-4b81-bd24-02a12a3dd40e", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164226Z:bd2b25f0-6052-4b81-bd24-02a12a3dd40e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140", + "name": "c77bd708-f14d-4965-9940-6a9a7a73b140", + "status": "Creating", + "startTime": "2022-05-31T16:40:55.7672538Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:42:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1120da97-d016-4a37-b52a-2d8d311a5da4", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164257Z:1120da97-d016-4a37-b52a-2d8d311a5da4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140", + "name": "c77bd708-f14d-4965-9940-6a9a7a73b140", + "status": "Creating", + "startTime": "2022-05-31T16:40:55.7672538Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:43:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b351e90e-17a0-4f05-96fe-e6e6122291e5", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164327Z:b351e90e-17a0-4f05-96fe-e6e6122291e5", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140", + "name": "c77bd708-f14d-4965-9940-6a9a7a73b140", + "status": "Creating", + "startTime": "2022-05-31T16:40:55.7672538Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:43:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3d29dd9a-a858-4f3e-baee-4b73df6ea867", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164357Z:3d29dd9a-a858-4f3e-baee-4b73df6ea867", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140", + "name": "c77bd708-f14d-4965-9940-6a9a7a73b140", + "status": "Creating", + "startTime": "2022-05-31T16:40:55.7672538Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:44:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "13cd584f-207b-45d8-8b77-8c6664f2799c", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164427Z:13cd584f-207b-45d8-8b77-8c6664f2799c", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140", + "name": "c77bd708-f14d-4965-9940-6a9a7a73b140", + "status": "Creating", + "startTime": "2022-05-31T16:40:55.7672538Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:44:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b310a53d-9703-4227-bbd4-32edab19efe3", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164457Z:b310a53d-9703-4227-bbd4-32edab19efe3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c77bd708-f14d-4965-9940-6a9a7a73b140", + "name": "c77bd708-f14d-4965-9940-6a9a7a73b140", + "status": "Succeeded", + "startTime": "2022-05-31T16:40:55.7672538Z", + "endTime": "2022-05-31T16:44:52.0626541Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:44:57 GMT", + "ETag": "W/\u0022datetime\u00272022-05-31T16%3A44%3A52.0502529Z\u0027\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e246cf17-9d5c-4d6e-8a05-4a6074493785", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164458Z:e246cf17-9d5c-4d6e-8a05-4a6074493785", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A44%3A52.0502529Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-31T16:40:54.6380687Z" + }, + "properties": { + "fileSystemId": "9dea1318-550f-84e8-f7e2-09d4c31dc83b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_07f09647", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "9dea1318-550f-84e8-f7e2-09d4c31dc83b", + "fileSystemId": "9dea1318-550f-84e8-f7e2-09d4c31dc83b", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.4, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "maximumNumberOfFiles": 100000000, + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "59", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "properties": { + "path": "/sub_vol_1.txt", + "size": 1000000 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/dd655ff3-2a2a-471a-8eae-dad6017dc78f?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "511", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:44:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/dd655ff3-2a2a-471a-8eae-dad6017dc78f?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a125bb3e-107d-453c-8352-64845dd3d459", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164458Z:a125bb3e-107d-453c-8352-64845dd3d459", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_1.txt", + "provisioningState": "Creating", + "size": 1000000 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:45:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e010b07b-2465-4f4c-aafb-c72119a8e527", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164503Z:e010b07b-2465-4f4c-aafb-c72119a8e527", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_1.txt", + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-01-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "59", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": { + "properties": { + "path": "/sub_vol_2.txt", + "size": 2000000 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f1c28e9-a193-4f7a-aa93-2d16944b3858?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "511", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:45:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f1c28e9-a193-4f7a-aa93-2d16944b3858?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "acc9206d-f9a5-4231-b94f-5e1148931836", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164504Z:acc9206d-f9a5-4231-b94f-5e1148931836", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_2.txt", + "provisioningState": "Creating", + "size": 2000000 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:45:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "16a82d29-f36d-40b7-a196-4f354c7e572e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164504Z:16a82d29-f36d-40b7-a196-4f354c7e572e", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_1.txt", + "provisioningState": "Succeeded" + } + }, + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_2.txt", + "provisioningState": "Succeeded" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50cefc82-aa57-45bc-b5db-212c39034528?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 31 May 2022 16:45:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50cefc82-aa57-45bc-b5db-212c39034528?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "77600874-a3d8-4ae8-8c93-9eb71f62217b", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164505Z:77600874-a3d8-4ae8-8c93-9eb71f62217b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/dd655ff3-2a2a-471a-8eae-dad6017dc78f?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:45:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "871b5809-4d28-4c20-9081-2777c78cb4e1", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164528Z:871b5809-4d28-4c20-9081-2777c78cb4e1", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/dd655ff3-2a2a-471a-8eae-dad6017dc78f", + "name": "dd655ff3-2a2a-471a-8eae-dad6017dc78f", + "status": "Succeeded", + "startTime": "2022-05-31T16:44:58.3934454Z", + "endTime": "2022-05-31T16:44:59.8721107Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "84", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:45:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1ee05b6d-b9e8-4f70-aaaa-bc5564c735a7", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164529Z:1ee05b6d-b9e8-4f70-aaaa-bc5564c735a7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The requested SubvolumeInfo was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f1c28e9-a193-4f7a-aa93-2d16944b3858?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:45:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "808ac73e-4432-4d21-b063-4e6de133856f", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164534Z:808ac73e-4432-4d21-b063-4e6de133856f", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f1c28e9-a193-4f7a-aa93-2d16944b3858", + "name": "0f1c28e9-a193-4f7a-aa93-2d16944b3858", + "status": "Succeeded", + "startTime": "2022-05-31T16:45:04.1845767Z", + "endTime": "2022-05-31T16:45:04.8251577Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:45:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3cbdc2c7-dbab-4290-b11c-bcbe26d165d3", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164534Z:3cbdc2c7-dbab-4290-b11c-bcbe26d165d3", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_2.txt", + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50cefc82-aa57-45bc-b5db-212c39034528?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:45:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "19e149b4-32b3-40ce-bc21-65263bb4d71a", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164535Z:19e149b4-32b3-40ce-bc21-65263bb4d71a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/50cefc82-aa57-45bc-b5db-212c39034528", + "name": "50cefc82-aa57-45bc-b5db-212c39034528", + "status": "Succeeded", + "startTime": "2022-05-31T16:45:04.9970306Z", + "endTime": "2022-05-31T16:45:05.3720504Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:45:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "922928c7-2c5c-4ec8-9178-13c49e2b7d1b", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164535Z:922928c7-2c5c-4ec8-9178-13c49e2b7d1b", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-2", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-subvolume-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes", + "properties": { + "path": "/sub_vol_2.txt", + "provisioningState": "Succeeded" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-2?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e778ea0-d48d-4e08-aaf3-edf187eedaa4?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 31 May 2022 16:45:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e778ea0-d48d-4e08-aaf3-edf187eedaa4?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e7c782c0-875f-48d1-bf31-2291bcae1b65", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164536Z:e7c782c0-875f-48d1-bf31-2291bcae1b65", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e778ea0-d48d-4e08-aaf3-edf187eedaa4?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:46:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c1e674e3-441d-44bb-9640-973a8e6eda92", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164606Z:c1e674e3-441d-44bb-9640-973a8e6eda92", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9e778ea0-d48d-4e08-aaf3-edf187eedaa4", + "name": "9e778ea0-d48d-4e08-aaf3-edf187eedaa4", + "status": "Succeeded", + "startTime": "2022-05-31T16:45:35.9288596Z", + "endTime": "2022-05-31T16:45:36.3038966Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes/sdk-py-tests-subvolume-2" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/subvolumes?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:46:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e88ad960-9bac-4d82-bf4f-6933a563a62a", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164607Z:e88ad960-9bac-4d82-bf4f-6933a563a62a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "value": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5ec8c89e-14d2-4010-b820-7b6cc36991e0?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 31 May 2022 16:46:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5ec8c89e-14d2-4010-b820-7b6cc36991e0?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9990dfa9-2da7-4fe7-b70a-5a91268cc375", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164607Z:9990dfa9-2da7-4fe7-b70a-5a91268cc375", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5ec8c89e-14d2-4010-b820-7b6cc36991e0?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:46:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "52ce8629-ab5f-4af7-b2e9-0b74937d7459", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164638Z:52ce8629-ab5f-4af7-b2e9-0b74937d7459", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5ec8c89e-14d2-4010-b820-7b6cc36991e0", + "name": "5ec8c89e-14d2-4010-b820-7b6cc36991e0", + "status": "Deleting", + "startTime": "2022-05-31T16:46:07.808116Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5ec8c89e-14d2-4010-b820-7b6cc36991e0?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:47:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "22c08a30-3dc7-4f03-b3c5-aa9dc92a10f4", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164708Z:22c08a30-3dc7-4f03-b3c5-aa9dc92a10f4", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5ec8c89e-14d2-4010-b820-7b6cc36991e0", + "name": "5ec8c89e-14d2-4010-b820-7b6cc36991e0", + "status": "Deleting", + "startTime": "2022-05-31T16:46:07.808116Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5ec8c89e-14d2-4010-b820-7b6cc36991e0?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:47:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "be908dd3-11f4-4609-b861-49b889a455ff", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164738Z:be908dd3-11f4-4609-b861-49b889a455ff", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5ec8c89e-14d2-4010-b820-7b6cc36991e0", + "name": "5ec8c89e-14d2-4010-b820-7b6cc36991e0", + "status": "Succeeded", + "startTime": "2022-05-31T16:46:07.808116Z", + "endTime": "2022-05-31T16:47:18.5467261Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5ec8c89e-14d2-4010-b820-7b6cc36991e0?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:47:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "875a0e66-2a61-4d26-988e-f232c5ada45d", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T164738Z:875a0e66-2a61-4d26-988e-f232c5ada45d", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A46%3A07.7912884Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-31T16:40:54.6380687Z" + }, + "properties": { + "fileSystemId": "9dea1318-550f-84e8-f7e2-09d4c31dc83b", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "usageThreshold": 107374182400, + "usedBytes": 0, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv4": false, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_07f09647", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "poolId": "69be0336-176e-0c27-cf6c-8e8b74d53dbc", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "9dea1318-550f-84e8-f7e2-09d4c31dc83b", + "fileSystemId": "9dea1318-550f-84e8-f7e2-09d4c31dc83b", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.4, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "encryptionKeySource": "Microsoft.NetApp", + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Enabled", + "provisioningState": "Deleting" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "306", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:51:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0d96dbf9-3b72-4664-a72f-5a14f666f5e1", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165100Z:0d96dbf9-3b72-4664-a72f-5a14f666f5e1" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3806fdc6-f3fd-44e4-a7c8-678ffaea597e?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 31 May 2022 16:51:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3806fdc6-f3fd-44e4-a7c8-678ffaea597e?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "171e0072-4f2e-4bca-b548-51151dbc12c7", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165112Z:171e0072-4f2e-4bca-b548-51151dbc12c7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3806fdc6-f3fd-44e4-a7c8-678ffaea597e?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:51:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "678b7c25-894b-42fd-b183-c4eaaca09ea9", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165142Z:678b7c25-894b-42fd-b183-c4eaaca09ea9", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3806fdc6-f3fd-44e4-a7c8-678ffaea597e", + "name": "3806fdc6-f3fd-44e4-a7c8-678ffaea597e", + "status": "Succeeded", + "startTime": "2022-05-31T16:51:12.0323315Z", + "endTime": "2022-05-31T16:51:12.4541698Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3806fdc6-f3fd-44e4-a7c8-678ffaea597e?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:51:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7c084802-8ee2-4a09-a096-657dea70d23a", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165142Z:7c084802-8ee2-4a09-a096-657dea70d23a", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A51%3A12.0266479Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-31T16:40:21.6935360Z" + }, + "properties": { + "poolId": "69be0336-176e-0c27-cf6c-8e8b74d53dbc", + "serviceLevel": "Premium", + "size": 4398046511104, + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", + "qosType": "Auto", + "totalThroughputMibps": 262.144, + "encryptionType": "Single", + "coolAccess": false, + "provisioningState": "Deleting" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 31 May 2022 16:51:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "af3aad07-40cc-4f8a-b823-4a98acb93287", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165152Z:af3aad07-40cc-4f8a-b823-4a98acb93287" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 31 May 2022 16:52:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c10579e5-a656-44fc-847d-663d1aa07f5f", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165202Z:c10579e5-a656-44fc-847d-663d1aa07f5f" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 31 May 2022 16:52:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d0bd8ae9-5608-48af-a092-998c3c8be609", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165213Z:d0bd8ae9-5608-48af-a092-998c3c8be609" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Tue, 31 May 2022 16:52:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f8d4f823-aa14-4b73-a96a-4734fb841dbf", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165223Z:f8d4f823-aa14-4b73-a96a-4734fb841dbf" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "278", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:52:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "338806ee-cf98-42bb-bcfc-b65aea908ae7", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165233Z:338806ee-cf98-42bb-bcfc-b65aea908ae7" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2546419f-fd4f-4734-910e-ad48f7ad68ab?api-version=2022-01-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 31 May 2022 16:52:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2546419f-fd4f-4734-910e-ad48f7ad68ab?api-version=2022-01-01\u0026operationResultResponseType=Location", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5d5afb2a-e57f-4e73-99f3-44a09387d211", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165234Z:5d5afb2a-e57f-4e73-99f3-44a09387d211", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2546419f-fd4f-4734-910e-ad48f7ad68ab?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:53:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a0766ebf-e5c3-4bb2-8488-2f125996f066", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165304Z:a0766ebf-e5c3-4bb2-8488-2f125996f066", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2546419f-fd4f-4734-910e-ad48f7ad68ab", + "name": "2546419f-fd4f-4734-910e-ad48f7ad68ab", + "status": "Succeeded", + "startTime": "2022-05-31T16:52:34.2354028Z", + "endTime": "2022-05-31T16:52:34.2979059Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2546419f-fd4f-4734-910e-ad48f7ad68ab?api-version=2022-01-01\u0026operationResultResponseType=Location", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:53:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "92452e72-f006-4a2e-9605-1d945071ae03", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165304Z:92452e72-f006-4a2e-9605-1d945071ae03", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", + "name": "sdk-py-tests-acc-1", + "type": "Microsoft.NetApp/netAppAccounts", + "etag": "W/\u0022datetime\u00272022-05-31T16%3A52%3A34.2239908Z\u0027\u0022", + "location": "southcentralusstage", + "tags": { + "CreatedOnDate": "2022-05-31T16:39:47.3509191Z" + }, + "properties": { + "encryption": { + "keySource": "Microsoft.NetApp" + }, + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-05-31T16:39:49.6151358Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-05-31T16:39:49.6151358Z", + "lastModifiedByType": "Application" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "243", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 May 2022 16:53:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9c662b49-5da8-4dfb-8b35-aa9f278e0d84", + "x-ms-failure-cause": "gateway", + "x-ms-routing-request-id": "FRANCECENTRAL:20220531T165306Z:9c662b49-5da8-4dfb-8b35-aa9f278e0d84" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + } + ], + "Variables": {} +} diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_vault.pyTestNetAppVaulttest_get_vault.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_vault.pyTestNetAppVaulttest_get_vault.json index fccbdbee9bf7..1b3a4a61539b 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_vault.pyTestNetAppVaulttest_get_vault.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_vault.pyTestNetAppVaulttest_get_vault.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:17:35 GMT", + "Date": "Tue, 24 May 2022 10:11:37 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Ar8qy6ahn8tNn8DIOjYttaA; expires=Wed, 30-Mar-2022 11:17:36 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrOkVUt8z1lE3HoBNz3bMJiDPecCZCk1j1tVu1ux35mSMaQIWY7epBD4sJUJw_aM05gMMjQX5DygQegoDg5maUAOCLPfo51uG-TbMseB1oGaJ_s0-UncqsvH3omgVfB4U1a6QKqtHXiXZwEKBDD0M1An31DUTieff6t5qHLBLLimQgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NEULR1 ProdSlices", - "x-ms-request-id": "c94dd1df-b521-4b25-9eb0-9da38cb35c00" + "x-ms-ests-server": "2.1.12794.5 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=Ar8qy6ahn8tNn8DIOjYttaA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:17:35 GMT", + "Date": "Tue, 24 May 2022 10:11:38 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Ar8qy6ahn8tNn8DIOjYttaA; expires=Wed, 30-Mar-2022 11:17:36 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "9ae955e3-7857-4698-a4ea-c5ae7a815b00" + "x-ms-ests-server": "2.1.12744.11 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "14c11121-9da8-44a1-a14a-d2cf80093535", + "client-request-id": "6999c5c4-1cb6-4cd0-b953-d55c5b448d4c", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=Ar8qy6ahn8tNn8DIOjYttaA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "14c11121-9da8-44a1-a14a-d2cf80093535", - "Content-Length": "1412", + "client-request-id": "6999c5c4-1cb6-4cd0-b953-d55c5b448d4c", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:17:36 GMT", + "Date": "Tue, 24 May 2022 10:11:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=Ar8qy6ahn8tNn8DIOjYttaD7QncyAQAAAE-mrtkOAAAA; expires=Wed, 30-Mar-2022 11:17:36 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WEULR1 ProdSlices", - "x-ms-request-id": "4f34e10b-520b-4d32-b2f3-dfb1994c5f00" + "x-ms-ests-server": "2.1.12794.5 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "07d2faa8-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/34f82945-12f1-413d-9e38-4218e465c8e0?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e23ce440-5b03-445b-98f0-f5db75e075cd?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:17:41 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A17%3A41.8204797Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:11:48 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A11%3A47.6963792Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a05117a1-f689-43b3-af69-59aa7b812ece", + "x-ms-correlation-request-id": "f1070976-63ea-4c12-8ecf-09f727d6c204", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "2b57704b-7423-460b-b8ab-f6107a84ba15", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111742Z:a05117a1-f689-43b3-af69-59aa7b812ece", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101149Z:f1070976-63ea-4c12-8ecf-09f727d6c204", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A17%3A41.8204797Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A11%3A47.6963792Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:17:39.0916749Z" + "CreatedOnDate": "2022-05-24T10:11:42.1977836Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:11:46.8802297Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:11:46.8802297Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/34f82945-12f1-413d-9e38-4218e465c8e0?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e23ce440-5b03-445b-98f0-f5db75e075cd?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "07d2faa8-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:18:12 GMT", + "Date": "Tue, 24 May 2022 10:12:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e52ef56-74c4-4046-a2f7-ef729163fdeb", + "x-ms-correlation-request-id": "def5dfaf-057e-43d6-822b-e941127256dc", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "cc7658d7-6dee-42f3-a095-0654c66c5cad", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111812Z:9e52ef56-74c4-4046-a2f7-ef729163fdeb", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101219Z:def5dfaf-057e-43d6-822b-e941127256dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/34f82945-12f1-413d-9e38-4218e465c8e0", - "name": "34f82945-12f1-413d-9e38-4218e465c8e0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e23ce440-5b03-445b-98f0-f5db75e075cd", + "name": "e23ce440-5b03-445b-98f0-f5db75e075cd", "status": "Succeeded", - "startTime": "2022-02-28T11:17:41.8328153Z", - "endTime": "2022-02-28T11:17:41.8872834Z", + "startTime": "2022-05-24T10:11:47.7026373Z", + "endTime": "2022-05-24T10:11:47.7495143Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "07d2faa8-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:18:12 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A17%3A41.8814387Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:12:19 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A11%3A47.7540508Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da3e635d-96d6-4647-8cfe-85424cf9a944", + "x-ms-correlation-request-id": "d060029b-ade2-42be-bde9-542f051c84ad", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "a351f2a6-45c7-4f1a-95fd-7ad6021018c0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111813Z:da3e635d-96d6-4647-8cfe-85424cf9a944", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101220Z:d060029b-ade2-42be-bde9-542f051c84ad", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A17%3A41.8814387Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A11%3A47.7540508Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:17:39.0916749Z" + "CreatedOnDate": "2022-05-24T10:11:42.1977836Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:11:46.8802297Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:11:46.8802297Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1e27ee9e-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e21f2e55-a174-4b8b-891c-9b364f1452f1?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef8cf556-5284-439c-98fa-f42e1176408b?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "913", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:18:15 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A18%3A14.7075288Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:12:23 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A12%3A23.0240063Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c71caf53-67d7-4709-af82-61041f11bca4", + "x-ms-correlation-request-id": "daf0cf7a-3aaa-42ce-990d-2c98e487d563", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "b14ad889-5b37-4801-9a60-0d47b3c00fbc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111815Z:c71caf53-67d7-4709-af82-61041f11bca4", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101224Z:daf0cf7a-3aaa-42ce-990d-2c98e487d563", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A18%3A14.7075288Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A12%3A23.0240063Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:18:13.3262286Z" + "CreatedOnDate": "2022-05-24T10:12:20.5883425Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:12:22.60531Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:12:22.60531Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e21f2e55-a174-4b8b-891c-9b364f1452f1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef8cf556-5284-439c-98fa-f42e1176408b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1e27ee9e-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:18:45 GMT", + "Date": "Tue, 24 May 2022 10:12:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3518c00f-2703-4be6-ab91-8533cbcdfc69", + "x-ms-correlation-request-id": "24e0ccd1-a454-48c0-b9ae-9c7edcb5c2db", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "6020d23f-9885-4891-9353-6267c9f8c2a1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111845Z:3518c00f-2703-4be6-ab91-8533cbcdfc69", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101254Z:24e0ccd1-a454-48c0-b9ae-9c7edcb5c2db", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e21f2e55-a174-4b8b-891c-9b364f1452f1", - "name": "e21f2e55-a174-4b8b-891c-9b364f1452f1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef8cf556-5284-439c-98fa-f42e1176408b", + "name": "ef8cf556-5284-439c-98fa-f42e1176408b", "status": "Succeeded", - "startTime": "2022-02-28T11:18:14.7152355Z", - "endTime": "2022-02-28T11:18:15.0952332Z", + "startTime": "2022-05-24T10:12:23.0175857Z", + "endTime": "2022-05-24T10:12:24.267633Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1e27ee9e-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:18:45 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A18%3A15.0845742Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:12:54 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A12%3A24.2588593Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06b79c10-8c6e-4ca7-8784-975248ad3598", + "x-ms-correlation-request-id": "49670e3a-00ad-4302-a234-e93f45f7d467", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "f51d29ec-46e5-479e-836a-01efda841cb0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111845Z:06b79c10-8c6e-4ca7-8784-975248ad3598", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101254Z:49670e3a-00ad-4302-a234-e93f45f7d467", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A18%3A15.0845742Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A12%3A24.2588593Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:18:13.3262286Z" + "CreatedOnDate": "2022-05-24T10:12:20.5883425Z" }, "properties": { - "poolId": "041c42fb-6899-cb3f-07d7-f159c78ab77d", + "poolId": "6054959b-49fb-5184-89d3-f3aeefd9f105", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:12:22.60531Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:12:22.60531Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:18:47 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A18%3A47.3597142Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:12:59 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A12%3A59.2930937Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "743bbb00-0890-4821-9126-ce3ad8f5b824", + "x-ms-correlation-request-id": "51804d48-fa11-41ce-9332-51092f7e232c", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "c7d0e450-e0d3-4d61-9eb5-b68ee2053e89", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111848Z:743bbb00-0890-4821-9126-ce3ad8f5b824", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101300Z:51804d48-fa11-41ce-9332-51092f7e232c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A18%3A47.3597142Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A12%3A59.2930937Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:18:46.2627687Z" + "CreatedOnDate": "2022-05-24T10:12:55.1878108Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:12:56.5370492Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:12:56.5370492Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:19:17 GMT", + "Date": "Tue, 24 May 2022 10:13:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32d46e45-4f32-4aeb-beb2-bab54b24cba5", + "x-ms-correlation-request-id": "5ba7b33b-0c62-4abe-8ccc-9aa0c5d42ba6", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "06b89694-21af-468c-9db7-40c3ef11c131", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111918Z:32d46e45-4f32-4aeb-beb2-bab54b24cba5", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101330Z:5ba7b33b-0c62-4abe-8ccc-9aa0c5d42ba6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c", - "name": "7be3af57-75d5-43b7-9557-76f4a476b23c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04", + "name": "5e710037-d4eb-40c8-a8e9-44e89915bd04", "status": "Creating", - "startTime": "2022-02-28T11:18:47.3696461Z", + "startTime": "2022-05-24T10:12:59.2852629Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:19:47 GMT", + "Date": "Tue, 24 May 2022 10:14:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "274acc0d-2c0c-48da-aba8-372352beda8f", + "x-ms-correlation-request-id": "54594563-9a27-4822-bc98-0608353817a7", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "87baaaf3-2327-44bb-ae54-a190ab0c266b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111948Z:274acc0d-2c0c-48da-aba8-372352beda8f", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101400Z:54594563-9a27-4822-bc98-0608353817a7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c", - "name": "7be3af57-75d5-43b7-9557-76f4a476b23c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04", + "name": "5e710037-d4eb-40c8-a8e9-44e89915bd04", "status": "Creating", - "startTime": "2022-02-28T11:18:47.3696461Z", + "startTime": "2022-05-24T10:12:59.2852629Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:20:17 GMT", + "Date": "Tue, 24 May 2022 10:14:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72e4b62a-f448-4072-ab6a-87094f69b5d5", + "x-ms-correlation-request-id": "1808414e-2999-47c0-a485-e428ed5355ee", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "73a20a66-1a23-4dd9-a4fd-e0f95e932858", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112018Z:72e4b62a-f448-4072-ab6a-87094f69b5d5", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101431Z:1808414e-2999-47c0-a485-e428ed5355ee", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c", - "name": "7be3af57-75d5-43b7-9557-76f4a476b23c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04", + "name": "5e710037-d4eb-40c8-a8e9-44e89915bd04", "status": "Creating", - "startTime": "2022-02-28T11:18:47.3696461Z", + "startTime": "2022-05-24T10:12:59.2852629Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:20:47 GMT", + "Date": "Tue, 24 May 2022 10:15:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e66a117-f8c1-4f54-a62d-08426b8ce38d", + "x-ms-correlation-request-id": "cbb04fbe-cffe-4434-81fd-6c623a81577d", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "0caf08cd-09fe-40f9-ac9c-3227b97b083e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112048Z:4e66a117-f8c1-4f54-a62d-08426b8ce38d", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101502Z:cbb04fbe-cffe-4434-81fd-6c623a81577d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c", - "name": "7be3af57-75d5-43b7-9557-76f4a476b23c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04", + "name": "5e710037-d4eb-40c8-a8e9-44e89915bd04", "status": "Creating", - "startTime": "2022-02-28T11:18:47.3696461Z", + "startTime": "2022-05-24T10:12:59.2852629Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:21:17 GMT", + "Date": "Tue, 24 May 2022 10:15:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1c45546-d14d-480c-9596-858eb527219a", + "x-ms-correlation-request-id": "0f6e3fb4-34c8-422f-ac6d-f8ab9bcc5a51", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7fc016ad-9097-4df0-95f1-2cfc1fabc635", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112118Z:e1c45546-d14d-480c-9596-858eb527219a", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101532Z:0f6e3fb4-34c8-422f-ac6d-f8ab9bcc5a51", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c", - "name": "7be3af57-75d5-43b7-9557-76f4a476b23c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04", + "name": "5e710037-d4eb-40c8-a8e9-44e89915bd04", "status": "Creating", - "startTime": "2022-02-28T11:18:47.3696461Z", + "startTime": "2022-05-24T10:12:59.2852629Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:21:48 GMT", + "Date": "Tue, 24 May 2022 10:16:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "361f5cb9-44f2-45c1-ab41-01e31084d7d1", + "x-ms-correlation-request-id": "3df4e288-0188-47c0-872a-65e54be29fde", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "ec71395d-c17a-48ee-b2ba-cec4e52b64d3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112149Z:361f5cb9-44f2-45c1-ab41-01e31084d7d1", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101602Z:3df4e288-0188-47c0-872a-65e54be29fde", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c", - "name": "7be3af57-75d5-43b7-9557-76f4a476b23c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04", + "name": "5e710037-d4eb-40c8-a8e9-44e89915bd04", "status": "Creating", - "startTime": "2022-02-28T11:18:47.3696461Z", + "startTime": "2022-05-24T10:12:59.2852629Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:22:18 GMT", + "Date": "Tue, 24 May 2022 10:16:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dadf264d-6557-4419-a235-fdad635b7039", + "x-ms-correlation-request-id": "4ce3294c-938b-4a6b-bc40-559b5ffce3bd", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e4262565-c198-4ccc-a5fb-d478bea92186", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112219Z:dadf264d-6557-4419-a235-fdad635b7039", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101633Z:4ce3294c-938b-4a6b-bc40-559b5ffce3bd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c", - "name": "7be3af57-75d5-43b7-9557-76f4a476b23c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04", + "name": "5e710037-d4eb-40c8-a8e9-44e89915bd04", "status": "Creating", - "startTime": "2022-02-28T11:18:47.3696461Z", + "startTime": "2022-05-24T10:12:59.2852629Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:22:49 GMT", + "Date": "Tue, 24 May 2022 10:17:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,61 +946,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a991c92-7e5c-4c12-ae61-c7def0440dbc", + "x-ms-correlation-request-id": "fe92aff5-a539-43e9-9916-e1161c0c03bb", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "2eb0e4e4-89bc-450b-bae6-1abef57d8ee6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112249Z:9a991c92-7e5c-4c12-ae61-c7def0440dbc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c", - "name": "7be3af57-75d5-43b7-9557-76f4a476b23c", - "status": "Creating", - "startTime": "2022-02-28T11:18:47.3696461Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:23:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c54973b2-67e1-4a03-abef-6d7355d27c35", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "29c385ba-00a3-4fad-8a79-0ab47af9be34", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112319Z:c54973b2-67e1-4a03-abef-6d7355d27c35", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101703Z:fe92aff5-a539-43e9-9916-e1161c0c03bb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7be3af57-75d5-43b7-9557-76f4a476b23c", - "name": "7be3af57-75d5-43b7-9557-76f4a476b23c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5e710037-d4eb-40c8-a8e9-44e89915bd04", + "name": "5e710037-d4eb-40c8-a8e9-44e89915bd04", "status": "Succeeded", - "startTime": "2022-02-28T11:18:47.3696461Z", - "endTime": "2022-02-28T11:23:14.6824192Z", + "startTime": "2022-05-24T10:12:59.2852629Z", + "endTime": "2022-05-24T10:17:02.4945168Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "31b983aa-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +978,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:23:19 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A23%3A14.6703101Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:17:05 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A17%3A02.4995654Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +987,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38dd76b7-560a-49f6-a14f-96e620a98d2f", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "111d4b8a-5e17-4b3f-8860-3a698cf298b0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112320Z:38dd76b7-560a-49f6-a14f-96e620a98d2f", + "x-ms-correlation-request-id": "2ba86910-7a6c-4acd-bf4c-e221419a9d24", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101706Z:2ba86910-7a6c-4acd-bf4c-e221419a9d24", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A23%3A14.6703101Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A17%3A02.4995654Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:18:46.2627687Z" + "CreatedOnDate": "2022-05-24T10:12:55.1878108Z" }, "properties": { - "fileSystemId": "49c7963b-59e0-ee5b-803d-fa37a25f2698", + "fileSystemId": "665ca10e-58d7-1780-fd17-caf00f3f73a3", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1030,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_8443a036", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_ef06e666", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1045,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "49c7963b-59e0-ee5b-803d-fa37a25f2698", - "fileSystemId": "49c7963b-59e0-ee5b-803d-fa37a25f2698", + "mountTargetId": "665ca10e-58d7-1780-fd17-caf00f3f73a3", + "fileSystemId": "665ca10e-58d7-1780-fd17-caf00f3f73a3", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,20 +1059,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:12:56.5370492Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:12:56.5370492Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d52da9ee-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1127,7 +1087,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:23:19 GMT", + "Date": "Tue, 24 May 2022 10:17:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1135,10 +1095,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0bd299b-c94f-4955-96b2-a722ffeaaa77", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "b7b32502-df9e-43ce-8090-e25af4c41ade", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112320Z:f0bd299b-c94f-4955-96b2-a722ffeaaa77", + "x-ms-correlation-request-id": "b78dfd6a-4a9a-4e94-b150-e3d07b40938a", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101706Z:b78dfd6a-4a9a-4e94-b150-e3d07b40938a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1147,57 +1106,49 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/vaults/cbsvault", "name": "sdk-py-tests-acc-1/cbsvault", "type": "Microsoft.NetApp/netAppAccounts/vaults", - "properties": { - "enabled": true, - "vaultId": "770fecc1-765b-11eb-9c9c-6ebf63ed0b3e" - } + "properties": {} } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d553271e-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e76f685f-a6bf-4c19-9c8a-0480586392ce?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef53e557-1fe4-4d87-bb46-d0d87260095f?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:23:20 GMT", + "Date": "Tue, 24 May 2022 10:17:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e76f685f-a6bf-4c19-9c8a-0480586392ce?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef53e557-1fe4-4d87-bb46-d0d87260095f?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "920c956c-8a60-4e95-ab6c-5589c44d0aab", + "x-ms-correlation-request-id": "6d643aec-84e7-413f-a687-69851670a54a", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "920c956c-8a60-4e95-ab6c-5589c44d0aab", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112320Z:920c956c-8a60-4e95-ab6c-5589c44d0aab", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101707Z:6d643aec-84e7-413f-a687-69851670a54a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e76f685f-a6bf-4c19-9c8a-0480586392ce?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef53e557-1fe4-4d87-bb46-d0d87260095f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d553271e-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1205,7 +1156,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:23:50 GMT", + "Date": "Tue, 24 May 2022 10:17:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1213,17 +1164,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f05552a-933f-4edc-a9d1-873df0b3ccb4", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "f617ad4e-5caf-4afa-b317-749533b2872b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112351Z:2f05552a-933f-4edc-a9d1-873df0b3ccb4", + "x-ms-correlation-request-id": "b0eb8581-08f2-4763-91fa-06fcd69a7d7c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101737Z:b0eb8581-08f2-4763-91fa-06fcd69a7d7c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e76f685f-a6bf-4c19-9c8a-0480586392ce", - "name": "e76f685f-a6bf-4c19-9c8a-0480586392ce", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef53e557-1fe4-4d87-bb46-d0d87260095f", + "name": "ef53e557-1fe4-4d87-bb46-d0d87260095f", "status": "Deleting", - "startTime": "2022-02-28T11:23:20.8368698Z", + "startTime": "2022-05-24T10:17:07.3820579Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1232,15 +1182,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e76f685f-a6bf-4c19-9c8a-0480586392ce?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef53e557-1fe4-4d87-bb46-d0d87260095f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d553271e-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1248,7 +1196,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:24:20 GMT", + "Date": "Tue, 24 May 2022 10:18:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1256,17 +1204,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acdd1621-5226-4a12-9e2e-18b57f1cd139", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "94ac06fd-a2a8-4a20-9d44-bcdfc0b51b71", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112421Z:acdd1621-5226-4a12-9e2e-18b57f1cd139", + "x-ms-correlation-request-id": "81444367-aa20-4f7d-82cf-04e0fec3eccc", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101808Z:81444367-aa20-4f7d-82cf-04e0fec3eccc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e76f685f-a6bf-4c19-9c8a-0480586392ce", - "name": "e76f685f-a6bf-4c19-9c8a-0480586392ce", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef53e557-1fe4-4d87-bb46-d0d87260095f", + "name": "ef53e557-1fe4-4d87-bb46-d0d87260095f", "status": "Deleting", - "startTime": "2022-02-28T11:23:20.8368698Z", + "startTime": "2022-05-24T10:17:07.3820579Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1275,15 +1222,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e76f685f-a6bf-4c19-9c8a-0480586392ce?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef53e557-1fe4-4d87-bb46-d0d87260095f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d553271e-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1291,7 +1236,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:24:51 GMT", + "Date": "Tue, 24 May 2022 10:18:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1299,18 +1244,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa84dbd1-5f6c-45af-8d16-b1a3535777ee", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "0e8552dc-af7e-442c-b066-fff824a1bc7f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112451Z:aa84dbd1-5f6c-45af-8d16-b1a3535777ee", + "x-ms-correlation-request-id": "3239cdab-ac42-4112-a13f-d5e97e98e2b1", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101839Z:3239cdab-ac42-4112-a13f-d5e97e98e2b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e76f685f-a6bf-4c19-9c8a-0480586392ce", - "name": "e76f685f-a6bf-4c19-9c8a-0480586392ce", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef53e557-1fe4-4d87-bb46-d0d87260095f", + "name": "ef53e557-1fe4-4d87-bb46-d0d87260095f", "status": "Succeeded", - "startTime": "2022-02-28T11:23:20.8368698Z", - "endTime": "2022-02-28T11:24:48.451985Z", + "startTime": "2022-05-24T10:17:07.3820579Z", + "endTime": "2022-05-24T10:18:25.3185597Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1318,15 +1262,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e76f685f-a6bf-4c19-9c8a-0480586392ce?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ef53e557-1fe4-4d87-bb46-d0d87260095f?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d553271e-9888-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1334,7 +1276,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:24:51 GMT", + "Date": "Tue, 24 May 2022 10:18:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1342,26 +1284,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca4b5f8b-294c-4270-a367-5e6598f7b4c0", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "a33170ab-5580-4085-8950-6c4fe3f022cc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112451Z:ca4b5f8b-294c-4270-a367-5e6598f7b4c0", + "x-ms-correlation-request-id": "ae201eb2-cf76-4f63-9aec-aab178e8e956", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20220524T101840Z:ae201eb2-cf76-4f63-9aec-aab178e8e956", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A23%3A20.8228135Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A18%3A07.8547142Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:18:46.2627687Z" + "CreatedOnDate": "2022-05-24T10:12:55.1878108Z" }, "properties": { - "fileSystemId": "49c7963b-59e0-ee5b-803d-fa37a25f2698", + "fileSystemId": "665ca10e-58d7-1780-fd17-caf00f3f73a3", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1389,19 +1330,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_8443a036", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_ef06e666", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "041c42fb-6899-cb3f-07d7-f159c78ab77d", + "poolId": "6054959b-49fb-5184-89d3-f3aeefd9f105", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "49c7963b-59e0-ee5b-803d-fa37a25f2698", - "fileSystemId": "49c7963b-59e0-ee5b-803d-fa37a25f2698", + "mountTargetId": "665ca10e-58d7-1780-fd17-caf00f3f73a3", + "fileSystemId": "665ca10e-58d7-1780-fd17-caf00f3f73a3", "startIp": "", "endIp": "", "gateway": "", @@ -1410,7 +1351,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1425,36 +1366,44 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:12:56.5370492Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:12:56.5370492Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "82ee7a22-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:28:12 GMT", + "Date": "Tue, 24 May 2022 10:22:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11d9235a-b747-4706-b344-bcd595258a16", + "x-ms-correlation-request-id": "234c2273-8c2c-4c95-ae1e-ea944eabcc54", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "11d9235a-b747-4706-b344-bcd595258a16", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112813Z:11d9235a-b747-4706-b344-bcd595258a16" + "x-ms-routing-request-id": "WESTEUROPE:20220524T102201Z:234c2273-8c2c-4c95-ae1e-ea944eabcc54" }, "ResponseBody": { "error": { @@ -1464,48 +1413,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8a1f0c80-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a89a8131-e91a-42b2-a3c1-9404f244eae3?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce641210-d2ea-4213-ac20-a00610a5a7d6?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:28:24 GMT", + "Date": "Tue, 24 May 2022 10:22:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a89a8131-e91a-42b2-a3c1-9404f244eae3?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce641210-d2ea-4213-ac20-a00610a5a7d6?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "efce6fef-0c3a-48cd-acf7-ae567e5423eb", + "x-ms-correlation-request-id": "37b98e04-e77d-449a-9faa-820a9a854d20", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "efce6fef-0c3a-48cd-acf7-ae567e5423eb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112825Z:efce6fef-0c3a-48cd-acf7-ae567e5423eb", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102214Z:37b98e04-e77d-449a-9faa-820a9a854d20", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a89a8131-e91a-42b2-a3c1-9404f244eae3?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce641210-d2ea-4213-ac20-a00610a5a7d6?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8a1f0c80-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1513,7 +1457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:28:54 GMT", + "Date": "Tue, 24 May 2022 10:22:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1521,18 +1465,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed4d2622-06f8-4756-9e9c-ad73d832b273", + "x-ms-correlation-request-id": "c592c8c4-be23-457e-9c38-4891094eabe5", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "70197646-a96c-4fa3-9863-025b7eeb1158", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112855Z:ed4d2622-06f8-4756-9e9c-ad73d832b273", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102245Z:c592c8c4-be23-457e-9c38-4891094eabe5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a89a8131-e91a-42b2-a3c1-9404f244eae3", - "name": "a89a8131-e91a-42b2-a3c1-9404f244eae3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce641210-d2ea-4213-ac20-a00610a5a7d6", + "name": "ce641210-d2ea-4213-ac20-a00610a5a7d6", "status": "Succeeded", - "startTime": "2022-02-28T11:28:25.1042522Z", - "endTime": "2022-02-28T11:28:25.6361025Z", + "startTime": "2022-05-24T10:22:14.5039687Z", + "endTime": "2022-05-24T10:22:17.8922873Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -1540,15 +1483,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a89a8131-e91a-42b2-a3c1-9404f244eae3?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce641210-d2ea-4213-ac20-a00610a5a7d6?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8a1f0c80-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1556,7 +1497,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:28:54 GMT", + "Date": "Tue, 24 May 2022 10:22:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1564,172 +1505,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3498b0a1-3cf4-42ca-aaba-4140da929b5b", + "x-ms-correlation-request-id": "4aa6001a-6e7c-42c2-87f3-63f8ce3f0722", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "bf6cbb6d-311e-4eab-8be4-e6cbfddd7901", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112855Z:3498b0a1-3cf4-42ca-aaba-4140da929b5b", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102245Z:4aa6001a-6e7c-42c2-87f3-63f8ce3f0722", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A28%3A25.0900265Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A22%3A14.5019221Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:18:13.3262286Z" + "CreatedOnDate": "2022-05-24T10:12:20.5883425Z" }, "properties": { - "poolId": "041c42fb-6899-cb3f-07d7-f159c78ab77d", + "poolId": "6054959b-49fb-5184-89d3-f3aeefd9f105", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:12:22.60531Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:12:22.60531Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a31e9660-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:29:05 GMT", + "Date": "Tue, 24 May 2022 10:22:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "888b6b8b-c381-4f63-a5fe-a8d023631d40", + "x-ms-correlation-request-id": "76f3c149-1c5e-4e56-8a72-69856c0c5636", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "888b6b8b-c381-4f63-a5fe-a8d023631d40", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112905Z:888b6b8b-c381-4f63-a5fe-a8d023631d40" + "x-ms-routing-request-id": "WESTEUROPE:20220524T102255Z:76f3c149-1c5e-4e56-8a72-69856c0c5636" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a931a16e-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:29:15 GMT", + "Date": "Tue, 24 May 2022 10:23:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2948a8d1-578b-46fd-b9de-c23fadc24da3", + "x-ms-correlation-request-id": "be9496af-989d-42c0-9a2f-947b7ea6c4f6", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "2948a8d1-578b-46fd-b9de-c23fadc24da3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112916Z:2948a8d1-578b-46fd-b9de-c23fadc24da3" + "x-ms-routing-request-id": "WESTEUROPE:20220524T102305Z:be9496af-989d-42c0-9a2f-947b7ea6c4f6" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "af456a86-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:29:26 GMT", + "Date": "Tue, 24 May 2022 10:23:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c19c04e4-ecd4-4e1b-bb56-ce0c80557146", + "x-ms-correlation-request-id": "1d83a03b-f04d-4f92-8dc7-7a180f7b8eb9", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "c19c04e4-ecd4-4e1b-bb56-ce0c80557146", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112926Z:c19c04e4-ecd4-4e1b-bb56-ce0c80557146" + "x-ms-routing-request-id": "WESTEUROPE:20220524T102316Z:1d83a03b-f04d-4f92-8dc7-7a180f7b8eb9" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b565d450-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:29:36 GMT", + "Date": "Tue, 24 May 2022 10:23:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd3bbffb-353c-4518-9f33-1a7dba9cbeee", + "x-ms-correlation-request-id": "3eb2a0e1-ff2c-442f-9493-398a6b894d5a", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "fd3bbffb-353c-4518-9f33-1a7dba9cbeee", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112936Z:fd3bbffb-353c-4518-9f33-1a7dba9cbeee" + "x-ms-routing-request-id": "WESTEUROPE:20220524T102326Z:3eb2a0e1-ff2c-442f-9493-398a6b894d5a" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bb7992c8-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:29:46 GMT", + "Date": "Tue, 24 May 2022 10:23:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cf9aedc-8d53-441c-826c-21db964c124f", + "x-ms-correlation-request-id": "e408c7bd-040b-4845-82b1-e165dbbbf3b3", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "7cf9aedc-8d53-441c-826c-21db964c124f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112946Z:7cf9aedc-8d53-441c-826c-21db964c124f" + "x-ms-routing-request-id": "WESTEUROPE:20220524T102336Z:e408c7bd-040b-4845-82b1-e165dbbbf3b3" }, "ResponseBody": { "error": { @@ -1739,48 +1673,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bb930f1e-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b76a4dcc-5c8d-4fea-b10e-e2973b2b27c9?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ccf26d2e-718f-4a9c-a75f-a7937977bf63?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:29:47 GMT", + "Date": "Tue, 24 May 2022 10:23:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b76a4dcc-5c8d-4fea-b10e-e2973b2b27c9?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ccf26d2e-718f-4a9c-a75f-a7937977bf63?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07aae955-4d87-42f1-bc32-bc409d2b4745", + "x-ms-correlation-request-id": "2dcc23fe-7b88-4f27-8279-9b77210d8319", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "07aae955-4d87-42f1-bc32-bc409d2b4745", - "x-ms-routing-request-id": "WESTEUROPE:20220228T112947Z:07aae955-4d87-42f1-bc32-bc409d2b4745", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102338Z:2dcc23fe-7b88-4f27-8279-9b77210d8319", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b76a4dcc-5c8d-4fea-b10e-e2973b2b27c9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ccf26d2e-718f-4a9c-a75f-a7937977bf63?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bb930f1e-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1788,7 +1717,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:30:17 GMT", + "Date": "Tue, 24 May 2022 10:24:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1796,18 +1725,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "511fee16-da2f-46cc-859a-33c39a45e89b", + "x-ms-correlation-request-id": "6e7606d3-e2a6-4022-8673-4b1af4da721f", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "1e0af315-4972-4598-9fbd-d02b0c1e29bd", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113017Z:511fee16-da2f-46cc-859a-33c39a45e89b", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102408Z:6e7606d3-e2a6-4022-8673-4b1af4da721f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b76a4dcc-5c8d-4fea-b10e-e2973b2b27c9", - "name": "b76a4dcc-5c8d-4fea-b10e-e2973b2b27c9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ccf26d2e-718f-4a9c-a75f-a7937977bf63", + "name": "ccf26d2e-718f-4a9c-a75f-a7937977bf63", "status": "Succeeded", - "startTime": "2022-02-28T11:29:47.5340789Z", - "endTime": "2022-02-28T11:29:47.5790828Z", + "startTime": "2022-05-24T10:23:37.994543Z", + "endTime": "2022-05-24T10:23:38.0258225Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -1815,15 +1743,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b76a4dcc-5c8d-4fea-b10e-e2973b2b27c9?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ccf26d2e-718f-4a9c-a75f-a7937977bf63?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bb930f1e-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1831,7 +1757,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:30:17 GMT", + "Date": "Tue, 24 May 2022 10:24:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1839,55 +1765,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74768f90-e61a-4eef-bf0a-b5d222592e3b", + "x-ms-correlation-request-id": "e407ea16-2404-447d-a68b-27536eb3a984", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "90f73062-7fbe-47cc-8c7e-5f82c983a182", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113017Z:74768f90-e61a-4eef-bf0a-b5d222592e3b", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102409Z:e407ea16-2404-447d-a68b-27536eb3a984", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A29%3A47.5232353Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A23%3A37.9885981Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:17:39.0916749Z" + "CreatedOnDate": "2022-05-24T10:11:42.1977836Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:11:46.8802297Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:11:46.8802297Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cf62a874-9889-11ec-a6fc-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:30:19 GMT", + "Date": "Tue, 24 May 2022 10:24:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b0ec799-1e1e-4073-be03-a5259efc5a9d", + "x-ms-correlation-request-id": "89014003-6f7b-4b77-80f7-c493bc53ad1d", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "1b0ec799-1e1e-4073-be03-a5259efc5a9d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T113020Z:1b0ec799-1e1e-4073-be03-a5259efc5a9d" + "x-ms-routing-request-id": "WESTEUROPE:20220524T102411Z:89014003-6f7b-4b77-80f7-c493bc53ad1d" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_create_delete_list_volume.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_create_delete_list_volume.json index 5b426fe842da..b968b82a8a4b 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_create_delete_list_volume.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_create_delete_list_volume.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:28:03 GMT", + "Date": "Tue, 24 May 2022 10:24:49 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AlQUsO3mhOpEnZUmKkltqMk; expires=Wed, 30-Mar-2022 08:28:03 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr_tUxrz85X5j9gfk9_WUBgMR7LZck0KoBzwh3G_TmuICqACrp-8r8KrGDWgj28VUGOW4A_hPsEk3N0hMDtz7XZRy9u64-jh4PmzhVbUI55_j5y5fcjS4uLpIQYk0m3_O9mDqjwgG5H6MUn7x13L6nn2KUYEuBDpogS89aPQZR0Z8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WEULR2 ProdSlices", - "x-ms-request-id": "f6874392-da6b-4762-9b04-7f3670d25600" + "x-ms-ests-server": "2.1.12794.5 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AlQUsO3mhOpEnZUmKkltqMk; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:28:03 GMT", + "Date": "Tue, 24 May 2022 10:24:49 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AlQUsO3mhOpEnZUmKkltqMk; expires=Wed, 30-Mar-2022 08:28:04 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR2 ProdSlices", - "x-ms-request-id": "9268f0a7-f654-4d72-9296-775283144900" + "x-ms-ests-server": "2.1.12744.11 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "0ea4733c-742c-49c3-a719-2e489862b63e", + "client-request-id": "6b657e41-4a0b-47ff-925e-10c0968a60a0", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AlQUsO3mhOpEnZUmKkltqMk; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "0ea4733c-742c-49c3-a719-2e489862b63e", - "Content-Length": "1412", + "client-request-id": "6b657e41-4a0b-47ff-925e-10c0968a60a0", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:28:03 GMT", + "Date": "Tue, 24 May 2022 10:24:49 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AlQUsO3mhOpEnZUmKkltqMn7QncyAQAAAJN-rtkOAAAA; expires=Wed, 30-Mar-2022 08:28:04 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WEULR1 ProdSlices", - "x-ms-request-id": "e3cbf906-7a89-437e-9d82-7e8b99445300" + "x-ms-ests-server": "2.1.12794.5 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "58c10a26-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6af0ca50-6da2-4029-8526-a31dc3e4b3b4?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/135f72cd-41d4-477e-a4d7-a87f4d4d6cd6?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:28:09 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A28%3A08.7734502Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:24:57 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A24%3A56.5677627Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01ba9947-64ac-4bd7-8f7b-7093c4f59f96", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "65aa1a93-bea8-4ef2-a70e-67af378f8547", - "x-ms-routing-request-id": "WESTEUROPE:20220228T082809Z:01ba9947-64ac-4bd7-8f7b-7093c4f59f96", + "x-ms-correlation-request-id": "60765ef1-5365-403b-83bd-0b3cb0a7e9b7", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102457Z:60765ef1-5365-403b-83bd-0b3cb0a7e9b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A28%3A08.7734502Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A24%3A56.5677627Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:28:06.0058169Z" + "CreatedOnDate": "2022-05-24T10:24:54.0298091Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:24:55.7842136Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:24:55.7842136Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6af0ca50-6da2-4029-8526-a31dc3e4b3b4?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/135f72cd-41d4-477e-a4d7-a87f4d4d6cd6?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "58c10a26-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:28:39 GMT", + "Date": "Tue, 24 May 2022 10:25:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8aaf1804-7531-453f-ba1b-47cc4aed4592", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e31b815c-2695-4da8-9e41-b4f1ce2a353b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T082840Z:8aaf1804-7531-453f-ba1b-47cc4aed4592", + "x-ms-correlation-request-id": "35a4f348-0465-46c2-b3a7-41b1201704d2", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102528Z:35a4f348-0465-46c2-b3a7-41b1201704d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6af0ca50-6da2-4029-8526-a31dc3e4b3b4", - "name": "6af0ca50-6da2-4029-8526-a31dc3e4b3b4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/135f72cd-41d4-477e-a4d7-a87f4d4d6cd6", + "name": "135f72cd-41d4-477e-a4d7-a87f4d4d6cd6", "status": "Succeeded", - "startTime": "2022-02-28T08:28:08.7820017Z", - "endTime": "2022-02-28T08:28:08.8620129Z", + "startTime": "2022-05-24T10:24:56.5719184Z", + "endTime": "2022-05-24T10:24:56.6187918Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "58c10a26-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:28:39 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A28%3A08.8572062Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:25:28 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A24%3A56.6230819Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d1e7c44-4ce8-4d5e-bd57-5885831e3633", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "a76ed6bf-60ac-43b5-aff5-88deaa6b238d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T082840Z:5d1e7c44-4ce8-4d5e-bd57-5885831e3633", + "x-ms-correlation-request-id": "d041310a-7f08-43bb-87a1-222530a87687", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102528Z:d041310a-7f08-43bb-87a1-222530a87687", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A28%3A08.8572062Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A24%3A56.6230819Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:28:06.0058169Z" + "CreatedOnDate": "2022-05-24T10:24:54.0298091Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:24:55.7842136Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:24:55.7842136Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ead6cb2-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cebaface-25ae-4d5f-bc3a-f4a3536b0fd0?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd4d4b40-02e1-4b92-b712-b3f7818e4251?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:28:42 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A28%3A42.0010019Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:25:31 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A25%3A31.1238572Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87b82545-e6a0-4373-a6a0-22fa5afb2001", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "2af976c9-97c1-4ac7-9163-60fa419bc09c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T082842Z:87b82545-e6a0-4373-a6a0-22fa5afb2001", + "x-ms-correlation-request-id": "55cb28e0-a5ab-4a91-9be3-4168039aeb07", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102531Z:55cb28e0-a5ab-4a91-9be3-4168039aeb07", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A28%3A42.0010019Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A25%3A31.1238572Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:28:40.5402311Z" + "CreatedOnDate": "2022-05-24T10:25:29.4648723Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:25:30.7301585Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:25:30.7301585Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cebaface-25ae-4d5f-bc3a-f4a3536b0fd0?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd4d4b40-02e1-4b92-b712-b3f7818e4251?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ead6cb2-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:29:13 GMT", + "Date": "Tue, 24 May 2022 10:26:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dd87de4-0c50-4355-bff6-7c2a8ecd0319", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "44eef48f-f388-4bca-95fc-d636c6ad5ff1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T082913Z:7dd87de4-0c50-4355-bff6-7c2a8ecd0319", + "x-ms-correlation-request-id": "a3525bfc-c91a-41e1-86ff-917265d6384d", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102602Z:a3525bfc-c91a-41e1-86ff-917265d6384d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/cebaface-25ae-4d5f-bc3a-f4a3536b0fd0", - "name": "cebaface-25ae-4d5f-bc3a-f4a3536b0fd0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd4d4b40-02e1-4b92-b712-b3f7818e4251", + "name": "bd4d4b40-02e1-4b92-b712-b3f7818e4251", "status": "Succeeded", - "startTime": "2022-02-28T08:28:42.0046027Z", - "endTime": "2022-02-28T08:28:42.3326785Z", + "startTime": "2022-05-24T10:25:31.1228063Z", + "endTime": "2022-05-24T10:25:32.0759014Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ead6cb2-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:29:13 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A28%3A42.322189Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:26:02 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A25%3A32.0765612Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30261d50-fde6-4198-bb5e-4cfddc24f9c3", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "68686e79-4fae-456a-9e96-469de4a3f833", - "x-ms-routing-request-id": "WESTEUROPE:20220228T082913Z:30261d50-fde6-4198-bb5e-4cfddc24f9c3", + "x-ms-correlation-request-id": "ecd7e480-b6cb-4f84-905b-2ba10a38c38c", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102603Z:ecd7e480-b6cb-4f84-905b-2ba10a38c38c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A28%3A42.322189Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A25%3A32.0765612Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:28:40.5402311Z" + "CreatedOnDate": "2022-05-24T10:25:29.4648723Z" }, "properties": { - "poolId": "8982cbec-4956-25ec-4e57-08583b73c1f9", + "poolId": "d866988b-3194-10ef-86cf-0271c117182c", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:25:30.7301585Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:25:30.7301585Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:29:25 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A29%3A24.8949348Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:26:18 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A26%3A17.4761551Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "440ff969-a32f-46b0-ae32-96d865f80384", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "0e9f2399-0843-47ae-af38-e92d02aadda9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T082925Z:440ff969-a32f-46b0-ae32-96d865f80384", + "x-ms-correlation-request-id": "d7bd727b-4212-4bf5-bd29-be1e536a41d4", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102618Z:d7bd727b-4212-4bf5-bd29-be1e536a41d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A29%3A24.8949348Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A26%3A17.4761551Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:29:23.5876039Z" + "CreatedOnDate": "2022-05-24T10:26:14.0228593Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,62 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:26:15.2212029Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:26:15.2212029Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:29:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11b8f916-822c-44c8-b2e6-864332b5a851", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "6617e662-83c9-4e88-8457-0ea2f0179ba9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T082955Z:11b8f916-822c-44c8-b2e6-864332b5a851", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7", - "name": "0f63122c-8a45-4e87-8d9e-44944ed0bac7", - "status": "Creating", - "startTime": "2022-02-28T08:29:24.8990799Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:30:25 GMT", + "Date": "Tue, 24 May 2022 10:26:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d037a876-89a0-4e7b-9640-72e580d905c3", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f8254793-087c-45f8-b74a-3a1c6cd6804f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083025Z:d037a876-89a0-4e7b-9640-72e580d905c3", + "x-ms-correlation-request-id": "05ae8f65-fd9d-491c-bbfa-9cc129d445a3", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102649Z:05ae8f65-fd9d-491c-bbfa-9cc129d445a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7", - "name": "0f63122c-8a45-4e87-8d9e-44944ed0bac7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a", + "name": "987c96a0-3e3b-4d7c-a2be-277eb293678a", "status": "Creating", - "startTime": "2022-02-28T08:29:24.8990799Z", + "startTime": "2022-05-24T10:26:17.480996Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:30:55 GMT", + "Date": "Tue, 24 May 2022 10:27:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48ecd5d7-0bdc-460a-8b41-903eac61d43f", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "97fc056e-d87c-4e61-a719-d44c832f36ad", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083056Z:48ecd5d7-0bdc-460a-8b41-903eac61d43f", + "x-ms-correlation-request-id": "c64b65e3-de6d-48d1-8c05-2295c02bcddb", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102720Z:c64b65e3-de6d-48d1-8c05-2295c02bcddb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7", - "name": "0f63122c-8a45-4e87-8d9e-44944ed0bac7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a", + "name": "987c96a0-3e3b-4d7c-a2be-277eb293678a", "status": "Creating", - "startTime": "2022-02-28T08:29:24.8990799Z", + "startTime": "2022-05-24T10:26:17.480996Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:31:25 GMT", + "Date": "Tue, 24 May 2022 10:27:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fc43520-dbd1-451c-8a47-932ac2c2ccce", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "9425bda1-a4f2-47c1-a2ef-ea18fcc2eca0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083126Z:1fc43520-dbd1-451c-8a47-932ac2c2ccce", + "x-ms-correlation-request-id": "0633bd35-7e80-4c6c-90f4-f10a0a7fc390", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102750Z:0633bd35-7e80-4c6c-90f4-f10a0a7fc390", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7", - "name": "0f63122c-8a45-4e87-8d9e-44944ed0bac7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a", + "name": "987c96a0-3e3b-4d7c-a2be-277eb293678a", "status": "Creating", - "startTime": "2022-02-28T08:29:24.8990799Z", + "startTime": "2022-05-24T10:26:17.480996Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:31:56 GMT", + "Date": "Tue, 24 May 2022 10:28:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "064c7b0a-096d-40d4-bd97-b69933a83867", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "c787f887-b6bd-47ff-ab55-4dcf552f2385", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083156Z:064c7b0a-096d-40d4-bd97-b69933a83867", + "x-ms-correlation-request-id": "1b5b6f30-e85f-4627-ac18-ce147225671e", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102821Z:1b5b6f30-e85f-4627-ac18-ce147225671e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7", - "name": "0f63122c-8a45-4e87-8d9e-44944ed0bac7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a", + "name": "987c96a0-3e3b-4d7c-a2be-277eb293678a", "status": "Creating", - "startTime": "2022-02-28T08:29:24.8990799Z", + "startTime": "2022-05-24T10:26:17.480996Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:32:26 GMT", + "Date": "Tue, 24 May 2022 10:28:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "591d6df8-1a75-4702-a2bd-785be7150e3f", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "a3977ce1-fea1-4f0a-8cfc-dfc0cd37c025", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083226Z:591d6df8-1a75-4702-a2bd-785be7150e3f", + "x-ms-correlation-request-id": "e07ad3ee-c234-438f-a61d-7536425c7349", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102851Z:e07ad3ee-c234-438f-a61d-7536425c7349", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7", - "name": "0f63122c-8a45-4e87-8d9e-44944ed0bac7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a", + "name": "987c96a0-3e3b-4d7c-a2be-277eb293678a", "status": "Creating", - "startTime": "2022-02-28T08:29:24.8990799Z", + "startTime": "2022-05-24T10:26:17.480996Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:32:56 GMT", + "Date": "Tue, 24 May 2022 10:29:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "883f87fc-5de3-4cb3-b578-c7beab8c71dc", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "cd46f457-82e5-4d27-8a67-574c2337ea6e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083257Z:883f87fc-5de3-4cb3-b578-c7beab8c71dc", + "x-ms-correlation-request-id": "ec6a3042-3d38-43a0-9c59-3e834758eb64", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102921Z:ec6a3042-3d38-43a0-9c59-3e834758eb64", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7", - "name": "0f63122c-8a45-4e87-8d9e-44944ed0bac7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a", + "name": "987c96a0-3e3b-4d7c-a2be-277eb293678a", "status": "Creating", - "startTime": "2022-02-28T08:29:24.8990799Z", + "startTime": "2022-05-24T10:26:17.480996Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:33:26 GMT", + "Date": "Tue, 24 May 2022 10:29:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f572aa6-c956-47ea-829b-53998d3c516c", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "6d3cd2d7-31aa-4096-8ae5-8e274733594d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083327Z:8f572aa6-c956-47ea-829b-53998d3c516c", + "x-ms-correlation-request-id": "41f8770b-ea20-4c52-bf15-c1478902e782", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "WESTEUROPE:20220524T102952Z:41f8770b-ea20-4c52-bf15-c1478902e782", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7", - "name": "0f63122c-8a45-4e87-8d9e-44944ed0bac7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a", + "name": "987c96a0-3e3b-4d7c-a2be-277eb293678a", "status": "Creating", - "startTime": "2022-02-28T08:29:24.8990799Z", + "startTime": "2022-05-24T10:26:17.480996Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:33:56 GMT", + "Date": "Tue, 24 May 2022 10:30:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +946,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aefd2aa9-69de-4555-b791-964fe196eb9a", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "64a44887-8f82-45c0-8ec4-77c15f6e93e6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083357Z:aefd2aa9-69de-4555-b791-964fe196eb9a", + "x-ms-correlation-request-id": "e16a073b-8d10-4c5b-a26b-008c1b1ff1a1", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103023Z:e16a073b-8d10-4c5b-a26b-008c1b1ff1a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0f63122c-8a45-4e87-8d9e-44944ed0bac7", - "name": "0f63122c-8a45-4e87-8d9e-44944ed0bac7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/987c96a0-3e3b-4d7c-a2be-277eb293678a", + "name": "987c96a0-3e3b-4d7c-a2be-277eb293678a", "status": "Succeeded", - "startTime": "2022-02-28T08:29:24.8990799Z", - "endTime": "2022-02-28T08:33:51.6051297Z", + "startTime": "2022-05-24T10:26:17.480996Z", + "endTime": "2022-05-24T10:30:02.4907497Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8852d40e-9870-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +978,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:33:56 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A33%3A51.5953984Z\u0027\u0022", + "Date": "Tue, 24 May 2022 10:30:23 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T10%3A30%3A02.4797849Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +987,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b3e8f62-9586-4cad-8ccf-6205bf0f07a3", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "0ba39d24-f1c1-421a-96c2-c0deb9308be5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083357Z:2b3e8f62-9586-4cad-8ccf-6205bf0f07a3", + "x-ms-correlation-request-id": "ca3c0dde-c7d8-4ed0-9453-b376be877a0a", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103023Z:ca3c0dde-c7d8-4ed0-9453-b376be877a0a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A33%3A51.5953984Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A30%3A02.4797849Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:29:23.5876039Z" + "CreatedOnDate": "2022-05-24T10:26:14.0228593Z" }, "properties": { - "fileSystemId": "27f403e7-bb2a-80bf-a78c-ca217c32396b", + "fileSystemId": "bd88a606-35b4-d8b1-c738-9c504547aaf8", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1030,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bc463674", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_3571126d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1045,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "27f403e7-bb2a-80bf-a78c-ca217c32396b", - "fileSystemId": "27f403e7-bb2a-80bf-a78c-ca217c32396b", + "mountTargetId": "bd88a606-35b4-d8b1-c738-9c504547aaf8", + "fileSystemId": "bd88a606-35b4-d8b1-c738-9c504547aaf8", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,20 +1059,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:26:15.2212029Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:26:15.2212029Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2bd6c66c-9871-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1127,7 +1087,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:33:57 GMT", + "Date": "Tue, 24 May 2022 10:30:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1135,10 +1095,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a35b591-6249-40fa-acfd-9f2798312907", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "1a073121-51f1-4d8d-81ba-9bcd98a8b7a6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083357Z:6a35b591-6249-40fa-acfd-9f2798312907", + "x-ms-correlation-request-id": "54d46178-05cd-42e1-9333-240f6191e7c8", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103024Z:54d46178-05cd-42e1-9333-240f6191e7c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1147,13 +1106,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A33%3A51.5953984Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A30%3A02.4797849Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:29:23.5876039Z" + "CreatedOnDate": "2022-05-24T10:26:14.0228593Z" }, "properties": { - "fileSystemId": "27f403e7-bb2a-80bf-a78c-ca217c32396b", + "fileSystemId": "bd88a606-35b4-d8b1-c738-9c504547aaf8", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1181,10 +1140,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bc463674", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_3571126d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1196,12 +1155,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "27f403e7-bb2a-80bf-a78c-ca217c32396b", - "fileSystemId": "27f403e7-bb2a-80bf-a78c-ca217c32396b", + "mountTargetId": "bd88a606-35b4-d8b1-c738-9c504547aaf8", + "fileSystemId": "bd88a606-35b4-d8b1-c738-9c504547aaf8", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1210,98 +1169,59 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:26:15.2212029Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:26:15.2212029Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2bf87776-9871-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b15d43ee-ac3e-4962-a6af-da0137b5d1e7?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4f51da21-52b8-4b13-bf3b-3e89151de4f9?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 08:33:57 GMT", + "Date": "Tue, 24 May 2022 10:30:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b15d43ee-ac3e-4962-a6af-da0137b5d1e7?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4f51da21-52b8-4b13-bf3b-3e89151de4f9?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "335a2c5d-54d7-47bc-8689-944ec60feaa1", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "335a2c5d-54d7-47bc-8689-944ec60feaa1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083358Z:335a2c5d-54d7-47bc-8689-944ec60feaa1", + "x-ms-correlation-request-id": "db344384-0890-4e35-b246-8efe6e1abea7", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103024Z:db344384-0890-4e35-b246-8efe6e1abea7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b15d43ee-ac3e-4962-a6af-da0137b5d1e7?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2bf87776-9871-11ec-9b52-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:34:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6fb6dde0-363d-42b2-a7d3-ce20f3d7ddaf", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "b60ca3ee-8249-4d1d-90d5-03e216f0131c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083428Z:6fb6dde0-363d-42b2-a7d3-ce20f3d7ddaf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b15d43ee-ac3e-4962-a6af-da0137b5d1e7", - "name": "b15d43ee-ac3e-4962-a6af-da0137b5d1e7", - "status": "Deleting", - "startTime": "2022-02-28T08:33:58.314724Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b15d43ee-ac3e-4962-a6af-da0137b5d1e7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4f51da21-52b8-4b13-bf3b-3e89151de4f9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2bf87776-9871-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1309,7 +1229,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:34:58 GMT", + "Date": "Tue, 24 May 2022 10:30:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1317,17 +1237,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d462d540-95d1-45ea-b9e3-6efd2d460e3d", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "c679cd9c-93aa-46da-86af-c9e82e97416f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083458Z:d462d540-95d1-45ea-b9e3-6efd2d460e3d", + "x-ms-correlation-request-id": "3c763076-40b9-44b0-956a-d90b58ebef5f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103055Z:3c763076-40b9-44b0-956a-d90b58ebef5f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b15d43ee-ac3e-4962-a6af-da0137b5d1e7", - "name": "b15d43ee-ac3e-4962-a6af-da0137b5d1e7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4f51da21-52b8-4b13-bf3b-3e89151de4f9", + "name": "4f51da21-52b8-4b13-bf3b-3e89151de4f9", "status": "Deleting", - "startTime": "2022-02-28T08:33:58.314724Z", + "startTime": "2022-05-24T10:30:24.631474Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1336,15 +1255,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b15d43ee-ac3e-4962-a6af-da0137b5d1e7?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4f51da21-52b8-4b13-bf3b-3e89151de4f9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2bf87776-9871-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1352,7 +1269,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:35:28 GMT", + "Date": "Tue, 24 May 2022 10:31:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1360,18 +1277,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13b089ca-35fa-4f0b-a120-43abda01f891", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "a2bc62ca-6ef4-494b-b6e5-f14ac2dd50d7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083528Z:13b089ca-35fa-4f0b-a120-43abda01f891", + "x-ms-correlation-request-id": "dee6a585-8eba-4f20-af44-3251cbf6e111", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103125Z:dee6a585-8eba-4f20-af44-3251cbf6e111", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b15d43ee-ac3e-4962-a6af-da0137b5d1e7", - "name": "b15d43ee-ac3e-4962-a6af-da0137b5d1e7", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4f51da21-52b8-4b13-bf3b-3e89151de4f9", + "name": "4f51da21-52b8-4b13-bf3b-3e89151de4f9", "status": "Succeeded", - "startTime": "2022-02-28T08:33:58.314724Z", - "endTime": "2022-02-28T08:35:14.1760677Z", + "startTime": "2022-05-24T10:30:24.631474Z", + "endTime": "2022-05-24T10:31:19.7238689Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1379,15 +1295,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b15d43ee-ac3e-4962-a6af-da0137b5d1e7?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4f51da21-52b8-4b13-bf3b-3e89151de4f9?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2bf87776-9871-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1395,7 +1309,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:35:28 GMT", + "Date": "Tue, 24 May 2022 10:31:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1403,26 +1317,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad0054ff-b37a-4c8f-b53c-9f97797e2a5a", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "3cd6e30c-e043-40d1-90b9-ca1db0b43eff", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083529Z:ad0054ff-b37a-4c8f-b53c-9f97797e2a5a", + "x-ms-correlation-request-id": "4db998a6-bfa2-4a68-8b48-076b011d5aa5", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103125Z:4db998a6-bfa2-4a68-8b48-076b011d5aa5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A33%3A58.302586Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A31%3A02.2081311Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:29:23.5876039Z" + "CreatedOnDate": "2022-05-24T10:26:14.0228593Z" }, "properties": { - "fileSystemId": "27f403e7-bb2a-80bf-a78c-ca217c32396b", + "fileSystemId": "bd88a606-35b4-d8b1-c738-9c504547aaf8", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1450,19 +1363,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_bc463674", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_3571126d", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "8982cbec-4956-25ec-4e57-08583b73c1f9", + "poolId": "d866988b-3194-10ef-86cf-0271c117182c", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "27f403e7-bb2a-80bf-a78c-ca217c32396b", - "fileSystemId": "27f403e7-bb2a-80bf-a78c-ca217c32396b", + "mountTargetId": "bd88a606-35b4-d8b1-c738-9c504547aaf8", + "fileSystemId": "bd88a606-35b4-d8b1-c738-9c504547aaf8", "startIp": "", "endIp": "", "gateway": "", @@ -1471,7 +1384,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1486,36 +1399,44 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:26:15.2212029Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:26:15.2212029Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d989d588-9871-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:38:49 GMT", + "Date": "Tue, 24 May 2022 10:34:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0913af4c-8bce-4520-92e3-e97d18a69832", + "x-ms-correlation-request-id": "6dc83446-3483-4fd6-be7d-b40d235d0b59", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "0913af4c-8bce-4520-92e3-e97d18a69832", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083850Z:0913af4c-8bce-4520-92e3-e97d18a69832" + "x-ms-routing-request-id": "WESTEUROPE:20220524T103448Z:6dc83446-3483-4fd6-be7d-b40d235d0b59" }, "ResponseBody": { "error": { @@ -1525,15 +1446,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "da6bb3ea-9871-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1541,7 +1460,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:38:50 GMT", + "Date": "Tue, 24 May 2022 10:34:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1549,10 +1468,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd238b79-b6b5-4ef5-a7b4-915017ad6aa0", + "x-ms-correlation-request-id": "1e3c6f37-a71c-484b-87fe-82675801b862", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "60085b20-752b-45f7-b6cd-98247f260c54", - "x-ms-routing-request-id": "WESTEUROPE:20220228T083851Z:fd238b79-b6b5-4ef5-a7b4-915017ad6aa0", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103449Z:1e3c6f37-a71c-484b-87fe-82675801b862", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1560,31 +1478,28 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5203f868-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:42:12 GMT", + "Date": "Tue, 24 May 2022 10:38:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e79a835-f0bf-4413-adcb-ef34d8bda4f6", + "x-ms-correlation-request-id": "25a603ad-5e8c-49cd-b833-e373df56aa5e", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "6e79a835-f0bf-4413-adcb-ef34d8bda4f6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084213Z:6e79a835-f0bf-4413-adcb-ef34d8bda4f6" + "x-ms-routing-request-id": "WESTEUROPE:20220524T103812Z:25a603ad-5e8c-49cd-b833-e373df56aa5e" }, "ResponseBody": { "error": { @@ -1594,48 +1509,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "59197f2e-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/debfaec3-c75f-44bc-ab8e-4d7834b837a4?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7dbb5ccc-a591-45f9-afed-fc7c9638da5f?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 08:42:24 GMT", + "Date": "Tue, 24 May 2022 10:38:25 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/debfaec3-c75f-44bc-ab8e-4d7834b837a4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7dbb5ccc-a591-45f9-afed-fc7c9638da5f?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33ee64c8-f1fe-47fd-b4e0-89a11791770f", + "x-ms-correlation-request-id": "5f525113-f225-4dd4-8156-7a78dd36fa2e", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "33ee64c8-f1fe-47fd-b4e0-89a11791770f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084225Z:33ee64c8-f1fe-47fd-b4e0-89a11791770f", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103825Z:5f525113-f225-4dd4-8156-7a78dd36fa2e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/debfaec3-c75f-44bc-ab8e-4d7834b837a4?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7dbb5ccc-a591-45f9-afed-fc7c9638da5f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "59197f2e-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1643,7 +1553,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:42:54 GMT", + "Date": "Tue, 24 May 2022 10:38:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1651,18 +1561,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0042e58c-e46f-40a1-a9ed-9b8a64b8e827", + "x-ms-correlation-request-id": "c3540f0d-2298-43a4-8fca-1edf099dbc08", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "820c6ab5-9544-4ad3-98b9-b4551d2f90cc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084255Z:0042e58c-e46f-40a1-a9ed-9b8a64b8e827", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103855Z:c3540f0d-2298-43a4-8fca-1edf099dbc08", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/debfaec3-c75f-44bc-ab8e-4d7834b837a4", - "name": "debfaec3-c75f-44bc-ab8e-4d7834b837a4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7dbb5ccc-a591-45f9-afed-fc7c9638da5f", + "name": "7dbb5ccc-a591-45f9-afed-fc7c9638da5f", "status": "Succeeded", - "startTime": "2022-02-28T08:42:24.9855719Z", - "endTime": "2022-02-28T08:42:25.5199039Z", + "startTime": "2022-05-24T10:38:25.4939811Z", + "endTime": "2022-05-24T10:38:28.9811221Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -1670,15 +1579,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/debfaec3-c75f-44bc-ab8e-4d7834b837a4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7dbb5ccc-a591-45f9-afed-fc7c9638da5f?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "59197f2e-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1686,7 +1593,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:42:54 GMT", + "Date": "Tue, 24 May 2022 10:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1694,172 +1601,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ed94253-68da-4ef8-b631-1bd71440217a", + "x-ms-correlation-request-id": "b7f3c4ce-0887-48b2-a97c-eb15be0b3eed", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "1b230c33-1581-4173-95d3-361d84b61698", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084255Z:8ed94253-68da-4ef8-b631-1bd71440217a", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103856Z:b7f3c4ce-0887-48b2-a97c-eb15be0b3eed", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A42%3A24.9721673Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A38%3A25.5023258Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:28:40.5402311Z" + "CreatedOnDate": "2022-05-24T10:25:29.4648723Z" }, "properties": { - "poolId": "8982cbec-4956-25ec-4e57-08583b73c1f9", + "poolId": "d866988b-3194-10ef-86cf-0271c117182c", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:25:30.7301585Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:25:30.7301585Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72654224-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 08:43:05 GMT", + "Date": "Tue, 24 May 2022 10:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f1445cc-49e3-40ed-bb0d-0e1edccce1d8", + "x-ms-correlation-request-id": "9f997c10-f2d7-402a-b82f-4ad50a96d1cf", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "8f1445cc-49e3-40ed-bb0d-0e1edccce1d8", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084305Z:8f1445cc-49e3-40ed-bb0d-0e1edccce1d8" + "x-ms-routing-request-id": "WESTEUROPE:20220524T103906Z:9f997c10-f2d7-402a-b82f-4ad50a96d1cf" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "787915be-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 08:43:15 GMT", + "Date": "Tue, 24 May 2022 10:39:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc00ff8b-ae53-4b92-88cd-1adbd3ede5a2", + "x-ms-correlation-request-id": "54b7012b-d61b-4d1a-a5fb-07ed0c7eea4f", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "bc00ff8b-ae53-4b92-88cd-1adbd3ede5a2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084316Z:bc00ff8b-ae53-4b92-88cd-1adbd3ede5a2" + "x-ms-routing-request-id": "WESTEUROPE:20220524T103916Z:54b7012b-d61b-4d1a-a5fb-07ed0c7eea4f" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7e90f610-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 08:43:26 GMT", + "Date": "Tue, 24 May 2022 10:39:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87aea518-f215-447a-8691-9021d38d0465", + "x-ms-correlation-request-id": "31b083c3-56a9-4c5a-ad2f-97817de0dffd", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "87aea518-f215-447a-8691-9021d38d0465", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084326Z:87aea518-f215-447a-8691-9021d38d0465" + "x-ms-routing-request-id": "WESTEUROPE:20220524T103927Z:31b083c3-56a9-4c5a-ad2f-97817de0dffd" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "84a3557a-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 08:43:36 GMT", + "Date": "Tue, 24 May 2022 10:39:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b494524e-e1e7-401b-84db-5400c99cc612", + "x-ms-correlation-request-id": "cbff444b-09d1-4b61-aa9a-7110ab28c5de", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "b494524e-e1e7-401b-84db-5400c99cc612", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084336Z:b494524e-e1e7-401b-84db-5400c99cc612" + "x-ms-routing-request-id": "WESTEUROPE:20220524T103937Z:cbff444b-09d1-4b61-aa9a-7110ab28c5de" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8ad132be-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:43:46 GMT", + "Date": "Tue, 24 May 2022 10:39:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d0d5e31-dcce-4954-8bb2-30c82436f4ff", + "x-ms-correlation-request-id": "d149f3fb-28e8-46b7-8689-7a283a2491ce", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "8d0d5e31-dcce-4954-8bb2-30c82436f4ff", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084346Z:8d0d5e31-dcce-4954-8bb2-30c82436f4ff" + "x-ms-routing-request-id": "WESTEUROPE:20220524T103947Z:d149f3fb-28e8-46b7-8689-7a283a2491ce" }, "ResponseBody": { "error": { @@ -1869,48 +1769,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8af1e0ae-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5a61b585-d5fe-496d-ab3a-6eebc1320347?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9a8f2eba-77a4-4789-81d6-c13909e77f3c?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 08:43:47 GMT", + "Date": "Tue, 24 May 2022 10:39:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5a61b585-d5fe-496d-ab3a-6eebc1320347?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9a8f2eba-77a4-4789-81d6-c13909e77f3c?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa827fc3-aeb0-4399-96f7-027808964cc3", + "x-ms-correlation-request-id": "ca08c0c8-d963-4733-b9d2-a1f0b2ea6f0d", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "aa827fc3-aeb0-4399-96f7-027808964cc3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084347Z:aa827fc3-aeb0-4399-96f7-027808964cc3", + "x-ms-routing-request-id": "WESTEUROPE:20220524T103949Z:ca08c0c8-d963-4733-b9d2-a1f0b2ea6f0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5a61b585-d5fe-496d-ab3a-6eebc1320347?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9a8f2eba-77a4-4789-81d6-c13909e77f3c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8af1e0ae-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1918,7 +1813,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:44:17 GMT", + "Date": "Tue, 24 May 2022 10:40:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1926,18 +1821,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf84a73c-b622-4d2f-a4ce-d9b4998aa060", + "x-ms-correlation-request-id": "1af18967-5775-49b9-8d0d-c5621e422d5c", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "ad0e7dc4-1fd7-4fb2-aa49-d62589cc9259", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084417Z:bf84a73c-b622-4d2f-a4ce-d9b4998aa060", + "x-ms-routing-request-id": "WESTEUROPE:20220524T104019Z:1af18967-5775-49b9-8d0d-c5621e422d5c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5a61b585-d5fe-496d-ab3a-6eebc1320347", - "name": "5a61b585-d5fe-496d-ab3a-6eebc1320347", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9a8f2eba-77a4-4789-81d6-c13909e77f3c", + "name": "9a8f2eba-77a4-4789-81d6-c13909e77f3c", "status": "Succeeded", - "startTime": "2022-02-28T08:43:47.5939506Z", - "endTime": "2022-02-28T08:43:47.663962Z", + "startTime": "2022-05-24T10:39:48.8681585Z", + "endTime": "2022-05-24T10:39:48.9150299Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -1945,15 +1839,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/5a61b585-d5fe-496d-ab3a-6eebc1320347?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9a8f2eba-77a4-4789-81d6-c13909e77f3c?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8af1e0ae-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1961,7 +1853,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:44:17 GMT", + "Date": "Tue, 24 May 2022 10:40:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1969,55 +1861,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd924e6f-d8ac-48d1-9358-0bbb41caf075", + "x-ms-correlation-request-id": "7527e176-8fa9-4042-ac21-cbfac9295460", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0ae9e274-49dd-4b19-b974-a551dcbd87b6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084418Z:dd924e6f-d8ac-48d1-9358-0bbb41caf075", + "x-ms-routing-request-id": "WESTEUROPE:20220524T104020Z:7527e176-8fa9-4042-ac21-cbfac9295460", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A43%3A47.5772458Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T10%3A39%3A48.8740661Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:28:06.0058169Z" + "CreatedOnDate": "2022-05-24T10:24:54.0298091Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T10:24:55.7842136Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T10:24:55.7842136Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9ecc5f64-9872-11ec-9b52-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:44:19 GMT", + "Date": "Tue, 24 May 2022 10:40:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b295261-889e-4634-b8e2-07b3e6d14d58", + "x-ms-correlation-request-id": "c90cd0c5-1368-4d0e-9c59-9858330aeb02", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "8b295261-889e-4634-b8e2-07b3e6d14d58", - "x-ms-routing-request-id": "WESTEUROPE:20220228T084420Z:8b295261-889e-4634-b8e2-07b3e6d14d58" + "x-ms-routing-request-id": "WESTEUROPE:20220524T104022Z:c90cd0c5-1368-4d0e-9c59-9858330aeb02" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_get_volume_by_name.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_get_volume_by_name.json index ecca45347ec4..a25abc21e337 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_get_volume_by_name.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_get_volume_by_name.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:25:23 GMT", + "Date": "Tue, 24 May 2022 11:57:51 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AhsTdGWb-7pKnJ_f8BV2NnA; expires=Wed, 30-Mar-2022 09:25:24 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrhmCig0rFa3mwzLMQWPXAyfys8k2nbFoxUbgGP0OOaAluLb5U6aiQI87ZW7Ho_ge6OUbWgt5G7bhqy_V7lPDNMu3bz50JtFMTexvOMI1vGoS6naOq13tPyOA3JwqFKF2Xeyw2xwmLtBV91L4cp1qUeQToipmmhvb7WbxfNOYknYEgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WEULR2 ProdSlices", - "x-ms-request-id": "0800fea5-84b5-4e92-b134-a22a32115500" + "x-ms-ests-server": "2.1.12794.5 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AhsTdGWb-7pKnJ_f8BV2NnA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:25:24 GMT", + "Date": "Tue, 24 May 2022 11:57:51 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AhsTdGWb-7pKnJ_f8BV2NnA; expires=Wed, 30-Mar-2022 09:25:24 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "5a83514a-0f99-4288-844d-2f75605a9900" + "x-ms-ests-server": "2.1.12794.4 - NEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "e402bdc8-9e7d-4629-892e-1aa2d675d68e", + "client-request-id": "76f21110-ce24-4296-b244-90cad2589d7a", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AhsTdGWb-7pKnJ_f8BV2NnA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "e402bdc8-9e7d-4629-892e-1aa2d675d68e", - "Content-Length": "1412", + "client-request-id": "76f21110-ce24-4296-b244-90cad2589d7a", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:25:24 GMT", + "Date": "Tue, 24 May 2022 11:57:51 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AhsTdGWb-7pKnJ_f8BV2NnD7QncyAQAAAAOMrtkOAAAA; expires=Wed, 30-Mar-2022 09:25:24 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NEULR1 ProdSlices", - "x-ms-request-id": "fcc9cc34-578e-414e-97bb-a79bd6df5a00" + "x-ms-ests-server": "2.1.12794.5 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5b2ab41c-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/450fc6b6-d4fd-42e0-b546-336b1f6cfe60?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d0034db2-61e5-49c4-92e6-e3dba64a34f5?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:25:32 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A25%3A32.1886489Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:58:06 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A58%3A05.1759994Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbff8906-9ffc-434f-8a95-9d66c77c72d4", + "x-ms-correlation-request-id": "7bcf8564-db1a-4a76-bd61-4366c2c56e67", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "604b6d10-8044-40ca-8d32-bf3f2fcf5b6b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092533Z:bbff8906-9ffc-434f-8a95-9d66c77c72d4", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115807Z:7bcf8564-db1a-4a76-bd61-4366c2c56e67", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A25%3A32.1886489Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A58%3A05.1759994Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:25:30.1302282Z" + "CreatedOnDate": "2022-05-24T11:57:56.9259036Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:58:03.8801437Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:58:03.8801437Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/450fc6b6-d4fd-42e0-b546-336b1f6cfe60?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d0034db2-61e5-49c4-92e6-e3dba64a34f5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5b2ab41c-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:26:02 GMT", + "Date": "Tue, 24 May 2022 11:58:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dae7d657-6c37-4f27-95f1-c79bb4d940da", + "x-ms-correlation-request-id": "88c72923-573f-4b49-9cb7-5a0d421d762f", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "da173ed3-0272-48e9-bf1a-9221c91f6eba", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092603Z:dae7d657-6c37-4f27-95f1-c79bb4d940da", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115837Z:88c72923-573f-4b49-9cb7-5a0d421d762f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/450fc6b6-d4fd-42e0-b546-336b1f6cfe60", - "name": "450fc6b6-d4fd-42e0-b546-336b1f6cfe60", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d0034db2-61e5-49c4-92e6-e3dba64a34f5", + "name": "d0034db2-61e5-49c4-92e6-e3dba64a34f5", "status": "Succeeded", - "startTime": "2022-02-28T09:25:32.1933096Z", - "endTime": "2022-02-28T09:25:32.2534169Z", + "startTime": "2022-05-24T11:58:05.180281Z", + "endTime": "2022-05-24T11:58:05.2115387Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5b2ab41c-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:26:02 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A25%3A32.2476595Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:58:38 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A58%3A05.2173673Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c2ea127-460e-44d8-abf3-2b4b0f26b83e", + "x-ms-correlation-request-id": "94cfedd4-7f8b-4e41-8f93-c197f3de1c1b", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "fe63cea0-a379-44cd-ba58-fbe204287a18", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092603Z:9c2ea127-460e-44d8-abf3-2b4b0f26b83e", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115839Z:94cfedd4-7f8b-4e41-8f93-c197f3de1c1b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A25%3A32.2476595Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A58%3A05.2173673Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:25:30.1302282Z" + "CreatedOnDate": "2022-05-24T11:57:56.9259036Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:58:03.8801437Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:58:03.8801437Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72f50f2a-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/594ef7e9-c6a2-4359-9cd7-9d3fb4191760?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4a4c3ce4-beba-4abb-b595-d0157506a3e1?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:26:05 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A26%3A05.1485651Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:58:45 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A58%3A44.0918986Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee4aaba1-d084-414d-8b4a-65db501e5f90", + "x-ms-correlation-request-id": "a799c942-2824-4b0f-8b3d-027b133fb16b", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "5f11856e-44f9-418b-b88e-41d5666a62b6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092606Z:ee4aaba1-d084-414d-8b4a-65db501e5f90", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115845Z:a799c942-2824-4b0f-8b3d-027b133fb16b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A26%3A05.1485651Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A58%3A44.0918986Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:26:03.7011980Z" + "CreatedOnDate": "2022-05-24T11:58:40.6424248Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:58:43.6268716Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:58:43.6268716Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/594ef7e9-c6a2-4359-9cd7-9d3fb4191760?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4a4c3ce4-beba-4abb-b595-d0157506a3e1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72f50f2a-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:26:35 GMT", + "Date": "Tue, 24 May 2022 11:59:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ae2a6cd-9396-4f74-9f63-f0bfa21d02e5", + "x-ms-correlation-request-id": "09f14f5a-a468-462a-851c-8389a391187f", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "dfd6745c-efe0-427d-b3db-6506751d4ac6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092636Z:1ae2a6cd-9396-4f74-9f63-f0bfa21d02e5", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115916Z:09f14f5a-a468-462a-851c-8389a391187f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/594ef7e9-c6a2-4359-9cd7-9d3fb4191760", - "name": "594ef7e9-c6a2-4359-9cd7-9d3fb4191760", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4a4c3ce4-beba-4abb-b595-d0157506a3e1", + "name": "4a4c3ce4-beba-4abb-b595-d0157506a3e1", "status": "Succeeded", - "startTime": "2022-02-28T09:26:05.1539792Z", - "endTime": "2022-02-28T09:26:05.4171006Z", + "startTime": "2022-05-24T11:58:44.0887659Z", + "endTime": "2022-05-24T11:58:45.0575502Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72f50f2a-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:26:35 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A26%3A05.4018306Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:59:16 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A58%3A45.0512929Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d365e9a-d6bc-4ff6-868f-e2dd7051b8ef", + "x-ms-correlation-request-id": "dcfea1d1-f0e7-4ddf-ab6f-bde9bfa20a6f", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "85a9a50a-90ec-4c87-a9ef-8452142005cc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092636Z:0d365e9a-d6bc-4ff6-868f-e2dd7051b8ef", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115916Z:dcfea1d1-f0e7-4ddf-ab6f-bde9bfa20a6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A26%3A05.4018306Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A58%3A45.0512929Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:26:03.7011980Z" + "CreatedOnDate": "2022-05-24T11:58:40.6424248Z" }, "properties": { - "poolId": "d593d22e-66fd-bd38-323f-3422b52d0dab", + "poolId": "7ee2c415-9ac1-4b30-56cb-06f8c4f20e4d", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:58:43.6268716Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:58:43.6268716Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:26:48 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A26%3A48.0647359Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:59:33 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A59%3A32.1126218Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee09b159-dcba-4649-be6c-819df3c9a22a", + "x-ms-correlation-request-id": "e86d5cda-5482-4b76-9691-f627a9d0879b", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "28324f69-f7ee-4d29-93b1-3e8f220df670", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092648Z:ee09b159-dcba-4649-be6c-819df3c9a22a", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115934Z:e86d5cda-5482-4b76-9691-f627a9d0879b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A26%3A48.0647359Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A59%3A32.1126218Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:26:46.7431437Z" + "CreatedOnDate": "2022-05-24T11:59:27.4327201Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:59:29.4812516Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:59:29.4812516Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:27:18 GMT", + "Date": "Tue, 24 May 2022 12:00:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2dd96704-a26c-483d-a827-39e0efc08727", + "x-ms-correlation-request-id": "06edf9ff-dd90-4890-b56a-b5590e831b96", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "dcd1ffee-c05e-4e02-b25a-94921b5398c0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092719Z:2dd96704-a26c-483d-a827-39e0efc08727", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120005Z:06edf9ff-dd90-4890-b56a-b5590e831b96", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b", - "name": "63c20cc3-0426-4dcf-a769-9fbe6a52503b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713", + "name": "c07aa39a-e046-4e43-9902-0251a21f4713", "status": "Creating", - "startTime": "2022-02-28T09:26:48.0794429Z", + "startTime": "2022-05-24T11:59:32.1176111Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:27:49 GMT", + "Date": "Tue, 24 May 2022 12:00:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fffc0f37-359b-42b4-a9d5-c4c249ce7562", + "x-ms-correlation-request-id": "25fbf3c8-bca2-4680-a111-94e4c487b2b2", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "38fe95d5-068c-413c-9f97-ef6882946c2e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092749Z:fffc0f37-359b-42b4-a9d5-c4c249ce7562", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120035Z:25fbf3c8-bca2-4680-a111-94e4c487b2b2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b", - "name": "63c20cc3-0426-4dcf-a769-9fbe6a52503b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713", + "name": "c07aa39a-e046-4e43-9902-0251a21f4713", "status": "Creating", - "startTime": "2022-02-28T09:26:48.0794429Z", + "startTime": "2022-05-24T11:59:32.1176111Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:28:19 GMT", + "Date": "Tue, 24 May 2022 12:01:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a172b429-df17-43fb-b21b-281fe44c3b2d", + "x-ms-correlation-request-id": "fc8d46ac-4ddd-4f7b-8ad3-05078d7dd27b", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "d0fb4bc3-3974-4681-a641-da37580f34e0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092819Z:a172b429-df17-43fb-b21b-281fe44c3b2d", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120106Z:fc8d46ac-4ddd-4f7b-8ad3-05078d7dd27b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b", - "name": "63c20cc3-0426-4dcf-a769-9fbe6a52503b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713", + "name": "c07aa39a-e046-4e43-9902-0251a21f4713", "status": "Creating", - "startTime": "2022-02-28T09:26:48.0794429Z", + "startTime": "2022-05-24T11:59:32.1176111Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:28:49 GMT", + "Date": "Tue, 24 May 2022 12:01:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58044c4c-9750-4cde-a0b3-a9ffab9a15fe", + "x-ms-correlation-request-id": "f89a4e7e-bd2a-424b-b835-526766f5924f", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "9906baf6-6f2a-459c-bb62-aa1099abfbc8", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092849Z:58044c4c-9750-4cde-a0b3-a9ffab9a15fe", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120136Z:f89a4e7e-bd2a-424b-b835-526766f5924f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b", - "name": "63c20cc3-0426-4dcf-a769-9fbe6a52503b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713", + "name": "c07aa39a-e046-4e43-9902-0251a21f4713", "status": "Creating", - "startTime": "2022-02-28T09:26:48.0794429Z", + "startTime": "2022-05-24T11:59:32.1176111Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:29:19 GMT", + "Date": "Tue, 24 May 2022 12:02:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80f26559-d195-4ecf-accf-64d6ae9f895e", + "x-ms-correlation-request-id": "49da0f98-0f8e-4a9d-acd9-0ac6f1213b05", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "87e4520e-41e7-48d2-9b60-d527fadba0dc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092919Z:80f26559-d195-4ecf-accf-64d6ae9f895e", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120207Z:49da0f98-0f8e-4a9d-acd9-0ac6f1213b05", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b", - "name": "63c20cc3-0426-4dcf-a769-9fbe6a52503b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713", + "name": "c07aa39a-e046-4e43-9902-0251a21f4713", "status": "Creating", - "startTime": "2022-02-28T09:26:48.0794429Z", + "startTime": "2022-05-24T11:59:32.1176111Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:29:49 GMT", + "Date": "Tue, 24 May 2022 12:02:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19e1b4b9-5066-4b76-a08e-da3a4d5318ae", + "x-ms-correlation-request-id": "3c203a33-86c1-4928-bf9b-15b93cd14a7e", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "13dd038b-75c7-47fc-83dc-0b427b62c96f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T092949Z:19e1b4b9-5066-4b76-a08e-da3a4d5318ae", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120239Z:3c203a33-86c1-4928-bf9b-15b93cd14a7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b", - "name": "63c20cc3-0426-4dcf-a769-9fbe6a52503b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713", + "name": "c07aa39a-e046-4e43-9902-0251a21f4713", "status": "Creating", - "startTime": "2022-02-28T09:26:48.0794429Z", + "startTime": "2022-05-24T11:59:32.1176111Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:30:20 GMT", + "Date": "Tue, 24 May 2022 12:03:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89fea7f0-f9d5-4415-98a7-cbd582a7ae03", + "x-ms-correlation-request-id": "432f6221-d115-4cf7-9203-d7e739d16c4a", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "8d0bc302-d386-45f3-85a2-21118c9dc38a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093020Z:89fea7f0-f9d5-4415-98a7-cbd582a7ae03", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120310Z:432f6221-d115-4cf7-9203-d7e739d16c4a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b", - "name": "63c20cc3-0426-4dcf-a769-9fbe6a52503b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713", + "name": "c07aa39a-e046-4e43-9902-0251a21f4713", "status": "Creating", - "startTime": "2022-02-28T09:26:48.0794429Z", + "startTime": "2022-05-24T11:59:32.1176111Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:30:50 GMT", + "Date": "Tue, 24 May 2022 12:03:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,61 +946,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "545d2460-102c-457b-9d84-3026d19a3862", + "x-ms-correlation-request-id": "02edaef4-80d9-4461-87aa-598958e255cf", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "e0245ee5-2d0b-4c59-8791-d14dd81ae925", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093050Z:545d2460-102c-457b-9d84-3026d19a3862", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b", - "name": "63c20cc3-0426-4dcf-a769-9fbe6a52503b", - "status": "Creating", - "startTime": "2022-02-28T09:26:48.0794429Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:31:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9144f131-8dc4-48d1-8d4a-97bed044eb98", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "55b451ad-ec1a-46e5-a49c-98d619472fc5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093120Z:9144f131-8dc4-48d1-8d4a-97bed044eb98", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120341Z:02edaef4-80d9-4461-87aa-598958e255cf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/63c20cc3-0426-4dcf-a769-9fbe6a52503b", - "name": "63c20cc3-0426-4dcf-a769-9fbe6a52503b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c07aa39a-e046-4e43-9902-0251a21f4713", + "name": "c07aa39a-e046-4e43-9902-0251a21f4713", "status": "Succeeded", - "startTime": "2022-02-28T09:26:48.0794429Z", - "endTime": "2022-02-28T09:31:20.6604899Z", + "startTime": "2022-05-24T11:59:32.1176111Z", + "endTime": "2022-05-24T12:03:33.0667929Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c99bd22-9878-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +978,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:31:20 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A31%3A20.6510349Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:03:42 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A03%3A33.0585416Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +987,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1bccc72c-9a09-44a3-a924-1dcfa63632d3", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "15b8509e-cd29-4982-b064-e22b7c49c5f0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093121Z:1bccc72c-9a09-44a3-a924-1dcfa63632d3", + "x-ms-correlation-request-id": "99e01b65-48cc-441b-9c50-908885bb4b0d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120342Z:99e01b65-48cc-441b-9c50-908885bb4b0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A31%3A20.6510349Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A03%3A33.0585416Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:26:46.7431437Z" + "CreatedOnDate": "2022-05-24T11:59:27.4327201Z" }, "properties": { - "fileSystemId": "be5f02f8-8218-6763-89ad-ab663efb69ae", + "fileSystemId": "0fef8d57-d2ae-2c39-44d6-e6e576ddd11b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1030,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_8cd58005", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_78554bec", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1045,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "be5f02f8-8218-6763-89ad-ab663efb69ae", - "fileSystemId": "be5f02f8-8218-6763-89ad-ab663efb69ae", + "mountTargetId": "0fef8d57-d2ae-2c39-44d6-e6e576ddd11b", + "fileSystemId": "0fef8d57-d2ae-2c39-44d6-e6e576ddd11b", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,20 +1059,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:59:29.4812516Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:59:29.4812516Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "30441c7e-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1127,8 +1087,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:31:20 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A31%3A20.6510349Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:03:42 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A03%3A33.0585416Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1136,23 +1096,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97ab9841-1856-409b-a559-494ee2b15f7d", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "78934597-d46e-4974-8017-c14534e19ecd", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093121Z:97ab9841-1856-409b-a559-494ee2b15f7d", + "x-ms-correlation-request-id": "fc00cac3-c1e3-4777-809b-c11fb20a339c", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120343Z:fc00cac3-c1e3-4777-809b-c11fb20a339c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A31%3A20.6510349Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A03%3A33.0585416Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:26:46.7431437Z" + "CreatedOnDate": "2022-05-24T11:59:27.4327201Z" }, "properties": { - "fileSystemId": "be5f02f8-8218-6763-89ad-ab663efb69ae", + "fileSystemId": "0fef8d57-d2ae-2c39-44d6-e6e576ddd11b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1180,10 +1139,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_8cd58005", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_78554bec", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1195,12 +1154,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "be5f02f8-8218-6763-89ad-ab663efb69ae", - "fileSystemId": "be5f02f8-8218-6763-89ad-ab663efb69ae", + "mountTargetId": "0fef8d57-d2ae-2c39-44d6-e6e576ddd11b", + "fileSystemId": "0fef8d57-d2ae-2c39-44d6-e6e576ddd11b", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1209,53 +1168,57 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:59:29.4812516Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:59:29.4812516Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3060b29e-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9eec5be5-2af2-49b4-aa7b-5ca39e721f15?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a58e0300-7526-48be-bd43-9371541678a1?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 09:31:21 GMT", + "Date": "Tue, 24 May 2022 12:03:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9eec5be5-2af2-49b4-aa7b-5ca39e721f15?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a58e0300-7526-48be-bd43-9371541678a1?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ce88176-3ec3-4b6b-96df-1c4cd96d3e59", + "x-ms-correlation-request-id": "b5cd8205-ab2b-4c63-a2d9-bf01e6ecbd87", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "1ce88176-3ec3-4b6b-96df-1c4cd96d3e59", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093121Z:1ce88176-3ec3-4b6b-96df-1c4cd96d3e59", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120344Z:b5cd8205-ab2b-4c63-a2d9-bf01e6ecbd87", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9eec5be5-2af2-49b4-aa7b-5ca39e721f15?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a58e0300-7526-48be-bd43-9371541678a1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3060b29e-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1263,7 +1226,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:31:51 GMT", + "Date": "Tue, 24 May 2022 12:04:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1271,17 +1234,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e97c272-79bb-4985-a7e8-a59b6cb97066", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "d62b4f83-85a8-426f-920e-7c82e26f3a0c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093152Z:2e97c272-79bb-4985-a7e8-a59b6cb97066", + "x-ms-correlation-request-id": "9d80d020-637c-4846-b047-e5503e0668c8", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120415Z:9d80d020-637c-4846-b047-e5503e0668c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9eec5be5-2af2-49b4-aa7b-5ca39e721f15", - "name": "9eec5be5-2af2-49b4-aa7b-5ca39e721f15", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a58e0300-7526-48be-bd43-9371541678a1", + "name": "a58e0300-7526-48be-bd43-9371541678a1", "status": "Deleting", - "startTime": "2022-02-28T09:31:21.6871817Z", + "startTime": "2022-05-24T12:03:44.2658283Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1290,15 +1252,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9eec5be5-2af2-49b4-aa7b-5ca39e721f15?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a58e0300-7526-48be-bd43-9371541678a1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3060b29e-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1306,7 +1266,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:32:21 GMT", + "Date": "Tue, 24 May 2022 12:04:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1314,17 +1274,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b06e5e68-f4ea-4cb3-966f-66684978701c", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "6ad8aa48-0ba8-4e93-a3a5-f75b611bda62", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093222Z:b06e5e68-f4ea-4cb3-966f-66684978701c", + "x-ms-correlation-request-id": "e26cfc18-64a5-41bf-9743-10cdc79b3762", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120448Z:e26cfc18-64a5-41bf-9743-10cdc79b3762", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9eec5be5-2af2-49b4-aa7b-5ca39e721f15", - "name": "9eec5be5-2af2-49b4-aa7b-5ca39e721f15", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a58e0300-7526-48be-bd43-9371541678a1", + "name": "a58e0300-7526-48be-bd43-9371541678a1", "status": "Deleting", - "startTime": "2022-02-28T09:31:21.6871817Z", + "startTime": "2022-05-24T12:03:44.2658283Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1333,15 +1292,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9eec5be5-2af2-49b4-aa7b-5ca39e721f15?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a58e0300-7526-48be-bd43-9371541678a1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3060b29e-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1349,7 +1306,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:32:51 GMT", + "Date": "Tue, 24 May 2022 12:05:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1357,18 +1314,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "808c486a-7411-4931-b4ad-82223468ebbf", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "c3b63bce-7ed8-49db-89d2-aa9cf18813ff", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093252Z:808c486a-7411-4931-b4ad-82223468ebbf", + "x-ms-correlation-request-id": "fedb80e7-f8f9-41d7-940d-7845fa829be9", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120519Z:fedb80e7-f8f9-41d7-940d-7845fa829be9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9eec5be5-2af2-49b4-aa7b-5ca39e721f15", - "name": "9eec5be5-2af2-49b4-aa7b-5ca39e721f15", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a58e0300-7526-48be-bd43-9371541678a1", + "name": "a58e0300-7526-48be-bd43-9371541678a1", "status": "Succeeded", - "startTime": "2022-02-28T09:31:21.6871817Z", - "endTime": "2022-02-28T09:32:29.7868388Z", + "startTime": "2022-05-24T12:03:44.2658283Z", + "endTime": "2022-05-24T12:04:48.677593Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1376,15 +1332,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9eec5be5-2af2-49b4-aa7b-5ca39e721f15?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a58e0300-7526-48be-bd43-9371541678a1?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3060b29e-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1392,7 +1346,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:32:51 GMT", + "Date": "Tue, 24 May 2022 12:05:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1400,26 +1354,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b886299-33f3-4c24-9034-7167aa8b5927", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "68c6085b-9726-462f-9a22-2a34e5bf72d9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093252Z:6b886299-33f3-4c24-9034-7167aa8b5927", + "x-ms-correlation-request-id": "d6da8782-7f20-4dbd-9083-b919b7b7f389", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120521Z:d6da8782-7f20-4dbd-9083-b919b7b7f389", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A31%3A21.6744537Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A04%3A43.4258102Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:26:46.7431437Z" + "CreatedOnDate": "2022-05-24T11:59:27.4327201Z" }, "properties": { - "fileSystemId": "be5f02f8-8218-6763-89ad-ab663efb69ae", + "fileSystemId": "0fef8d57-d2ae-2c39-44d6-e6e576ddd11b", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1447,19 +1400,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_8cd58005", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_78554bec", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "d593d22e-66fd-bd38-323f-3422b52d0dab", + "poolId": "7ee2c415-9ac1-4b30-56cb-06f8c4f20e4d", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "be5f02f8-8218-6763-89ad-ab663efb69ae", - "fileSystemId": "be5f02f8-8218-6763-89ad-ab663efb69ae", + "mountTargetId": "0fef8d57-d2ae-2c39-44d6-e6e576ddd11b", + "fileSystemId": "0fef8d57-d2ae-2c39-44d6-e6e576ddd11b", "startIp": "", "endIp": "", "gateway": "", @@ -1468,7 +1421,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1483,36 +1436,44 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:59:29.4812516Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:59:29.4812516Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "de082490-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:36:13 GMT", + "Date": "Tue, 24 May 2022 12:08:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13caa5bb-26e9-4372-9b24-187f7601db90", + "x-ms-correlation-request-id": "94650a2f-4e7d-4cda-930f-a08a82b07721", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "13caa5bb-26e9-4372-9b24-187f7601db90", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093613Z:13caa5bb-26e9-4372-9b24-187f7601db90" + "x-ms-routing-request-id": "UAECENTRAL:20220524T120850Z:94650a2f-4e7d-4cda-930f-a08a82b07721" }, "ResponseBody": { "error": { @@ -1522,48 +1483,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e4a88aa6-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad335d07-b1a3-453a-a3cb-233067557af6?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/330c4b90-4bc2-4ae6-96d1-fa9249c660ea?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 09:36:24 GMT", + "Date": "Tue, 24 May 2022 12:09:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad335d07-b1a3-453a-a3cb-233067557af6?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/330c4b90-4bc2-4ae6-96d1-fa9249c660ea?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7781916f-993d-4323-88d2-3dc7a7260165", + "x-ms-correlation-request-id": "e97dbad1-4d79-4eb0-a79c-f8ca671381b7", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "7781916f-993d-4323-88d2-3dc7a7260165", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093625Z:7781916f-993d-4323-88d2-3dc7a7260165", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120904Z:e97dbad1-4d79-4eb0-a79c-f8ca671381b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad335d07-b1a3-453a-a3cb-233067557af6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/330c4b90-4bc2-4ae6-96d1-fa9249c660ea?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e4a88aa6-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1571,7 +1527,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:36:54 GMT", + "Date": "Tue, 24 May 2022 12:09:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1579,18 +1535,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "783e6422-fede-4231-b102-0a80a4f32f04", + "x-ms-correlation-request-id": "85977fed-65fd-4304-bf95-07b028fb1c6f", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "e7ed565f-06f2-4e6f-b2f4-bbfcd5cbe401", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093655Z:783e6422-fede-4231-b102-0a80a4f32f04", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120935Z:85977fed-65fd-4304-bf95-07b028fb1c6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad335d07-b1a3-453a-a3cb-233067557af6", - "name": "ad335d07-b1a3-453a-a3cb-233067557af6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/330c4b90-4bc2-4ae6-96d1-fa9249c660ea", + "name": "330c4b90-4bc2-4ae6-96d1-fa9249c660ea", "status": "Succeeded", - "startTime": "2022-02-28T09:36:25.5309217Z", - "endTime": "2022-02-28T09:36:26.2000803Z", + "startTime": "2022-05-24T12:09:04.7885291Z", + "endTime": "2022-05-24T12:09:09.7888223Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -1598,15 +1553,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ad335d07-b1a3-453a-a3cb-233067557af6?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/330c4b90-4bc2-4ae6-96d1-fa9249c660ea?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e4a88aa6-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1614,7 +1567,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:36:55 GMT", + "Date": "Tue, 24 May 2022 12:09:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1622,172 +1575,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb02623d-6fcf-491e-b83e-9ccbe0c2f056", + "x-ms-correlation-request-id": "4d0658ef-4b9b-40ea-84fb-2d89b682ca2a", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c135de75-bf88-4820-85b0-d2c61cb5bc85", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093656Z:eb02623d-6fcf-491e-b83e-9ccbe0c2f056", + "x-ms-routing-request-id": "UAECENTRAL:20220524T120936Z:4d0658ef-4b9b-40ea-84fb-2d89b682ca2a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A36%3A25.5168787Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A09%3A04.7855361Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:26:03.7011980Z" + "CreatedOnDate": "2022-05-24T11:58:40.6424248Z" }, "properties": { - "poolId": "d593d22e-66fd-bd38-323f-3422b52d0dab", + "poolId": "7ee2c415-9ac1-4b30-56cb-06f8c4f20e4d", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:58:43.6268716Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:58:43.6268716Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fde7c69e-9879-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:37:05 GMT", + "Date": "Tue, 24 May 2022 12:09:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fe13971-8dfd-46ac-8bce-b4965dd62fa3", + "x-ms-correlation-request-id": "d0074049-4a8f-43fe-b9d8-c2b4cdc5f844", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "9fe13971-8dfd-46ac-8bce-b4965dd62fa3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093706Z:9fe13971-8dfd-46ac-8bce-b4965dd62fa3" + "x-ms-routing-request-id": "UAECENTRAL:20220524T120948Z:d0074049-4a8f-43fe-b9d8-c2b4cdc5f844" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "03fc50f4-987a-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:37:16 GMT", + "Date": "Tue, 24 May 2022 12:09:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "871189b2-c2df-4843-adcd-57e42332b8b3", + "x-ms-correlation-request-id": "4d56b5fa-37b4-441b-92ba-7faf71cff9f7", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "871189b2-c2df-4843-adcd-57e42332b8b3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093716Z:871189b2-c2df-4843-adcd-57e42332b8b3" + "x-ms-routing-request-id": "UAECENTRAL:20220524T120959Z:4d56b5fa-37b4-441b-92ba-7faf71cff9f7" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a175326-987a-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:37:26 GMT", + "Date": "Tue, 24 May 2022 12:10:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "62c380b5-81f8-4e47-885a-08ad1c83cfbe", + "x-ms-correlation-request-id": "8cb33166-cada-4c78-941f-d01019a70898", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "62c380b5-81f8-4e47-885a-08ad1c83cfbe", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093726Z:62c380b5-81f8-4e47-885a-08ad1c83cfbe" + "x-ms-routing-request-id": "UAECENTRAL:20220524T121012Z:8cb33166-cada-4c78-941f-d01019a70898" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "102a2a04-987a-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:37:36 GMT", + "Date": "Tue, 24 May 2022 12:10:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4c69b1e-fc4b-4822-907c-040045e0021c", + "x-ms-correlation-request-id": "97165048-48f4-450c-92de-9aa1f717d7a6", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "e4c69b1e-fc4b-4822-907c-040045e0021c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093736Z:e4c69b1e-fc4b-4822-907c-040045e0021c" + "x-ms-routing-request-id": "UAECENTRAL:20220524T121023Z:97165048-48f4-450c-92de-9aa1f717d7a6" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "163e440c-987a-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:37:46 GMT", + "Date": "Tue, 24 May 2022 12:10:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4a7b5e7-63e8-4050-b666-a5dd22dc850a", + "x-ms-correlation-request-id": "b1a4a900-6440-4ee9-a9f5-ff2bb17aa045", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "c4a7b5e7-63e8-4050-b666-a5dd22dc850a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093747Z:c4a7b5e7-63e8-4050-b666-a5dd22dc850a" + "x-ms-routing-request-id": "UAECENTRAL:20220524T121036Z:b1a4a900-6440-4ee9-a9f5-ff2bb17aa045" }, "ResponseBody": { "error": { @@ -1797,48 +1743,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "165835ba-987a-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/619488a9-1637-46b4-8d39-e3bbddf898ca?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8be8bbaa-6a57-46a8-a9bd-34d447953aa2?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 09:37:47 GMT", + "Date": "Tue, 24 May 2022 12:10:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/619488a9-1637-46b4-8d39-e3bbddf898ca?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8be8bbaa-6a57-46a8-a9bd-34d447953aa2?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03387ee4-fc18-44eb-a32a-8db966410f5a", + "x-ms-correlation-request-id": "2d20062a-bd03-4aee-b9cf-6c30c5af14d8", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "03387ee4-fc18-44eb-a32a-8db966410f5a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093748Z:03387ee4-fc18-44eb-a32a-8db966410f5a", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121039Z:2d20062a-bd03-4aee-b9cf-6c30c5af14d8", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/619488a9-1637-46b4-8d39-e3bbddf898ca?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8be8bbaa-6a57-46a8-a9bd-34d447953aa2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "165835ba-987a-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1846,7 +1787,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:38:17 GMT", + "Date": "Tue, 24 May 2022 12:11:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1854,18 +1795,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23a2522f-f683-4711-ac7f-907d201e5d6b", + "x-ms-correlation-request-id": "44122938-81cf-4a72-b741-0a69fad17382", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "e6c9a4ac-12d8-4412-bacf-67228b64cae1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093818Z:23a2522f-f683-4711-ac7f-907d201e5d6b", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121109Z:44122938-81cf-4a72-b741-0a69fad17382", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/619488a9-1637-46b4-8d39-e3bbddf898ca", - "name": "619488a9-1637-46b4-8d39-e3bbddf898ca", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8be8bbaa-6a57-46a8-a9bd-34d447953aa2", + "name": "8be8bbaa-6a57-46a8-a9bd-34d447953aa2", "status": "Succeeded", - "startTime": "2022-02-28T09:37:47.9375192Z", - "endTime": "2022-02-28T09:37:47.9928439Z", + "startTime": "2022-05-24T12:10:39.1724877Z", + "endTime": "2022-05-24T12:10:39.2193677Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -1873,15 +1813,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/619488a9-1637-46b4-8d39-e3bbddf898ca?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8be8bbaa-6a57-46a8-a9bd-34d447953aa2?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "165835ba-987a-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1889,7 +1827,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:38:17 GMT", + "Date": "Tue, 24 May 2022 12:11:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1897,55 +1835,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0ee9514-985d-49cd-b092-40cafc242d30", + "x-ms-correlation-request-id": "6d427053-cc11-43ff-a674-b054d2ced1f1", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4571561a-41a3-4660-959c-4d339a40fd50", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093818Z:e0ee9514-985d-49cd-b092-40cafc242d30", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121111Z:6d427053-cc11-43ff-a674-b054d2ced1f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A37%3A47.9110553Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A10%3A39.1668109Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:25:30.1302282Z" + "CreatedOnDate": "2022-05-24T11:57:56.9259036Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:58:03.8801437Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:58:03.8801437Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2a32c398-987a-11ec-bd16-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:38:20 GMT", + "Date": "Tue, 24 May 2022 12:11:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12d8a7e7-ecf8-4a5f-b7bc-e7dd7877c19d", + "x-ms-correlation-request-id": "ab681357-c588-4217-bdb2-d425c5ccece9", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "12d8a7e7-ecf8-4a5f-b7bc-e7dd7877c19d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T093820Z:12d8a7e7-ecf8-4a5f-b7bc-e7dd7877c19d" + "x-ms-routing-request-id": "UAECENTRAL:20220524T121113Z:ab681357-c588-4217-bdb2-d425c5ccece9" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_list_volumes.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_list_volumes.json index 268db36ab6bd..ccbc0872e7da 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_list_volumes.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_list_volumes.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:56:07 GMT", + "Date": "Tue, 24 May 2022 11:38:53 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AkRl8uUcUV1BtXxUC6yUFEE; expires=Wed, 30-Mar-2022 08:56:07 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr5e_Yc9W5ckaz38EHLVs28jzyCBPN3qRgWkQxkzqYfWPG9lGEjBZ8Q3DDvpITXcGNa6PEC5-oX2elhgvILLfG9IVi4JDRHA38r2SMd--CJQwKybapwNfg9DCAa8PwY8ulourvQUFGLM0t0VroVYS8mSLJSa6lE4j5FqfJqJfZGzIgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NEULR2 ProdSlices", - "x-ms-request-id": "6842ba1d-755d-44de-80bf-f9c73cad5100" + "x-ms-ests-server": "2.1.12794.5 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AkRl8uUcUV1BtXxUC6yUFEE; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:56:07 GMT", + "Date": "Tue, 24 May 2022 11:38:54 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AkRl8uUcUV1BtXxUC6yUFEE; expires=Wed, 30-Mar-2022 08:56:07 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "d0b18831-5dd8-4824-ac48-4ce8bcf2c600" + "x-ms-ests-server": "2.1.12744.11 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "83e29627-8f21-40ec-be07-980d36da7737", + "client-request-id": "a5feb5a8-1daf-40ff-93e6-1a9906850541", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AkRl8uUcUV1BtXxUC6yUFEE; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "83e29627-8f21-40ec-be07-980d36da7737", - "Content-Length": "1412", + "client-request-id": "a5feb5a8-1daf-40ff-93e6-1a9906850541", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:56:07 GMT", + "Date": "Tue, 24 May 2022 11:38:54 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AkRl8uUcUV1BtXxUC6yUFEH7QncyAQAAACeFrtkOAAAA; expires=Wed, 30-Mar-2022 08:56:08 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WEULR1 ProdSlices", - "x-ms-request-id": "3ebc2aaf-0e30-4244-adb2-5d8ada155700" + "x-ms-ests-server": "2.1.12794.5 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43b4edec-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/20fa4035-b099-4a35-9931-210a37e89af0?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d9d6bfb4-b377-48f2-a44e-d1eba7358f59?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:56:13 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A56%3A12.9418059Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:39:13 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A39%3A12.6586945Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38395bb3-d3d3-492a-8047-6381013d68f6", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "5b80afe8-167e-4ab9-8ecb-70e4d85e1d6d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085613Z:38395bb3-d3d3-492a-8047-6381013d68f6", + "x-ms-correlation-request-id": "29b91374-d74a-444b-ad81-d4f1836443c5", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "UAECENTRAL:20220524T113914Z:29b91374-d74a-444b-ad81-d4f1836443c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A56%3A12.9418059Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A39%3A12.6586945Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:56:09.8951085Z" + "CreatedOnDate": "2022-05-24T11:39:05.3545911Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:39:11.2657875Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:39:11.2657875Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/20fa4035-b099-4a35-9931-210a37e89af0?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d9d6bfb4-b377-48f2-a44e-d1eba7358f59?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43b4edec-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:56:43 GMT", + "Date": "Tue, 24 May 2022 11:39:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82d445df-8e5c-4089-8ca9-8c3ebf05fd0c", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "b7f78f1f-cbbd-4b05-9cd8-074f342267ac", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085644Z:82d445df-8e5c-4089-8ca9-8c3ebf05fd0c", + "x-ms-correlation-request-id": "8b651ac6-e60d-4d12-adf5-91ea8adf50d5", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "UAECENTRAL:20220524T113947Z:8b651ac6-e60d-4d12-adf5-91ea8adf50d5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/20fa4035-b099-4a35-9931-210a37e89af0", - "name": "20fa4035-b099-4a35-9931-210a37e89af0", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/d9d6bfb4-b377-48f2-a44e-d1eba7358f59", + "name": "d9d6bfb4-b377-48f2-a44e-d1eba7358f59", "status": "Succeeded", - "startTime": "2022-02-28T08:56:12.9531264Z", - "endTime": "2022-02-28T08:56:13.1417088Z", + "startTime": "2022-05-24T11:39:12.6525923Z", + "endTime": "2022-05-24T11:39:12.6838162Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "43b4edec-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:56:43 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A56%3A13.1246529Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:39:47 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A39%3A12.6884651Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1403f904-a393-4d57-a32f-670e0a7272c1", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "341a1e3a-c550-4a22-80fd-6705c7ec1612", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085644Z:1403f904-a393-4d57-a32f-670e0a7272c1", + "x-ms-correlation-request-id": "17f092d5-f8d4-480e-a159-b3cecdd9f7d0", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "UAECENTRAL:20220524T113948Z:17f092d5-f8d4-480e-a159-b3cecdd9f7d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A56%3A13.1246529Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A39%3A12.6884651Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:56:09.8951085Z" + "CreatedOnDate": "2022-05-24T11:39:05.3545911Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:39:11.2657875Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:39:11.2657875Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5a601558-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ec202fb-fab7-4f97-b5ea-69d52ebf1250?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1f784869-8798-460a-b9b1-491159703b1f?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "916", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:56:45 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A56%3A45.9147799Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:39:53 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A39%3A52.784562Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6fc0e5c8-246b-4753-8afe-8b66302a14a2", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "83203684-0d24-48e6-bca9-458a8ea003bb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085646Z:6fc0e5c8-246b-4753-8afe-8b66302a14a2", + "x-ms-correlation-request-id": "92d51f5b-a5ed-4b16-81a9-cf89c85feb14", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "UAECENTRAL:20220524T113954Z:92d51f5b-a5ed-4b16-81a9-cf89c85feb14", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A56%3A45.9147799Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A39%3A52.784562Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:56:44.4977694Z" + "CreatedOnDate": "2022-05-24T11:39:49.3946868Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:39:52.2972472Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:39:52.2972472Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ec202fb-fab7-4f97-b5ea-69d52ebf1250?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1f784869-8798-460a-b9b1-491159703b1f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5a601558-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:57:15 GMT", + "Date": "Tue, 24 May 2022 11:40:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b29a7a73-db95-46f0-83f5-0bf8b6735023", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "8821b340-af81-47c7-926b-ad692a634b67", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085716Z:b29a7a73-db95-46f0-83f5-0bf8b6735023", + "x-ms-correlation-request-id": "3fe17c6d-73b4-4c9b-8e63-aff88574b48b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114024Z:3fe17c6d-73b4-4c9b-8e63-aff88574b48b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/0ec202fb-fab7-4f97-b5ea-69d52ebf1250", - "name": "0ec202fb-fab7-4f97-b5ea-69d52ebf1250", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1f784869-8798-460a-b9b1-491159703b1f", + "name": "1f784869-8798-460a-b9b1-491159703b1f", "status": "Succeeded", - "startTime": "2022-02-28T08:56:45.919756Z", - "endTime": "2022-02-28T08:56:46.2191467Z", + "startTime": "2022-05-24T11:39:52.777028Z", + "endTime": "2022-05-24T11:39:53.6874518Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5a601558-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:57:17 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A56%3A46.205857Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:40:25 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A39%3A53.6876921Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3aae92d-43f0-4bce-96c8-9af486e15609", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "b79c52b0-1b66-425b-a983-8e2efb802166", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085717Z:d3aae92d-43f0-4bce-96c8-9af486e15609", + "x-ms-correlation-request-id": "687fc441-858e-49f0-b823-3cf316a62aec", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114026Z:687fc441-858e-49f0-b823-3cf316a62aec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A56%3A46.205857Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A39%3A53.6876921Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:56:44.4977694Z" + "CreatedOnDate": "2022-05-24T11:39:49.3946868Z" }, "properties": { - "poolId": "190a5476-5dcd-96ca-d8cd-5218692fbda8", + "poolId": "d06b2c89-5c75-1494-5388-d2ea68d0cb5c", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:39:52.2972472Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:39:52.2972472Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:57:29 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T08%3A57%3A28.6161485Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:40:43 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A40%3A41.7533365Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22530acc-84e1-4d23-b476-db01f71db13c", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "6ba56ca8-ca5a-4e60-b63f-4338901aa8e5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085729Z:22530acc-84e1-4d23-b476-db01f71db13c", + "x-ms-correlation-request-id": "14a15188-166d-4b0a-ab77-face417b8088", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114043Z:14a15188-166d-4b0a-ab77-face417b8088", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T08%3A57%3A28.6161485Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A40%3A41.7533365Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:57:27.3613507Z" + "CreatedOnDate": "2022-05-24T11:40:37.1620424Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,62 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:40:39.4564795Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:40:39.4564795Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:57:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ec6b998-6e63-4307-a3b8-e4a408d6aa54", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "25dde795-dba5-458b-8b1c-9ebb2df0ca26", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085759Z:4ec6b998-6e63-4307-a3b8-e4a408d6aa54", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5", - "name": "435eb11b-cf71-49fb-8451-8fbb783565a5", - "status": "Creating", - "startTime": "2022-02-28T08:57:28.6222561Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:58:28 GMT", + "Date": "Tue, 24 May 2022 11:41:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef7b7e7f-5853-4c8c-84e9-c570777357cf", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "aaabd1aa-e8fb-47cd-a4c3-d7c099b4f063", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085829Z:ef7b7e7f-5853-4c8c-84e9-c570777357cf", + "x-ms-correlation-request-id": "5f025937-7c50-4f0f-8caf-18ee4d17fca6", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114114Z:5f025937-7c50-4f0f-8caf-18ee4d17fca6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5", - "name": "435eb11b-cf71-49fb-8451-8fbb783565a5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3", + "name": "a105fcc2-1902-4715-b667-548b63e092e3", "status": "Creating", - "startTime": "2022-02-28T08:57:28.6222561Z", + "startTime": "2022-05-24T11:40:41.7538157Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:58:59 GMT", + "Date": "Tue, 24 May 2022 11:41:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85ddec32-4913-4454-b5d7-c933deaa66c2", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "13cea338-e332-4956-9e43-16c02797284b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085859Z:85ddec32-4913-4454-b5d7-c933deaa66c2", + "x-ms-correlation-request-id": "68fdc55c-51da-45f2-b405-7986dee40249", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114145Z:68fdc55c-51da-45f2-b405-7986dee40249", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5", - "name": "435eb11b-cf71-49fb-8451-8fbb783565a5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3", + "name": "a105fcc2-1902-4715-b667-548b63e092e3", "status": "Creating", - "startTime": "2022-02-28T08:57:28.6222561Z", + "startTime": "2022-05-24T11:40:41.7538157Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:59:29 GMT", + "Date": "Tue, 24 May 2022 11:42:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b80f8baf-b455-454a-b31e-fd247be39990", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "38fcba14-c70d-4771-a566-689f221d0033", - "x-ms-routing-request-id": "WESTEUROPE:20220228T085929Z:b80f8baf-b455-454a-b31e-fd247be39990", + "x-ms-correlation-request-id": "4e5a6610-6991-4f4e-9d3c-c0838b29e7d2", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114216Z:4e5a6610-6991-4f4e-9d3c-c0838b29e7d2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5", - "name": "435eb11b-cf71-49fb-8451-8fbb783565a5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3", + "name": "a105fcc2-1902-4715-b667-548b63e092e3", "status": "Creating", - "startTime": "2022-02-28T08:57:28.6222561Z", + "startTime": "2022-05-24T11:40:41.7538157Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 08:59:59 GMT", + "Date": "Tue, 24 May 2022 11:42:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ec132a8-555e-4138-9a60-6f319f99963d", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "a390b4fd-de6a-4d1e-b11a-efa88c0dba1f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090000Z:5ec132a8-555e-4138-9a60-6f319f99963d", + "x-ms-correlation-request-id": "d6df8a55-7728-4042-b957-de2947ce2a16", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114247Z:d6df8a55-7728-4042-b957-de2947ce2a16", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5", - "name": "435eb11b-cf71-49fb-8451-8fbb783565a5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3", + "name": "a105fcc2-1902-4715-b667-548b63e092e3", "status": "Creating", - "startTime": "2022-02-28T08:57:28.6222561Z", + "startTime": "2022-05-24T11:40:41.7538157Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:00:30 GMT", + "Date": "Tue, 24 May 2022 11:43:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff534bda-5e43-4220-9ca5-9726dcc33f8d", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "adc7ad78-1b44-4c37-b670-267645961c54", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090030Z:ff534bda-5e43-4220-9ca5-9726dcc33f8d", + "x-ms-correlation-request-id": "f2262f09-98de-44b8-96ad-9f80e2eecd1c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114319Z:f2262f09-98de-44b8-96ad-9f80e2eecd1c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5", - "name": "435eb11b-cf71-49fb-8451-8fbb783565a5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3", + "name": "a105fcc2-1902-4715-b667-548b63e092e3", "status": "Creating", - "startTime": "2022-02-28T08:57:28.6222561Z", + "startTime": "2022-05-24T11:40:41.7538157Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:01:00 GMT", + "Date": "Tue, 24 May 2022 11:43:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8207fe26-349a-4866-a05d-b74a24050275", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "7bf24437-4d5d-4800-9962-a2988f57c5f6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090101Z:8207fe26-349a-4866-a05d-b74a24050275", + "x-ms-correlation-request-id": "d19efbf1-c583-4944-bb5d-a80f7eb61f6f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114350Z:d19efbf1-c583-4944-bb5d-a80f7eb61f6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5", - "name": "435eb11b-cf71-49fb-8451-8fbb783565a5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3", + "name": "a105fcc2-1902-4715-b667-548b63e092e3", "status": "Creating", - "startTime": "2022-02-28T08:57:28.6222561Z", + "startTime": "2022-05-24T11:40:41.7538157Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:01:30 GMT", + "Date": "Tue, 24 May 2022 11:44:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dde0939-5802-481e-9245-641b1053f0e6", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "8fda18d1-8eb0-4740-99d2-820eb997ad49", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090131Z:8dde0939-5802-481e-9245-641b1053f0e6", + "x-ms-correlation-request-id": "ea6bd83c-39a8-4c15-951d-9b6f87308d2a", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114422Z:ea6bd83c-39a8-4c15-951d-9b6f87308d2a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5", - "name": "435eb11b-cf71-49fb-8451-8fbb783565a5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3", + "name": "a105fcc2-1902-4715-b667-548b63e092e3", "status": "Creating", - "startTime": "2022-02-28T08:57:28.6222561Z", + "startTime": "2022-05-24T11:40:41.7538157Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:02:00 GMT", + "Date": "Tue, 24 May 2022 11:44:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +946,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d869711-cdf6-4af3-9564-12c03c153f08", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "e65c14b2-21ab-49e1-be96-58153200f77a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090201Z:7d869711-cdf6-4af3-9564-12c03c153f08", + "x-ms-correlation-request-id": "8483377e-caf2-4fb7-85e2-7ab6959273c8", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114453Z:8483377e-caf2-4fb7-85e2-7ab6959273c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/435eb11b-cf71-49fb-8451-8fbb783565a5", - "name": "435eb11b-cf71-49fb-8451-8fbb783565a5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a105fcc2-1902-4715-b667-548b63e092e3", + "name": "a105fcc2-1902-4715-b667-548b63e092e3", "status": "Succeeded", - "startTime": "2022-02-28T08:57:28.6222561Z", - "endTime": "2022-02-28T09:02:01.0073112Z", + "startTime": "2022-05-24T11:40:41.7538157Z", + "endTime": "2022-05-24T11:44:44.2673481Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73ec4ab4-9874-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +978,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:02:01 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A02%3A00.9969485Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:44:54 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A44%3A44.2663618Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +987,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bdbd1c05-baaa-4888-be0b-ce5704ba631c", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "042d9df5-40d5-41bc-be61-82507627e157", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090201Z:bdbd1c05-baaa-4888-be0b-ce5704ba631c", + "x-ms-correlation-request-id": "b7f71631-eea3-48c5-af9e-3447e0be202c", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114454Z:b7f71631-eea3-48c5-af9e-3447e0be202c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A02%3A00.9969485Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A44%3A44.2663618Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:57:27.3613507Z" + "CreatedOnDate": "2022-05-24T11:40:37.1620424Z" }, "properties": { - "fileSystemId": "825dad23-2a96-df70-2a49-2b4d82093a51", + "fileSystemId": "246af2aa-f2d3-1c1d-03e4-8fc58023dfc6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1030,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_a44df208", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_b3fda6c9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1045,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "825dad23-2a96-df70-2a49-2b4d82093a51", - "fileSystemId": "825dad23-2a96-df70-2a49-2b4d82093a51", + "mountTargetId": "246af2aa-f2d3-1c1d-03e4-8fc58023dfc6", + "fileSystemId": "246af2aa-f2d3-1c1d-03e4-8fc58023dfc6", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,22 +1059,29 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:40:39.4564795Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:40:39.4564795Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "17861f1a-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -1139,7 +1099,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -1152,31 +1112,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f4114943-bfc2-4288-bcc7-63e91785cf15?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68c99f6a-3f45-4051-8346-c5be6e1d8c51?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:02:03 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A02%3A03.1285266Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:45:02 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A45%3A01.0449241Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e53f671-ccbf-464a-8bba-edb9c939b41a", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "a9881d0a-133e-4b6f-a1a5-9a3c279e73be", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090203Z:6e53f671-ccbf-464a-8bba-edb9c939b41a", + "x-ms-correlation-request-id": "cb963f3f-1c59-4643-a01e-460ee2d554dc", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114502Z:cb963f3f-1c59-4643-a01e-460ee2d554dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A02%3A03.1285266Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A45%3A01.0449241Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:02:01.8797588Z" + "CreatedOnDate": "2022-05-24T11:44:55.3717088Z" }, "properties": { "serviceLevel": "Premium", @@ -1192,9 +1151,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -1203,19 +1162,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:44:58.6048134Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:44:58.6048134Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f4114943-bfc2-4288-bcc7-63e91785cf15?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68c99f6a-3f45-4051-8346-c5be6e1d8c51?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "17861f1a-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1223,7 +1188,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:02:33 GMT", + "Date": "Tue, 24 May 2022 11:45:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1231,18 +1196,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "898df953-cf2a-4379-8031-0e837d15afb5", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "95ae17e7-294a-455f-b358-cf28b81d4449", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090234Z:898df953-cf2a-4379-8031-0e837d15afb5", + "x-ms-correlation-request-id": "9358f0fb-39c8-410b-b5a7-c172be7ffcb0", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114533Z:9358f0fb-39c8-410b-b5a7-c172be7ffcb0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f4114943-bfc2-4288-bcc7-63e91785cf15", - "name": "f4114943-bfc2-4288-bcc7-63e91785cf15", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/68c99f6a-3f45-4051-8346-c5be6e1d8c51", + "name": "68c99f6a-3f45-4051-8346-c5be6e1d8c51", "status": "Succeeded", - "startTime": "2022-02-28T09:02:03.1390827Z", - "endTime": "2022-02-28T09:02:29.8239594Z", + "startTime": "2022-05-24T11:45:01.0488829Z", + "endTime": "2022-05-24T11:45:21.8228108Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2" @@ -1250,15 +1214,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "17861f1a-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1266,8 +1228,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:02:33 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A02%3A29.7965765Z\u0027\u0022", + "Date": "Tue, 24 May 2022 11:45:35 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T11%3A45%3A21.820618Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1275,23 +1237,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ceb9755-ae77-4ea6-82b3-be777e6e2252", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "bd38784c-dfda-4ea8-83cf-c19107a79b6d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090234Z:1ceb9755-ae77-4ea6-82b3-be777e6e2252", + "x-ms-correlation-request-id": "640b6db7-43d9-432a-93df-fe54cd8e3341", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114536Z:640b6db7-43d9-432a-93df-fe54cd8e3341", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A02%3A29.7965765Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A45%3A21.820618Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:02:01.8797588Z" + "CreatedOnDate": "2022-05-24T11:44:55.3717088Z" }, "properties": { - "fileSystemId": "7aa06bb6-cf83-a1f1-f457-abad3cb2db44", + "fileSystemId": "316bb5b1-dfd6-ea97-7e5a-61e8afed8163", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -1319,10 +1280,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_a44df208", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_b3fda6c9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1334,12 +1295,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "7aa06bb6-cf83-a1f1-f457-abad3cb2db44", - "fileSystemId": "7aa06bb6-cf83-a1f1-f457-abad3cb2db44", + "mountTargetId": "316bb5b1-dfd6-ea97-7e5a-61e8afed8163", + "fileSystemId": "316bb5b1-dfd6-ea97-7e5a-61e8afed8163", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1348,20 +1309,27 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:44:58.6048134Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:44:58.6048134Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2b0798e8-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1369,7 +1337,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:02:33 GMT", + "Date": "Tue, 24 May 2022 11:45:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1377,10 +1345,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42bd801d-9268-4ce3-9460-26f6c6e9f442", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "1628dbf5-c801-4fc6-92e3-4f2b11fe4f90", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090234Z:42bd801d-9268-4ce3-9460-26f6c6e9f442", + "x-ms-correlation-request-id": "f5eb1453-93b3-43c3-bf46-a6454661b67e", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114539Z:f5eb1453-93b3-43c3-bf46-a6454661b67e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1389,13 +1356,13 @@ "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A02%3A00.9969485Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A44%3A44.2663618Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:57:27.3613507Z" + "CreatedOnDate": "2022-05-24T11:40:37.1620424Z" }, "properties": { - "fileSystemId": "825dad23-2a96-df70-2a49-2b4d82093a51", + "fileSystemId": "246af2aa-f2d3-1c1d-03e4-8fc58023dfc6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1423,10 +1390,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_a44df208", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_b3fda6c9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1438,12 +1405,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "825dad23-2a96-df70-2a49-2b4d82093a51", - "fileSystemId": "825dad23-2a96-df70-2a49-2b4d82093a51", + "mountTargetId": "246af2aa-f2d3-1c1d-03e4-8fc58023dfc6", + "fileSystemId": "246af2aa-f2d3-1c1d-03e4-8fc58023dfc6", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1452,20 +1419,29 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:40:39.4564795Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:40:39.4564795Z" } }, { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A02%3A29.7965765Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A45%3A21.820618Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:02:01.8797588Z" + "CreatedOnDate": "2022-05-24T11:44:55.3717088Z" }, "properties": { - "fileSystemId": "7aa06bb6-cf83-a1f1-f457-abad3cb2db44", + "fileSystemId": "316bb5b1-dfd6-ea97-7e5a-61e8afed8163", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -1493,10 +1469,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_a44df208", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_b3fda6c9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1508,12 +1484,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "7aa06bb6-cf83-a1f1-f457-abad3cb2db44", - "fileSystemId": "7aa06bb6-cf83-a1f1-f457-abad3cb2db44", + "mountTargetId": "316bb5b1-dfd6-ea97-7e5a-61e8afed8163", + "fileSystemId": "316bb5b1-dfd6-ea97-7e5a-61e8afed8163", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1522,55 +1498,59 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:44:58.6048134Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:44:58.6048134Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2b306958-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bf6cb9de-c172-4422-96bc-d5df344bd7e3?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e0eb190b-b392-4833-b1ed-6c5360294757?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 09:02:34 GMT", + "Date": "Tue, 24 May 2022 11:45:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bf6cb9de-c172-4422-96bc-d5df344bd7e3?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e0eb190b-b392-4833-b1ed-6c5360294757?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "596d689d-5fd7-4091-933c-6209a283d4a3", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "596d689d-5fd7-4091-933c-6209a283d4a3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090235Z:596d689d-5fd7-4091-933c-6209a283d4a3", + "x-ms-correlation-request-id": "860f8fbb-3b0e-444e-bcbd-cd80f92b9a20", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114542Z:860f8fbb-3b0e-444e-bcbd-cd80f92b9a20", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bf6cb9de-c172-4422-96bc-d5df344bd7e3?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e0eb190b-b392-4833-b1ed-6c5360294757?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2b306958-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1578,7 +1558,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:03:04 GMT", + "Date": "Tue, 24 May 2022 11:46:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1586,18 +1566,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4612d496-70ad-47c6-8466-7c01dbe1c6dc", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "d1ada082-2950-464d-9c26-e990582e682a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090305Z:4612d496-70ad-47c6-8466-7c01dbe1c6dc", + "x-ms-correlation-request-id": "d401f8cb-61e3-4e2d-87f8-e6c23058e177", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114614Z:d401f8cb-61e3-4e2d-87f8-e6c23058e177", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bf6cb9de-c172-4422-96bc-d5df344bd7e3", - "name": "bf6cb9de-c172-4422-96bc-d5df344bd7e3", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e0eb190b-b392-4833-b1ed-6c5360294757", + "name": "e0eb190b-b392-4833-b1ed-6c5360294757", "status": "Succeeded", - "startTime": "2022-02-28T09:02:35.0224163Z", - "endTime": "2022-02-28T09:02:50.1010453Z", + "startTime": "2022-05-24T11:45:42.1461607Z", + "endTime": "2022-05-24T11:45:58.1401324Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1605,15 +1584,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bf6cb9de-c172-4422-96bc-d5df344bd7e3?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e0eb190b-b392-4833-b1ed-6c5360294757?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2b306958-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1621,7 +1598,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:03:04 GMT", + "Date": "Tue, 24 May 2022 11:46:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1629,26 +1606,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2b87a30-788f-4d92-ad10-fd66ba00a5fe", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "5fbcdcac-939d-4815-8821-be730cda6e2a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090305Z:a2b87a30-788f-4d92-ad10-fd66ba00a5fe", + "x-ms-correlation-request-id": "d999c4a6-9fc0-4015-9a73-a3b259aac8ec", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114615Z:d999c4a6-9fc0-4015-9a73-a3b259aac8ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A02%3A35.0096128Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A45%3A42.1398551Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:57:27.3613507Z" + "CreatedOnDate": "2022-05-24T11:40:37.1620424Z" }, "properties": { - "fileSystemId": "825dad23-2a96-df70-2a49-2b4d82093a51", + "fileSystemId": "246af2aa-f2d3-1c1d-03e4-8fc58023dfc6", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1676,19 +1652,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_a44df208", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_b3fda6c9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "190a5476-5dcd-96ca-d8cd-5218692fbda8", + "poolId": "d06b2c89-5c75-1494-5388-d2ea68d0cb5c", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "825dad23-2a96-df70-2a49-2b4d82093a51", - "fileSystemId": "825dad23-2a96-df70-2a49-2b4d82093a51", + "mountTargetId": "246af2aa-f2d3-1c1d-03e4-8fc58023dfc6", + "fileSystemId": "246af2aa-f2d3-1c1d-03e4-8fc58023dfc6", "startIp": "", "endIp": "", "gateway": "", @@ -1697,7 +1673,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1712,36 +1688,44 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:40:39.4564795Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:40:39.4564795Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b4d32dc6-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:06:26 GMT", + "Date": "Tue, 24 May 2022 11:49:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9cfd688-fdb9-492e-ab08-57bcae0b1f15", + "x-ms-correlation-request-id": "851c6d52-bc35-4732-abf6-a0594f24b947", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "e9cfd688-fdb9-492e-ab08-57bcae0b1f15", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090627Z:e9cfd688-fdb9-492e-ab08-57bcae0b1f15" + "x-ms-routing-request-id": "UAECENTRAL:20220524T114943Z:851c6d52-bc35-4732-abf6-a0594f24b947" }, "ResponseBody": { "error": { @@ -1751,48 +1735,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b62227ea-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e24da1b-c84f-4a1a-af6d-e098e799793b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12b4f0b6-3b67-4005-9bcf-ff9bbbc17090?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 09:06:29 GMT", + "Date": "Tue, 24 May 2022 11:49:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e24da1b-c84f-4a1a-af6d-e098e799793b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12b4f0b6-3b67-4005-9bcf-ff9bbbc17090?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8a2451c-89b7-4d0c-8365-652c45655dd9", + "x-ms-correlation-request-id": "0e2425f3-1e6e-4e3c-a78b-29f27dbd3e00", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "a8a2451c-89b7-4d0c-8365-652c45655dd9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090629Z:a8a2451c-89b7-4d0c-8365-652c45655dd9", + "x-ms-routing-request-id": "UAECENTRAL:20220524T114947Z:0e2425f3-1e6e-4e3c-a78b-29f27dbd3e00", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e24da1b-c84f-4a1a-af6d-e098e799793b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12b4f0b6-3b67-4005-9bcf-ff9bbbc17090?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b62227ea-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1800,7 +1779,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:06:59 GMT", + "Date": "Tue, 24 May 2022 11:50:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1808,17 +1787,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cf6bedb-a2a2-441c-821e-4fe346a541ab", + "x-ms-correlation-request-id": "ce246575-3557-4df7-a335-373d9fc0fa77", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "c973e1b1-e706-4501-a729-69082b48be4e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090700Z:0cf6bedb-a2a2-441c-821e-4fe346a541ab", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115017Z:ce246575-3557-4df7-a335-373d9fc0fa77", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e24da1b-c84f-4a1a-af6d-e098e799793b", - "name": "2e24da1b-c84f-4a1a-af6d-e098e799793b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12b4f0b6-3b67-4005-9bcf-ff9bbbc17090", + "name": "12b4f0b6-3b67-4005-9bcf-ff9bbbc17090", "status": "Deleting", - "startTime": "2022-02-28T09:06:29.7319242Z", + "startTime": "2022-05-24T11:49:47.3696368Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1827,15 +1805,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e24da1b-c84f-4a1a-af6d-e098e799793b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12b4f0b6-3b67-4005-9bcf-ff9bbbc17090?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b62227ea-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1843,7 +1819,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:07:29 GMT", + "Date": "Tue, 24 May 2022 11:50:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1851,61 +1827,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab79f4c5-a038-4b8b-87e7-a455ff8dbf93", + "x-ms-correlation-request-id": "5582f96c-000d-4a87-aeea-647e6661d769", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b7fed1b8-b3d1-4dc9-a4e3-9abbe3ce2ad3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090730Z:ab79f4c5-a038-4b8b-87e7-a455ff8dbf93", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115048Z:5582f96c-000d-4a87-aeea-647e6661d769", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e24da1b-c84f-4a1a-af6d-e098e799793b", - "name": "2e24da1b-c84f-4a1a-af6d-e098e799793b", - "status": "Deleting", - "startTime": "2022-02-28T09:06:29.7319242Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e24da1b-c84f-4a1a-af6d-e098e799793b?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b62227ea-9875-11ec-af0a-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:07:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d4796a7-dd0d-4ba3-9fe6-fe8472e8c25b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "73245841-97dd-4b69-b490-4a557f7d606e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090800Z:4d4796a7-dd0d-4ba3-9fe6-fe8472e8c25b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e24da1b-c84f-4a1a-af6d-e098e799793b", - "name": "2e24da1b-c84f-4a1a-af6d-e098e799793b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12b4f0b6-3b67-4005-9bcf-ff9bbbc17090", + "name": "12b4f0b6-3b67-4005-9bcf-ff9bbbc17090", "status": "Succeeded", - "startTime": "2022-02-28T09:06:29.7319242Z", - "endTime": "2022-02-28T09:07:31.085815Z", + "startTime": "2022-05-24T11:49:47.3696368Z", + "endTime": "2022-05-24T11:50:37.2100547Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2" @@ -1913,15 +1845,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2e24da1b-c84f-4a1a-af6d-e098e799793b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/12b4f0b6-3b67-4005-9bcf-ff9bbbc17090?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b62227ea-9875-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1929,7 +1859,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:08:00 GMT", + "Date": "Tue, 24 May 2022 11:50:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1937,26 +1867,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1bc62e0-479d-49c3-ab9c-c3f1d71d511f", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "8326b07c-c3df-41a7-bf7f-d46d76d463e1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T090800Z:b1bc62e0-479d-49c3-ab9c-c3f1d71d511f", + "x-ms-correlation-request-id": "715c7ceb-a30c-4b82-92b7-7468d4f8d354", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115048Z:715c7ceb-a30c-4b82-92b7-7468d4f8d354", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A06%3A29.7151873Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A50%3A28.0433612Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:02:01.8797588Z" + "CreatedOnDate": "2022-05-24T11:44:55.3717088Z" }, "properties": { - "fileSystemId": "7aa06bb6-cf83-a1f1-f457-abad3cb2db44", + "fileSystemId": "316bb5b1-dfd6-ea97-7e5a-61e8afed8163", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1984,19 +1913,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_a44df208", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_b3fda6c9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2", - "poolId": "190a5476-5dcd-96ca-d8cd-5218692fbda8", + "poolId": "d06b2c89-5c75-1494-5388-d2ea68d0cb5c", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "7aa06bb6-cf83-a1f1-f457-abad3cb2db44", - "fileSystemId": "7aa06bb6-cf83-a1f1-f457-abad3cb2db44", + "mountTargetId": "316bb5b1-dfd6-ea97-7e5a-61e8afed8163", + "fileSystemId": "316bb5b1-dfd6-ea97-7e5a-61e8afed8163", "startIp": "", "endIp": "", "gateway": "", @@ -2005,7 +1934,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -2020,36 +1949,44 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:44:58.6048134Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:44:58.6048134Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "64bae1d4-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:11:20 GMT", + "Date": "Tue, 24 May 2022 11:54:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5161a9a9-dac0-4902-bc90-873c2ba91257", + "x-ms-correlation-request-id": "ae25707e-da44-42fe-a610-f0cd6d73edcd", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "5161a9a9-dac0-4902-bc90-873c2ba91257", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091121Z:5161a9a9-dac0-4902-bc90-873c2ba91257" + "x-ms-routing-request-id": "UAECENTRAL:20220524T115415Z:ae25707e-da44-42fe-a610-f0cd6d73edcd" }, "ResponseBody": { "error": { @@ -2059,73 +1996,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6b13b6fa-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f82c357c-1363-4894-bba8-591efaefe27b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e3209e0c-a585-48b2-a689-f1ea1dfbf36b?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 09:11:32 GMT", + "Date": "Tue, 24 May 2022 11:54:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f82c357c-1363-4894-bba8-591efaefe27b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e3209e0c-a585-48b2-a689-f1ea1dfbf36b?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5819269a-174e-4f23-bca0-c8fc1ca46b21", + "x-ms-correlation-request-id": "87542efe-b188-4ad9-a1c8-1938064e67cc", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "5819269a-174e-4f23-bca0-c8fc1ca46b21", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091133Z:5819269a-174e-4f23-bca0-c8fc1ca46b21", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115428Z:87542efe-b188-4ad9-a1c8-1938064e67cc", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f82c357c-1363-4894-bba8-591efaefe27b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e3209e0c-a585-48b2-a689-f1ea1dfbf36b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6b13b6fa-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "547", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:12:02 GMT", + "Date": "Tue, 24 May 2022 11:54:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8c04651-94a0-48a8-94ce-5d2722fb8aa6", + "x-ms-correlation-request-id": "e0703125-860e-458f-8f43-7462044bce66", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "1f64027b-f2aa-4e4c-9b21-43a7855a77f9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091203Z:b8c04651-94a0-48a8-94ce-5d2722fb8aa6", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115458Z:e0703125-860e-458f-8f43-7462044bce66", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f82c357c-1363-4894-bba8-591efaefe27b", - "name": "f82c357c-1363-4894-bba8-591efaefe27b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e3209e0c-a585-48b2-a689-f1ea1dfbf36b", + "name": "e3209e0c-a585-48b2-a689-f1ea1dfbf36b", "status": "Succeeded", - "startTime": "2022-02-28T09:11:33.0269483Z", - "endTime": "2022-02-28T09:11:33.4177333Z", + "startTime": "2022-05-24T11:54:28.0708378Z", + "endTime": "2022-05-24T11:54:32.108181Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -2133,194 +2066,187 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f82c357c-1363-4894-bba8-591efaefe27b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e3209e0c-a585-48b2-a689-f1ea1dfbf36b?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6b13b6fa-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "855", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:12:02 GMT", + "Date": "Tue, 24 May 2022 11:54:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13a8d33c-1c6c-4c6e-aa7a-0aa76fd5f92d", + "x-ms-correlation-request-id": "e6109364-cef4-426c-b787-fee164336b15", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "f6ab72dc-a4b6-40a2-9c22-dfbf18c407e7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091203Z:13a8d33c-1c6c-4c6e-aa7a-0aa76fd5f92d", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115459Z:e6109364-cef4-426c-b787-fee164336b15", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A11%3A33.0152174Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A54%3A28.0782372Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:56:44.4977694Z" + "CreatedOnDate": "2022-05-24T11:39:49.3946868Z" }, "properties": { - "poolId": "190a5476-5dcd-96ca-d8cd-5218692fbda8", + "poolId": "d06b2c89-5c75-1494-5388-d2ea68d0cb5c", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:39:52.2972472Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:39:52.2972472Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8447ac1c-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:12:12 GMT", + "Date": "Tue, 24 May 2022 11:55:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cc905a9-3baf-4249-be00-9956e1f56ee2", + "x-ms-correlation-request-id": "376425f4-e3b8-42c3-9761-eb4591744338", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "9cc905a9-3baf-4249-be00-9956e1f56ee2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091213Z:9cc905a9-3baf-4249-be00-9956e1f56ee2" + "x-ms-routing-request-id": "UAECENTRAL:20220524T115509Z:376425f4-e3b8-42c3-9761-eb4591744338" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8a59018c-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:12:23 GMT", + "Date": "Tue, 24 May 2022 11:55:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ce5d71c-c19e-4bf3-84f5-2af924a3ae8b", + "x-ms-correlation-request-id": "03bb99a0-9e79-4c92-823a-f1f80cb71edf", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "8ce5d71c-c19e-4bf3-84f5-2af924a3ae8b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091223Z:8ce5d71c-c19e-4bf3-84f5-2af924a3ae8b" + "x-ms-routing-request-id": "UAECENTRAL:20220524T115520Z:03bb99a0-9e79-4c92-823a-f1f80cb71edf" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "906feeb4-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:12:33 GMT", + "Date": "Tue, 24 May 2022 11:55:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "633a9f15-123e-48d1-b3ec-190714f3c6e9", + "x-ms-correlation-request-id": "8bbe64c8-4912-4b48-a195-418d98354ca1", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "633a9f15-123e-48d1-b3ec-190714f3c6e9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091234Z:633a9f15-123e-48d1-b3ec-190714f3c6e9" + "x-ms-routing-request-id": "UAECENTRAL:20220524T115531Z:8bbe64c8-4912-4b48-a195-418d98354ca1" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "96943d9a-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:12:43 GMT", + "Date": "Tue, 24 May 2022 11:55:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca5ede5e-fa3e-4fa1-bbd5-fa4f7a7d56ed", + "x-ms-correlation-request-id": "dc44e6b1-501e-465f-b033-b16c181a130f", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "ca5ede5e-fa3e-4fa1-bbd5-fa4f7a7d56ed", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091244Z:ca5ede5e-fa3e-4fa1-bbd5-fa4f7a7d56ed" + "x-ms-routing-request-id": "UAECENTRAL:20220524T115541Z:dc44e6b1-501e-465f-b033-b16c181a130f" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9caab6be-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:12:54 GMT", + "Date": "Tue, 24 May 2022 11:55:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6dacbc5-ecd6-47a7-8c46-ea0951f341d9", + "x-ms-correlation-request-id": "402d0e4f-cb94-4628-8e1f-d551fdb7099a", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "c6dacbc5-ecd6-47a7-8c46-ea0951f341d9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091254Z:c6dacbc5-ecd6-47a7-8c46-ea0951f341d9" + "x-ms-routing-request-id": "UAECENTRAL:20220524T115552Z:402d0e4f-cb94-4628-8e1f-d551fdb7099a" }, "ResponseBody": { "error": { @@ -2330,73 +2256,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9cc4268a-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3f332f15-c649-4acd-8cec-aa1748977eb5?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2ebceaaa-36e4-457a-b12f-dfdf75156205?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 09:12:55 GMT", + "Date": "Tue, 24 May 2022 11:55:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3f332f15-c649-4acd-8cec-aa1748977eb5?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2ebceaaa-36e4-457a-b12f-dfdf75156205?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce9e7518-f0cf-4687-8291-b67806b00f3c", + "x-ms-correlation-request-id": "03702ab3-46e9-4f95-9e0f-e9f692f507c3", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "ce9e7518-f0cf-4687-8291-b67806b00f3c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091255Z:ce9e7518-f0cf-4687-8291-b67806b00f3c", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115554Z:03702ab3-46e9-4f95-9e0f-e9f692f507c3", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3f332f15-c649-4acd-8cec-aa1748977eb5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2ebceaaa-36e4-457a-b12f-dfdf75156205?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9cc4268a-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:13:25 GMT", + "Date": "Tue, 24 May 2022 11:56:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "016c97e0-ccf4-40da-988a-9f23650ad980", + "x-ms-correlation-request-id": "e87c6977-0c61-44fa-b551-e65807f642ef", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "3267f62d-625c-455a-8b6f-b81100726464", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091325Z:016c97e0-ccf4-40da-988a-9f23650ad980", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115625Z:e87c6977-0c61-44fa-b551-e65807f642ef", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3f332f15-c649-4acd-8cec-aa1748977eb5", - "name": "3f332f15-c649-4acd-8cec-aa1748977eb5", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2ebceaaa-36e4-457a-b12f-dfdf75156205", + "name": "2ebceaaa-36e4-457a-b12f-dfdf75156205", "status": "Succeeded", - "startTime": "2022-02-28T09:12:55.4977747Z", - "endTime": "2022-02-28T09:12:55.6012387Z", + "startTime": "2022-05-24T11:55:54.47565Z", + "endTime": "2022-05-24T11:55:54.522526Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -2404,77 +2326,81 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3f332f15-c649-4acd-8cec-aa1748977eb5?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2ebceaaa-36e4-457a-b12f-dfdf75156205?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9cc4268a-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "451", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:13:25 GMT", + "Date": "Tue, 24 May 2022 11:56:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c8f1c85-9e8f-469d-97ab-7251d6df1b11", + "x-ms-correlation-request-id": "4146ac22-c562-468a-98d9-08bff66bcf27", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "1643a2b1-0e33-483e-bb54-37af7bea65b3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091326Z:8c8f1c85-9e8f-469d-97ab-7251d6df1b11", + "x-ms-routing-request-id": "UAECENTRAL:20220524T115625Z:4146ac22-c562-468a-98d9-08bff66bcf27", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A12%3A55.4864874Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T11%3A55%3A54.4741329Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T08:56:09.8951085Z" + "CreatedOnDate": "2022-05-24T11:39:05.3545911Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T11:39:11.2657875Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T11:39:11.2657875Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b0a8a6bc-9876-11ec-af0a-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:13:27 GMT", + "Date": "Tue, 24 May 2022 11:56:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "672916e8-5c96-4515-8c57-af553cdfcd53", + "x-ms-correlation-request-id": "bc8a51a8-b88c-476c-b560-15ed1ee92ab8", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "672916e8-5c96-4515-8c57-af553cdfcd53", - "x-ms-routing-request-id": "WESTEUROPE:20220228T091328Z:672916e8-5c96-4515-8c57-af553cdfcd53" + "x-ms-routing-request-id": "UAECENTRAL:20220524T115628Z:bc8a51a8-b88c-476c-b560-15ed1ee92ab8" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_patch_volume.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_patch_volume.json index 1de0008d67b5..ddb9c632f3f3 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_patch_volume.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_patch_volume.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:30:43 GMT", + "Date": "Tue, 24 May 2022 12:28:04 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AmMhqcjPnNhOk3ob3vdLk6c; expires=Wed, 30-Mar-2022 10:30:43 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevr1O63pwScA5HJpqR1l3TVig9GgAjG8Cn6Hh0J-Vu7n6soSghWwBa6mUch-TgcTe342RWJ9V8mW3tijkmnZxxA8ZMLbXitxW1x_hBJlMJKbTm4YYmQ6eOXt-ddTAZInnRlv59FTDaEOiVLbVry4yyTnnRtF1IBDeLhR9xce4bykE8gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WEULR2 ProdSlices", - "x-ms-request-id": "33b72083-f118-43d7-a84c-77d335df5d00" + "x-ms-ests-server": "2.1.12794.5 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AmMhqcjPnNhOk3ob3vdLk6c; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:30:43 GMT", + "Date": "Tue, 24 May 2022 12:28:04 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AmMhqcjPnNhOk3ob3vdLk6c; expires=Wed, 30-Mar-2022 10:30:43 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "4dcc08d7-6624-4bf1-bab1-2002e7b78a00" + "x-ms-ests-server": "2.1.12794.4 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "71120b59-b89e-45da-a857-759ff94fc208", + "client-request-id": "14584303-90bd-4880-9a04-b9ae99794228", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AmMhqcjPnNhOk3ob3vdLk6c; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "71120b59-b89e-45da-a857-759ff94fc208", - "Content-Length": "1412", + "client-request-id": "14584303-90bd-4880-9a04-b9ae99794228", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:30:43 GMT", + "Date": "Tue, 24 May 2022 12:28:05 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AmMhqcjPnNhOk3ob3vdLk6f7QncyAQAAAFKbrtkOAAAA; expires=Wed, 30-Mar-2022 10:30:43 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WEULR1 ProdSlices", - "x-ms-request-id": "e2b52330-0cc9-482e-b188-654bee5d6800" + "x-ms-ests-server": "2.1.12794.5 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7b4539bc-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9ffb8454-f993-4830-9dda-eae54b060330?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a4f37026-9fc2-4799-b61b-4e342b66d1ff?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:30:48 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A30%3A47.7432599Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:28:21 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A28%3A19.9871606Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3e49832-6382-48e2-9e06-ffb26deddad2", + "x-ms-correlation-request-id": "1a74fd93-acb2-44d1-a240-951c8f2826b8", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d1681171-fc57-4a69-9095-6aad8aa3ec58", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103048Z:f3e49832-6382-48e2-9e06-ffb26deddad2", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122821Z:1a74fd93-acb2-44d1-a240-951c8f2826b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A30%3A47.7432599Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A28%3A19.9871606Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:30:45.2301518Z" + "CreatedOnDate": "2022-05-24T12:28:12.8186080Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:28:18.6784703Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:28:18.6784703Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9ffb8454-f993-4830-9dda-eae54b060330?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a4f37026-9fc2-4799-b61b-4e342b66d1ff?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7b4539bc-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:31:18 GMT", + "Date": "Tue, 24 May 2022 12:28:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6399225-35a1-4a49-b73a-f36978cde7ed", + "x-ms-correlation-request-id": "9c8bb79d-fb05-4e2b-aa3c-9c1f2c9458c1", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "ecd7b415-bb83-4fd1-a886-cb3e675e9832", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103118Z:e6399225-35a1-4a49-b73a-f36978cde7ed", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122852Z:9c8bb79d-fb05-4e2b-aa3c-9c1f2c9458c1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9ffb8454-f993-4830-9dda-eae54b060330", - "name": "9ffb8454-f993-4830-9dda-eae54b060330", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a4f37026-9fc2-4799-b61b-4e342b66d1ff", + "name": "a4f37026-9fc2-4799-b61b-4e342b66d1ff", "status": "Succeeded", - "startTime": "2022-02-28T10:30:47.7503488Z", - "endTime": "2022-02-28T10:30:47.8003972Z", + "startTime": "2022-05-24T12:28:19.9931816Z", + "endTime": "2022-05-24T12:28:20.0244324Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7b4539bc-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:31:18 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A30%3A47.7941952Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:28:54 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A28%3A20.0283419Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f79707ab-7592-4f88-8470-182b21ab7fb7", + "x-ms-correlation-request-id": "23930507-46ba-451c-9708-b1d7fdd242d1", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "23f02b07-9b78-4961-9c42-33b6f9fbc2f6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103119Z:f79707ab-7592-4f88-8470-182b21ab7fb7", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122855Z:23930507-46ba-451c-9708-b1d7fdd242d1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A30%3A47.7941952Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A28%3A20.0283419Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:30:45.2301518Z" + "CreatedOnDate": "2022-05-24T12:28:12.8186080Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:28:18.6784703Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:28:18.6784703Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "90e6431a-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/44c556ac-952f-4531-9a50-4dcd3dcb495b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e33de2f-1e47-4c39-a8c9-e5218a8e88de?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:31:21 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A31%3A20.7500341Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:29:02 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A29%3A00.2022561Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37e34c1e-d63d-44f1-8f6b-dfb224605049", + "x-ms-correlation-request-id": "7de38c85-78a8-40bc-b2ce-2c77830eb86c", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "16c59936-50d5-43b6-8273-ae80b7c941ef", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103121Z:37e34c1e-d63d-44f1-8f6b-dfb224605049", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122902Z:7de38c85-78a8-40bc-b2ce-2c77830eb86c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A31%3A20.7500341Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A29%3A00.2022561Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:31:19.4219289Z" + "CreatedOnDate": "2022-05-24T12:28:56.4679672Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:28:59.7720746Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:28:59.7720746Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/44c556ac-952f-4531-9a50-4dcd3dcb495b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e33de2f-1e47-4c39-a8c9-e5218a8e88de?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "90e6431a-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:31:51 GMT", + "Date": "Tue, 24 May 2022 12:29:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bffd1b4f-94e2-4d69-9da4-0424973e6031", + "x-ms-correlation-request-id": "8be5db25-5869-4ef0-8499-0275e2d9c3d4", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "48662696-e2ff-4598-8e55-3c53860bbf0e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103151Z:bffd1b4f-94e2-4d69-9da4-0424973e6031", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122932Z:8be5db25-5869-4ef0-8499-0275e2d9c3d4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/44c556ac-952f-4531-9a50-4dcd3dcb495b", - "name": "44c556ac-952f-4531-9a50-4dcd3dcb495b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e33de2f-1e47-4c39-a8c9-e5218a8e88de", + "name": "8e33de2f-1e47-4c39-a8c9-e5218a8e88de", "status": "Succeeded", - "startTime": "2022-02-28T10:31:20.8280654Z", - "endTime": "2022-02-28T10:31:21.1151623Z", + "startTime": "2022-05-24T12:29:00.2083145Z", + "endTime": "2022-05-24T12:29:00.8021371Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "90e6431a-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:31:51 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A31%3A21.1012638Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:29:32 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A29%3A00.7976889Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "791c7018-dcfc-449a-98c9-deb0fd088bc6", + "x-ms-correlation-request-id": "67304f2d-2b5b-44b0-9e35-39b3322f7554", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "12f6e9cf-10b9-437c-9622-a994c87f77be", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103152Z:791c7018-dcfc-449a-98c9-deb0fd088bc6", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122933Z:67304f2d-2b5b-44b0-9e35-39b3322f7554", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A31%3A21.1012638Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A29%3A00.7976889Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:31:19.4219289Z" + "CreatedOnDate": "2022-05-24T12:28:56.4679672Z" }, "properties": { - "poolId": "b376c7c7-c87c-90f7-ae84-3bdfa0ef4041", + "poolId": "df4df224-707e-8732-090c-5186da87c4c7", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:28:59.7720746Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:28:59.7720746Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:32:04 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A32%3A03.8469701Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:29:50 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A29%3A49.4987238Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0458055d-1103-4f51-9f29-9b6983b6be89", + "x-ms-correlation-request-id": "514d6684-e292-472c-8c33-b94c806871ec", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "4dd0743e-1c09-4598-bc67-d519bf7b2a00", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103204Z:0458055d-1103-4f51-9f29-9b6983b6be89", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122950Z:514d6684-e292-472c-8c33-b94c806871ec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A32%3A03.8469701Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A29%3A49.4987238Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:32:02.4029036Z" + "CreatedOnDate": "2022-05-24T12:29:44.6803050Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:29:46.9365926Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:29:46.9365926Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:32:33 GMT", + "Date": "Tue, 24 May 2022 12:30:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5ed62fe-8962-41f5-8edf-f62fba66d8e8", + "x-ms-correlation-request-id": "c07f1035-d7b4-4b1a-a869-66376743dba4", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "354486d6-716c-4b76-82b6-f34e3adf4255", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103234Z:b5ed62fe-8962-41f5-8edf-f62fba66d8e8", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123022Z:c07f1035-d7b4-4b1a-a869-66376743dba4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385", - "name": "4c70879e-9ca2-443d-9241-217ee75b3385", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b", + "name": "bd7a081b-b008-4d04-ae06-53d4e5c8061b", "status": "Creating", - "startTime": "2022-02-28T10:32:03.8578205Z", + "startTime": "2022-05-24T12:29:49.4980731Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:33:03 GMT", + "Date": "Tue, 24 May 2022 12:30:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ea9f141-5a15-4cc8-83a1-49d8930fe360", + "x-ms-correlation-request-id": "5bed2473-376e-4972-a7f5-d9d776b8c698", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "238fbed9-586b-4c1a-a235-a73b4fd03956", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103304Z:7ea9f141-5a15-4cc8-83a1-49d8930fe360", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123054Z:5bed2473-376e-4972-a7f5-d9d776b8c698", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385", - "name": "4c70879e-9ca2-443d-9241-217ee75b3385", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b", + "name": "bd7a081b-b008-4d04-ae06-53d4e5c8061b", "status": "Creating", - "startTime": "2022-02-28T10:32:03.8578205Z", + "startTime": "2022-05-24T12:29:49.4980731Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:33:35 GMT", + "Date": "Tue, 24 May 2022 12:31:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb03c001-08b8-4406-9a4b-16b3006609d8", + "x-ms-correlation-request-id": "48794099-a730-43cc-89a9-a2c4a8bf8bc9", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "5aa6f2e3-2b1c-4438-938c-80833d483012", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103335Z:fb03c001-08b8-4406-9a4b-16b3006609d8", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123124Z:48794099-a730-43cc-89a9-a2c4a8bf8bc9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385", - "name": "4c70879e-9ca2-443d-9241-217ee75b3385", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b", + "name": "bd7a081b-b008-4d04-ae06-53d4e5c8061b", "status": "Creating", - "startTime": "2022-02-28T10:32:03.8578205Z", + "startTime": "2022-05-24T12:29:49.4980731Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:34:05 GMT", + "Date": "Tue, 24 May 2022 12:31:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc5ba9c2-683e-4155-8342-32f644e665e5", + "x-ms-correlation-request-id": "349d0b98-1c5a-48d8-9486-afda66eb813c", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "26a89a48-fa7e-4e85-8c6a-0cfba7900208", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103405Z:cc5ba9c2-683e-4155-8342-32f644e665e5", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123155Z:349d0b98-1c5a-48d8-9486-afda66eb813c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385", - "name": "4c70879e-9ca2-443d-9241-217ee75b3385", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b", + "name": "bd7a081b-b008-4d04-ae06-53d4e5c8061b", "status": "Creating", - "startTime": "2022-02-28T10:32:03.8578205Z", + "startTime": "2022-05-24T12:29:49.4980731Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:34:35 GMT", + "Date": "Tue, 24 May 2022 12:32:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a322799f-b213-423f-912d-aa914c66a0b2", + "x-ms-correlation-request-id": "c1781f19-403a-43cf-8613-5adc0bc4a548", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "27e2f353-696d-4e2d-9228-eacb814d5ed6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103435Z:a322799f-b213-423f-912d-aa914c66a0b2", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123225Z:c1781f19-403a-43cf-8613-5adc0bc4a548", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385", - "name": "4c70879e-9ca2-443d-9241-217ee75b3385", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b", + "name": "bd7a081b-b008-4d04-ae06-53d4e5c8061b", "status": "Creating", - "startTime": "2022-02-28T10:32:03.8578205Z", + "startTime": "2022-05-24T12:29:49.4980731Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:35:05 GMT", + "Date": "Tue, 24 May 2022 12:32:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "982f033c-a6c4-4210-b2ae-ed578ab4e8d4", + "x-ms-correlation-request-id": "d63bf433-e49e-411a-bc75-c8fa37f41b16", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "41266842-8b2e-4925-8d27-4a21ff43bcf9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103505Z:982f033c-a6c4-4210-b2ae-ed578ab4e8d4", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123257Z:d63bf433-e49e-411a-bc75-c8fa37f41b16", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385", - "name": "4c70879e-9ca2-443d-9241-217ee75b3385", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b", + "name": "bd7a081b-b008-4d04-ae06-53d4e5c8061b", "status": "Creating", - "startTime": "2022-02-28T10:32:03.8578205Z", + "startTime": "2022-05-24T12:29:49.4980731Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:35:35 GMT", + "Date": "Tue, 24 May 2022 12:33:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f841961a-e3eb-4fdd-89ea-f26973e2cff2", + "x-ms-correlation-request-id": "4c275045-9c87-4140-aa9c-a3f4f2202881", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "4573629e-5768-45ab-a32e-6b86c54c4a31", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103535Z:f841961a-e3eb-4fdd-89ea-f26973e2cff2", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123327Z:4c275045-9c87-4140-aa9c-a3f4f2202881", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385", - "name": "4c70879e-9ca2-443d-9241-217ee75b3385", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b", + "name": "bd7a081b-b008-4d04-ae06-53d4e5c8061b", "status": "Creating", - "startTime": "2022-02-28T10:32:03.8578205Z", + "startTime": "2022-05-24T12:29:49.4980731Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:36:05 GMT", + "Date": "Tue, 24 May 2022 12:33:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,104 +946,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30bc0760-ac8c-40a7-ab1c-be94984890b1", + "x-ms-correlation-request-id": "d85e411a-7a5c-4bab-a968-78e3121b582c", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "c4a3c4ef-d6a3-4b18-bcbe-eb1d971161e2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103606Z:30bc0760-ac8c-40a7-ab1c-be94984890b1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385", - "name": "4c70879e-9ca2-443d-9241-217ee75b3385", - "status": "Creating", - "startTime": "2022-02-28T10:32:03.8578205Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:36:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c7b1b1f-0043-4c8f-a9fc-c4678b85f701", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "b8c2c0b3-46b8-4cc0-ba4c-2d6836dd0f15", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103636Z:8c7b1b1f-0043-4c8f-a9fc-c4678b85f701", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385", - "name": "4c70879e-9ca2-443d-9241-217ee75b3385", - "status": "Creating", - "startTime": "2022-02-28T10:32:03.8578205Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:37:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02790e8c-0582-424c-aa40-9bf7836eb6cf", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "c5bfd6c9-0843-4b2f-bd85-47cf47c0bf5b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103706Z:02790e8c-0582-424c-aa40-9bf7836eb6cf", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123358Z:d85e411a-7a5c-4bab-a968-78e3121b582c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4c70879e-9ca2-443d-9241-217ee75b3385", - "name": "4c70879e-9ca2-443d-9241-217ee75b3385", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd7a081b-b008-4d04-ae06-53d4e5c8061b", + "name": "bd7a081b-b008-4d04-ae06-53d4e5c8061b", "status": "Succeeded", - "startTime": "2022-02-28T10:32:03.8578205Z", - "endTime": "2022-02-28T10:36:44.6377452Z", + "startTime": "2022-05-24T12:29:49.4980731Z", + "endTime": "2022-05-24T12:33:52.4814456Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1051,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa8a8db2-9881-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1067,8 +978,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:37:06 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A36%3A44.6304474Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:33:58 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A33%3A52.4826593Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1076,23 +987,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bbb04ff-c0ca-43e7-890c-c62d4b5d7eb0", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "fcbdf9e5-8c5c-46eb-996f-16e47bd94991", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103706Z:0bbb04ff-c0ca-43e7-890c-c62d4b5d7eb0", + "x-ms-correlation-request-id": "51803fb1-38c7-434f-9cbc-082bf878f998", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123359Z:51803fb1-38c7-434f-9cbc-082bf878f998", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A36%3A44.6304474Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A33%3A52.4826593Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:32:02.4029036Z" + "CreatedOnDate": "2022-05-24T12:29:44.6803050Z" }, "properties": { - "fileSystemId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", + "fileSystemId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1120,10 +1030,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e17562a0", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_deb6c3c0", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1135,12 +1045,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", - "fileSystemId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", + "mountTargetId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", + "fileSystemId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1149,28 +1059,34 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:29:46.9365926Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:29:46.9365926Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "190", + "Content-Length": "166", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6035b45c-9882-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "properties": { "serviceLevel": "Premium", "usageThreshold": 214748364800, - "throughputMibps": 0.0, "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0 @@ -1178,36 +1094,35 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e107bbfd-40e5-4f28-ba29-d8e2d90f1674?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c39b414a-7286-4a0c-994a-1ffefc5ca542?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "2067", + "Content-Length": "2386", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:37:07 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A37%3A07.3665269Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:33:59 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A34%3A00.0282896Z\u0027\u0022", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e107bbfd-40e5-4f28-ba29-d8e2d90f1674?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c39b414a-7286-4a0c-994a-1ffefc5ca542?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb284242-20dc-4c4b-86e9-d48c176cd6e7", + "x-ms-correlation-request-id": "939e1de2-2a79-4642-90ad-ecea2f297cc5", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "ecf9014f-ab0c-41cf-aa82-6ecd68638f10", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103707Z:eb284242-20dc-4c4b-86e9-d48c176cd6e7", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123400Z:939e1de2-2a79-4642-90ad-ecea2f297cc5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A37%3A07.3665269Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A34%3A00.0282896Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:32:02.4029036Z" + "CreatedOnDate": "2022-05-24T12:29:44.6803050Z" }, "properties": { "provisioningState": "Patching", - "fileSystemId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", + "fileSystemId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1235,10 +1150,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e17562a0", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_deb6c3c0", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1250,12 +1165,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", - "fileSystemId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", + "mountTargetId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", + "fileSystemId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1263,20 +1178,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:29:46.9365926Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:29:46.9365926Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e107bbfd-40e5-4f28-ba29-d8e2d90f1674?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c39b414a-7286-4a0c-994a-1ffefc5ca542?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6035b45c-9882-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1284,7 +1206,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:37:37 GMT", + "Date": "Tue, 24 May 2022 12:34:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1292,18 +1214,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc80d0ac-29df-4bd4-b25f-71d11a6712d0", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "be6711ec-3602-4f7a-9a9e-f26868646f61", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103737Z:dc80d0ac-29df-4bd4-b25f-71d11a6712d0", + "x-ms-correlation-request-id": "59f09cf2-fed9-41ee-a6ce-89cc83488562", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123430Z:59f09cf2-fed9-41ee-a6ce-89cc83488562", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e107bbfd-40e5-4f28-ba29-d8e2d90f1674", - "name": "e107bbfd-40e5-4f28-ba29-d8e2d90f1674", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c39b414a-7286-4a0c-994a-1ffefc5ca542", + "name": "c39b414a-7286-4a0c-994a-1ffefc5ca542", "status": "Succeeded", - "startTime": "2022-02-28T10:37:07.3780532Z", - "endTime": "2022-02-28T10:37:24.1941571Z", + "startTime": "2022-05-24T12:34:00.0262311Z", + "endTime": "2022-05-24T12:34:19.409588Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1311,15 +1232,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e107bbfd-40e5-4f28-ba29-d8e2d90f1674?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c39b414a-7286-4a0c-994a-1ffefc5ca542?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6035b45c-9882-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1327,7 +1246,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:37:37 GMT", + "Date": "Tue, 24 May 2022 12:34:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1335,27 +1254,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba0a55d2-9b52-4457-b01e-f1619039f63b", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "bbf57f54-9579-40f6-9731-c0919fcc8e7d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103737Z:ba0a55d2-9b52-4457-b01e-f1619039f63b", + "x-ms-correlation-request-id": "0419f5a1-af27-4a62-955c-aef93ec4e515", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123432Z:0419f5a1-af27-4a62-955c-aef93ec4e515", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A37%3A24.1820073Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A34%3A19.4130646Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:37:07.0787480Z" + "CreatedOnDate": "2022-05-24T12:33:59.6096101Z" }, "properties": { - "provisioningState": "Succeeded", - "fileSystemId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", + "fileSystemId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 214748364800, "usedBytes": 0, "exportPolicy": { @@ -1383,19 +1300,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e17562a0", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_deb6c3c0", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "b376c7c7-c87c-90f7-ae84-3bdfa0ef4041", + "poolId": "df4df224-707e-8732-090c-5186da87c4c7", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", - "fileSystemId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", + "mountTargetId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", + "fileSystemId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", "startIp": "", "endIp": "", "gateway": "", @@ -1404,7 +1321,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 12.8, + "throughputMibps": 12.5, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1418,53 +1335,60 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:29:46.9365926Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:33:59.8617453Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72a12eb4-9882-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c5744d15-6867-43fc-a033-b12d5c633774?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2c7e8cf3-d652-4744-a39e-02d17fa8e440?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 10:37:38 GMT", + "Date": "Tue, 24 May 2022 12:34:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c5744d15-6867-43fc-a033-b12d5c633774?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2c7e8cf3-d652-4744-a39e-02d17fa8e440?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f3282fd-ef50-47ad-91bd-f54bcb1a58a7", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "3f3282fd-ef50-47ad-91bd-f54bcb1a58a7", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103738Z:3f3282fd-ef50-47ad-91bd-f54bcb1a58a7", + "x-ms-correlation-request-id": "cf20a349-cf97-44de-a81d-ac918b5f4ef3", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123433Z:cf20a349-cf97-44de-a81d-ac918b5f4ef3", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c5744d15-6867-43fc-a033-b12d5c633774?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2c7e8cf3-d652-4744-a39e-02d17fa8e440?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72a12eb4-9882-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1472,7 +1396,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:38:08 GMT", + "Date": "Tue, 24 May 2022 12:35:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1480,60 +1404,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10bbf5c4-625e-4e91-9a1c-4b31bae8bc45", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "958d2a12-6a8a-49e2-80ac-24a7eb2b3e4f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103808Z:10bbf5c4-625e-4e91-9a1c-4b31bae8bc45", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c5744d15-6867-43fc-a033-b12d5c633774", - "name": "c5744d15-6867-43fc-a033-b12d5c633774", - "status": "Deleting", - "startTime": "2022-02-28T10:37:38.2784495Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c5744d15-6867-43fc-a033-b12d5c633774?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72a12eb4-9882-11ec-a029-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:38:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e879444-3231-48ef-80c7-746c6106540a", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "c814d3fd-aac9-4c5a-936d-028e741b2b16", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103838Z:5e879444-3231-48ef-80c7-746c6106540a", + "x-ms-correlation-request-id": "e80bb715-5199-4d86-bba9-f703891c4a4d", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123504Z:e80bb715-5199-4d86-bba9-f703891c4a4d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c5744d15-6867-43fc-a033-b12d5c633774", - "name": "c5744d15-6867-43fc-a033-b12d5c633774", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2c7e8cf3-d652-4744-a39e-02d17fa8e440", + "name": "2c7e8cf3-d652-4744-a39e-02d17fa8e440", "status": "Deleting", - "startTime": "2022-02-28T10:37:38.2784495Z", + "startTime": "2022-05-24T12:34:33.3781503Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1542,15 +1422,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c5744d15-6867-43fc-a033-b12d5c633774?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2c7e8cf3-d652-4744-a39e-02d17fa8e440?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72a12eb4-9882-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1558,7 +1436,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:39:08 GMT", + "Date": "Tue, 24 May 2022 12:35:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1566,18 +1444,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0acbe073-32ae-442d-b590-24668f4e8b0b", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "06e4e690-5590-42fb-a12b-3af9be94aa8c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103908Z:0acbe073-32ae-442d-b590-24668f4e8b0b", + "x-ms-correlation-request-id": "1c1130f0-d2c9-43df-bf64-c9e3b4dcfc0a", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123535Z:1c1130f0-d2c9-43df-bf64-c9e3b4dcfc0a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c5744d15-6867-43fc-a033-b12d5c633774", - "name": "c5744d15-6867-43fc-a033-b12d5c633774", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2c7e8cf3-d652-4744-a39e-02d17fa8e440", + "name": "2c7e8cf3-d652-4744-a39e-02d17fa8e440", "status": "Succeeded", - "startTime": "2022-02-28T10:37:38.2784495Z", - "endTime": "2022-02-28T10:39:06.2910077Z", + "startTime": "2022-05-24T12:34:33.3781503Z", + "endTime": "2022-05-24T12:35:23.3870364Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1585,15 +1462,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c5744d15-6867-43fc-a033-b12d5c633774?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/2c7e8cf3-d652-4744-a39e-02d17fa8e440?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72a12eb4-9882-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1601,7 +1476,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:39:08 GMT", + "Date": "Tue, 24 May 2022 12:35:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1609,27 +1484,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8325f2a2-781e-4a94-aa93-59dccbe5cc4e", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "4218ce04-8cae-441a-ba9e-a0667e3b523e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T103909Z:8325f2a2-781e-4a94-aa93-59dccbe5cc4e", + "x-ms-correlation-request-id": "f5b862ad-d38a-4500-b745-43d86e64ed5b", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123536Z:f5b862ad-d38a-4500-b745-43d86e64ed5b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A37%3A38.2580366Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A35%3A14.2253266Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:37:07.0787480Z" + "CreatedOnDate": "2022-05-24T12:33:59.6096101Z" }, "properties": { - "provisioningState": "Deleting", - "fileSystemId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", + "fileSystemId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 214748364800, "usedBytes": 0, "exportPolicy": { @@ -1657,19 +1530,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e17562a0", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_deb6c3c0", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "b376c7c7-c87c-90f7-ae84-3bdfa0ef4041", + "poolId": "df4df224-707e-8732-090c-5186da87c4c7", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", - "fileSystemId": "e8bb1662-8d80-af68-786c-70ddc2d15e9f", + "mountTargetId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", + "fileSystemId": "9d362b9b-a354-878d-f5bd-ebfda68e52ff", "startIp": "", "endIp": "", "gateway": "", @@ -1678,7 +1551,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 12.8, + "throughputMibps": 12.5, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1692,36 +1565,45 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:29:46.9365926Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:33:59.8617453Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "203f7aee-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:42:30 GMT", + "Date": "Tue, 24 May 2022 12:39:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a85a51c2-a936-460c-b7ed-1ed32836189c", + "x-ms-correlation-request-id": "d92063f5-f447-44d7-8a2b-d1ae3f0b5bf6", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "a85a51c2-a936-460c-b7ed-1ed32836189c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104230Z:a85a51c2-a936-460c-b7ed-1ed32836189c" + "x-ms-routing-request-id": "UAECENTRAL:20220524T123903Z:d92063f5-f447-44d7-8a2b-d1ae3f0b5bf6" }, "ResponseBody": { "error": { @@ -1731,48 +1613,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "26fb7e0a-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1866ca0-7417-4f33-ac66-d586f7326e7f?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e1271b48-cadb-4d77-b811-80cb7369e7b3?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 10:42:42 GMT", + "Date": "Tue, 24 May 2022 12:39:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1866ca0-7417-4f33-ac66-d586f7326e7f?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e1271b48-cadb-4d77-b811-80cb7369e7b3?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73a63448-9d76-4e09-88b0-1e99b3e42b45", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "73a63448-9d76-4e09-88b0-1e99b3e42b45", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104242Z:73a63448-9d76-4e09-88b0-1e99b3e42b45", + "x-ms-correlation-request-id": "928eebf1-13c9-409e-8868-219b7a9e6ff3", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123917Z:928eebf1-13c9-409e-8868-219b7a9e6ff3", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1866ca0-7417-4f33-ac66-d586f7326e7f?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e1271b48-cadb-4d77-b811-80cb7369e7b3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "26fb7e0a-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1780,7 +1657,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:43:12 GMT", + "Date": "Tue, 24 May 2022 12:39:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1788,18 +1665,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba9af397-ad5b-412b-9b35-d97b3a58e0a9", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "6a340067-3263-457e-9d16-0b5047cd4134", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104312Z:ba9af397-ad5b-412b-9b35-d97b3a58e0a9", + "x-ms-correlation-request-id": "c64594ab-e1b1-4261-8458-c9d482786989", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123948Z:c64594ab-e1b1-4261-8458-c9d482786989", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1866ca0-7417-4f33-ac66-d586f7326e7f", - "name": "c1866ca0-7417-4f33-ac66-d586f7326e7f", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e1271b48-cadb-4d77-b811-80cb7369e7b3", + "name": "e1271b48-cadb-4d77-b811-80cb7369e7b3", "status": "Succeeded", - "startTime": "2022-02-28T10:42:42.5917905Z", - "endTime": "2022-02-28T10:42:42.9575932Z", + "startTime": "2022-05-24T12:39:17.4020424Z", + "endTime": "2022-05-24T12:39:20.8395735Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -1807,15 +1683,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1866ca0-7417-4f33-ac66-d586f7326e7f?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e1271b48-cadb-4d77-b811-80cb7369e7b3?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "26fb7e0a-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1823,7 +1697,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:43:12 GMT", + "Date": "Tue, 24 May 2022 12:39:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1831,172 +1705,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c74afcc2-a6b5-4809-ad99-621522b0f305", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "e5903515-140e-4e6f-a737-b4f7b05259e6", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104313Z:c74afcc2-a6b5-4809-ad99-621522b0f305", + "x-ms-correlation-request-id": "d938fea5-73d8-4a88-b0d1-16e15f6e2e43", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123948Z:d938fea5-73d8-4a88-b0d1-16e15f6e2e43", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A42%3A42.5814168Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A39%3A17.3985615Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:31:19.4219289Z" + "CreatedOnDate": "2022-05-24T12:28:56.4679672Z" }, "properties": { - "poolId": "b376c7c7-c87c-90f7-ae84-3bdfa0ef4041", + "poolId": "df4df224-707e-8732-090c-5186da87c4c7", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:28:59.7720746Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:28:59.7720746Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "406f0ed8-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 10:43:23 GMT", + "Date": "Tue, 24 May 2022 12:39:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02023302-ebc8-4ff2-b44e-328b146090e2", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "02023302-ebc8-4ff2-b44e-328b146090e2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104323Z:02023302-ebc8-4ff2-b44e-328b146090e2" + "x-ms-correlation-request-id": "a741eb73-a32f-49fd-8250-dd732ad55acc", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "UAECENTRAL:20220524T123959Z:a741eb73-a32f-49fd-8250-dd732ad55acc" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4684e252-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 10:43:33 GMT", + "Date": "Tue, 24 May 2022 12:40:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a72f05a-0c73-4276-b782-08984d920c53", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "4a72f05a-0c73-4276-b782-08984d920c53", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104334Z:4a72f05a-0c73-4276-b782-08984d920c53" + "x-ms-correlation-request-id": "8a95266d-7206-454e-82fd-8c9e2ed6755d", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124010Z:8a95266d-7206-454e-82fd-8c9e2ed6755d" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4ce910aa-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 10:43:43 GMT", + "Date": "Tue, 24 May 2022 12:40:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89491804-e363-4844-9fe5-7a845653ebba", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "89491804-e363-4844-9fe5-7a845653ebba", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104344Z:89491804-e363-4844-9fe5-7a845653ebba" + "x-ms-correlation-request-id": "f34d1c15-2172-4d8c-87ac-1fc66a885399", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124020Z:f34d1c15-2172-4d8c-87ac-1fc66a885399" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "52fde8a8-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 10:43:53 GMT", + "Date": "Tue, 24 May 2022 12:40:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75daa8bd-a286-4949-a903-227ebe71489f", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "75daa8bd-a286-4949-a903-227ebe71489f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104354Z:75daa8bd-a286-4949-a903-227ebe71489f" + "x-ms-correlation-request-id": "674474d1-bee3-4503-b936-82eaf7e7f178", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124032Z:674474d1-bee3-4503-b936-82eaf7e7f178" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "59148184-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:44:04 GMT", + "Date": "Tue, 24 May 2022 12:40:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e16fb73a-781c-470b-a8ae-24c9e6b7c325", + "x-ms-correlation-request-id": "9c3d8427-6054-4dcb-815d-8c49d8a468d4", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "e16fb73a-781c-470b-a8ae-24c9e6b7c325", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104404Z:e16fb73a-781c-470b-a8ae-24c9e6b7c325" + "x-ms-routing-request-id": "UAECENTRAL:20220524T124042Z:9c3d8427-6054-4dcb-815d-8c49d8a468d4" }, "ResponseBody": { "error": { @@ -2006,48 +1873,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5939822c-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69e5f89d-b60d-4493-a5d8-8c4ffc5e4a33?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/92b93a90-8961-4575-80b1-bba9135190a6?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 10:44:05 GMT", + "Date": "Tue, 24 May 2022 12:40:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69e5f89d-b60d-4493-a5d8-8c4ffc5e4a33?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/92b93a90-8961-4575-80b1-bba9135190a6?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f8c708f-2b13-4059-b609-e147daac8c2d", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "6f8c708f-2b13-4059-b609-e147daac8c2d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104405Z:6f8c708f-2b13-4059-b609-e147daac8c2d", + "x-ms-correlation-request-id": "0bd36b90-2d2f-4e0f-8b6e-857340c3a0a5", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124044Z:0bd36b90-2d2f-4e0f-8b6e-857340c3a0a5", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69e5f89d-b60d-4493-a5d8-8c4ffc5e4a33?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/92b93a90-8961-4575-80b1-bba9135190a6?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5939822c-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2055,7 +1917,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:44:34 GMT", + "Date": "Tue, 24 May 2022 12:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2063,18 +1925,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bef3fba4-ffea-4a54-9768-887c41d1dbb3", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "500400d7-7474-432e-ad18-0fd6ee09c0b1", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104435Z:bef3fba4-ffea-4a54-9768-887c41d1dbb3", + "x-ms-correlation-request-id": "5e9c774c-e233-4fbe-8eb3-b092ffb19db5", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124115Z:5e9c774c-e233-4fbe-8eb3-b092ffb19db5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69e5f89d-b60d-4493-a5d8-8c4ffc5e4a33", - "name": "69e5f89d-b60d-4493-a5d8-8c4ffc5e4a33", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/92b93a90-8961-4575-80b1-bba9135190a6", + "name": "92b93a90-8961-4575-80b1-bba9135190a6", "status": "Succeeded", - "startTime": "2022-02-28T10:44:05.5514768Z", - "endTime": "2022-02-28T10:44:05.6164772Z", + "startTime": "2022-05-24T12:40:44.7160316Z", + "endTime": "2022-05-24T12:40:44.7629011Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -2082,15 +1943,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/69e5f89d-b60d-4493-a5d8-8c4ffc5e4a33?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/92b93a90-8961-4575-80b1-bba9135190a6?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5939822c-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2098,7 +1957,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:44:35 GMT", + "Date": "Tue, 24 May 2022 12:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2106,55 +1965,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95b69bee-34ef-4c6b-a26a-463de06cc50c", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "45e00924-2379-446e-b01d-47a5b2790362", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104435Z:95b69bee-34ef-4c6b-a26a-463de06cc50c", + "x-ms-correlation-request-id": "88aee575-d29a-4874-bc35-4f4ffcedaae3", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124115Z:88aee575-d29a-4874-bc35-4f4ffcedaae3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A44%3A05.5353035Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A40%3A44.7210212Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:30:45.2301518Z" + "CreatedOnDate": "2022-05-24T12:28:12.8186080Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:28:18.6784703Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:28:18.6784703Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6d1596c8-9883-11ec-a029-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:44:37 GMT", + "Date": "Tue, 24 May 2022 12:41:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b541eb1-fc18-4a6f-a690-ef0b46dc9c87", + "x-ms-correlation-request-id": "9512a2ee-3c11-479e-a557-39a1de4f8df1", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "4b541eb1-fc18-4a6f-a690-ef0b46dc9c87", - "x-ms-routing-request-id": "WESTEUROPE:20220228T104438Z:4b541eb1-fc18-4a6f-a690-ef0b46dc9c87" + "x-ms-routing-request-id": "UAECENTRAL:20220524T124118Z:9512a2ee-3c11-479e-a557-39a1de4f8df1" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_pool_change.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_pool_change.json index 179a6e20550e..abe0ef6cb871 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_pool_change.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_pool_change.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:55:32 GMT", + "Date": "Tue, 24 May 2022 12:42:30 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Aj9TkpXqZblFnXSiM5dVOqE; expires=Wed, 30-Mar-2022 10:55:32 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrjUAmZkxYjDkd0H91OwvAk5eKF5pkK_SJicwezdlf-jNXjl40W9apGqrX4OOYELkKfrPauqEtXOcQ9bGNi1g5tZ8MkboG7Azi2p1NnTnYf8UwxSxkfC-vFNpShy42N4ix10PZdKzk9wnCUGoW_10iuuTqz0TfneGnu0Vqu-iGvAwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - WEULR1 ProdSlices", - "x-ms-request-id": "811df6fc-6ce9-4e9e-92ca-75ddf5246500" + "x-ms-ests-server": "2.1.12794.5 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=Aj9TkpXqZblFnXSiM5dVOqE; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:55:32 GMT", + "Date": "Tue, 24 May 2022 12:42:30 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=Aj9TkpXqZblFnXSiM5dVOqE; expires=Wed, 30-Mar-2022 10:55:32 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR1 ProdSlices", - "x-ms-request-id": "d7509ddb-70af-4b55-8c30-9574fee84200" + "x-ms-ests-server": "2.1.12744.11 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "ccf62cfc-64e1-4755-aa6b-eb73bbe1a22c", + "client-request-id": "47cad4aa-3eb2-476f-968b-81544fb8b456", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=Aj9TkpXqZblFnXSiM5dVOqE; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "ccf62cfc-64e1-4755-aa6b-eb73bbe1a22c", - "Content-Length": "1412", + "client-request-id": "47cad4aa-3eb2-476f-968b-81544fb8b456", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:55:32 GMT", + "Date": "Tue, 24 May 2022 12:42:30 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=Aj9TkpXqZblFnXSiM5dVOqH7QncyAQAAACOhrtkOAAAA; expires=Wed, 30-Mar-2022 10:55:32 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - NEULR2 ProdSlices", - "x-ms-request-id": "12cac625-322a-4987-8c42-c26b5aec5f00" + "x-ms-ests-server": "2.1.12794.5 - WEULR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f295d2bc-9884-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e548a310-3496-405e-aa64-c41f11f48a61?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/74a43ce9-d4d2-4f01-b61b-76fc59c0aa38?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:55:38 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A55%3A38.2611566Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:42:45 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A42%3A44.2143537Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd5aeaa8-7a88-4f55-aac5-03640b5a7798", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "c4835bb0-2e3f-4a12-b2fa-bfcbf011b031", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105539Z:dd5aeaa8-7a88-4f55-aac5-03640b5a7798", + "x-ms-correlation-request-id": "058e441d-efa0-4456-810f-54edb36bf477", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124246Z:058e441d-efa0-4456-810f-54edb36bf477", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A55%3A38.2611566Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A42%3A44.2143537Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:55:35.5619938Z" + "CreatedOnDate": "2022-05-24T12:42:37.7651085Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:42:42.8689412Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:42:42.8689412Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e548a310-3496-405e-aa64-c41f11f48a61?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/74a43ce9-d4d2-4f01-b61b-76fc59c0aa38?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f295d2bc-9884-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:56:08 GMT", + "Date": "Tue, 24 May 2022 12:43:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "059fb128-c290-411c-9bd4-e8ba351f7c5d", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "540740e7-919b-45cc-a8e4-8ce5554c961a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105609Z:059fb128-c290-411c-9bd4-e8ba351f7c5d", + "x-ms-correlation-request-id": "30657601-cb67-40aa-bb4a-539699f5d98e", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124317Z:30657601-cb67-40aa-bb4a-539699f5d98e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e548a310-3496-405e-aa64-c41f11f48a61", - "name": "e548a310-3496-405e-aa64-c41f11f48a61", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/74a43ce9-d4d2-4f01-b61b-76fc59c0aa38", + "name": "74a43ce9-d4d2-4f01-b61b-76fc59c0aa38", "status": "Succeeded", - "startTime": "2022-02-28T10:55:38.2664675Z", - "endTime": "2022-02-28T10:55:38.3231319Z", + "startTime": "2022-05-24T12:42:44.209569Z", + "endTime": "2022-05-24T12:42:44.2408167Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f295d2bc-9884-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:56:08 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A55%3A38.3159934Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:43:23 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A42%3A44.2448438Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3a0d914-02bd-4fa6-aba3-9a92642a83a3", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "48e95304-f752-4289-bc05-dd65fa85cdd2", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105609Z:e3a0d914-02bd-4fa6-aba3-9a92642a83a3", + "x-ms-correlation-request-id": "cb194f88-f6c8-4e13-9d30-a9829797ae26", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124323Z:cb194f88-f6c8-4e13-9d30-a9829797ae26", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A55%3A38.3159934Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A42%3A44.2448438Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:55:35.5619938Z" + "CreatedOnDate": "2022-05-24T12:42:37.7651085Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:42:42.8689412Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:42:42.8689412Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "09439cc4-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/461e6dd1-5050-4a1e-a692-a0df309f5858?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7f7d6304-d62a-408b-b9b8-02b076f64a14?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:56:11 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A56%3A10.8169383Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:43:38 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A43%3A34.3632907Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c922a0e-579f-4022-9b29-9c69ce86bd54", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "bd977578-6111-45aa-8864-40819fe0731c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105611Z:6c922a0e-579f-4022-9b29-9c69ce86bd54", + "x-ms-correlation-request-id": "779e9173-8d64-4dce-bc33-aea2aacc152b", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124338Z:779e9173-8d64-4dce-bc33-aea2aacc152b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A56%3A10.8169383Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A43%3A34.3632907Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:56:09.8100419Z" + "CreatedOnDate": "2022-05-24T12:43:30.9753394Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:43:33.9020506Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:43:33.9020506Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/461e6dd1-5050-4a1e-a692-a0df309f5858?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7f7d6304-d62a-408b-b9b8-02b076f64a14?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "09439cc4-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:56:41 GMT", + "Date": "Tue, 24 May 2022 12:44:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "577192df-2b4a-470f-a9b7-5375732e7e22", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "2acc8703-5f61-4414-ad70-6bf4eacfef1c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105641Z:577192df-2b4a-470f-a9b7-5375732e7e22", + "x-ms-correlation-request-id": "8a8651f4-9e11-4321-8fe8-4fdecf68b617", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124414Z:8a8651f4-9e11-4321-8fe8-4fdecf68b617", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/461e6dd1-5050-4a1e-a692-a0df309f5858", - "name": "461e6dd1-5050-4a1e-a692-a0df309f5858", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/7f7d6304-d62a-408b-b9b8-02b076f64a14", + "name": "7f7d6304-d62a-408b-b9b8-02b076f64a14", "status": "Succeeded", - "startTime": "2022-02-28T10:56:10.822553Z", - "endTime": "2022-02-28T10:56:11.1022501Z", + "startTime": "2022-05-24T12:43:34.3578003Z", + "endTime": "2022-05-24T12:43:35.0772176Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "09439cc4-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:56:41 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A56%3A11.0933964Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:44:16 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A43%3A35.0794024Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebba42b3-8695-4c11-84e7-adbf03303b04", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "bd8db96a-469f-44ed-9f89-8ead89f3a07a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105642Z:ebba42b3-8695-4c11-84e7-adbf03303b04", + "x-ms-correlation-request-id": "83bde29b-d0a5-4dbc-8270-a5d1326292da", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124416Z:83bde29b-d0a5-4dbc-8270-a5d1326292da", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A56%3A11.0933964Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A43%3A35.0794024Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:56:09.8100419Z" + "CreatedOnDate": "2022-05-24T12:43:30.9753394Z" }, "properties": { - "poolId": "8da0c4f4-caca-cd75-ed47-eddb3e8e00be", + "poolId": "0334d5de-459d-4e1e-2d1a-e2aa24fdb23f", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:43:33.9020506Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:43:33.9020506Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:56:54 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T10%3A56%3A53.8548585Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:44:36 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A44%3A35.8542058Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f03f21e7-37ae-411b-af5a-9c3d6c64269b", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "cd05a0bf-d54a-4cd5-8fcc-19b53aed3c98", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105654Z:f03f21e7-37ae-411b-af5a-9c3d6c64269b", + "x-ms-correlation-request-id": "2ff60475-61f7-41ec-8000-55f4a6c4260d", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124437Z:2ff60475-61f7-41ec-8000-55f4a6c4260d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A56%3A53.8548585Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A44%3A35.8542058Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:56:52.2811889Z" + "CreatedOnDate": "2022-05-24T12:44:29.9578035Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,19 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:44:33.3578932Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:44:33.3578932Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -637,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:57:24 GMT", + "Date": "Tue, 24 May 2022 12:45:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -645,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93a171c0-9ef7-4c81-9d2e-623077539414", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "79c46415-d611-48aa-980a-f051330c4cfa", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105724Z:93a171c0-9ef7-4c81-9d2e-623077539414", + "x-ms-correlation-request-id": "d80f5920-cf8f-446b-9cab-0fbf31772171", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124508Z:d80f5920-cf8f-446b-9cab-0fbf31772171", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8", - "name": "75fb2075-f30d-43d1-864e-2660beaab2d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "name": "fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", "status": "Creating", - "startTime": "2022-02-28T10:56:53.8614141Z", + "startTime": "2022-05-24T12:44:35.8478965Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -664,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:57:54 GMT", + "Date": "Tue, 24 May 2022 12:45:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9781136e-362a-4881-8ff2-614fc7f0341a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "a928142a-4ac7-48f4-ad7d-3580ec61c4cd", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105755Z:9781136e-362a-4881-8ff2-614fc7f0341a", + "x-ms-correlation-request-id": "97ed19f8-fecf-4dd0-819e-2b7876d4f7f8", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124538Z:97ed19f8-fecf-4dd0-819e-2b7876d4f7f8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8", - "name": "75fb2075-f30d-43d1-864e-2660beaab2d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "name": "fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", "status": "Creating", - "startTime": "2022-02-28T10:56:53.8614141Z", + "startTime": "2022-05-24T12:44:35.8478965Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:58:24 GMT", + "Date": "Tue, 24 May 2022 12:46:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "856d8116-7e18-4a1f-b207-90f55f4e7e69", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "ba3919ee-3801-48e3-8c5a-8cbeb7edd461", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105825Z:856d8116-7e18-4a1f-b207-90f55f4e7e69", + "x-ms-correlation-request-id": "4f61cd4a-ba50-464f-80a7-5d489d584212", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124610Z:4f61cd4a-ba50-464f-80a7-5d489d584212", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8", - "name": "75fb2075-f30d-43d1-864e-2660beaab2d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "name": "fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", "status": "Creating", - "startTime": "2022-02-28T10:56:53.8614141Z", + "startTime": "2022-05-24T12:44:35.8478965Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:58:55 GMT", + "Date": "Tue, 24 May 2022 12:46:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99fe921d-9e2e-4ece-a5fb-931a942be780", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "8bb2256b-eb84-4a22-ae4d-57091bddbb0f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105855Z:99fe921d-9e2e-4ece-a5fb-931a942be780", + "x-ms-correlation-request-id": "d51077d6-0e25-45a5-b178-2750ee13886b", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124640Z:d51077d6-0e25-45a5-b178-2750ee13886b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8", - "name": "75fb2075-f30d-43d1-864e-2660beaab2d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "name": "fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", "status": "Creating", - "startTime": "2022-02-28T10:56:53.8614141Z", + "startTime": "2022-05-24T12:44:35.8478965Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:59:25 GMT", + "Date": "Tue, 24 May 2022 12:47:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b80bdd5-f6ee-46fa-985e-9d206b2a87bc", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ecb16b84-2f12-435b-ac01-91949b709f96", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105925Z:0b80bdd5-f6ee-46fa-985e-9d206b2a87bc", + "x-ms-correlation-request-id": "4e281cdd-973b-4f8d-a277-0517c26e2584", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124711Z:4e281cdd-973b-4f8d-a277-0517c26e2584", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8", - "name": "75fb2075-f30d-43d1-864e-2660beaab2d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "name": "fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", "status": "Creating", - "startTime": "2022-02-28T10:56:53.8614141Z", + "startTime": "2022-05-24T12:44:35.8478965Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:59:55 GMT", + "Date": "Tue, 24 May 2022 12:47:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cb20fe8-cc5b-40cd-9ec3-dc23d165a3fa", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "22642a77-b18c-46d2-9c9a-9da492b31a96", - "x-ms-routing-request-id": "WESTEUROPE:20220228T105955Z:9cb20fe8-cc5b-40cd-9ec3-dc23d165a3fa", + "x-ms-correlation-request-id": "960cf97b-8600-4356-9dc9-64e818802e0f", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124743Z:960cf97b-8600-4356-9dc9-64e818802e0f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8", - "name": "75fb2075-f30d-43d1-864e-2660beaab2d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "name": "fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", "status": "Creating", - "startTime": "2022-02-28T10:56:53.8614141Z", + "startTime": "2022-05-24T12:44:35.8478965Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:00:25 GMT", + "Date": "Tue, 24 May 2022 12:48:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e48df59b-4d80-4721-95c8-251f38734bd0", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "ff447921-9de5-419a-9292-83dff0fe3d95", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110025Z:e48df59b-4d80-4721-95c8-251f38734bd0", + "x-ms-correlation-request-id": "e0ae2625-dee8-46d7-85cc-e22d8300c1da", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124814Z:e0ae2625-dee8-46d7-85cc-e22d8300c1da", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8", - "name": "75fb2075-f30d-43d1-864e-2660beaab2d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "name": "fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", "status": "Creating", - "startTime": "2022-02-28T10:56:53.8614141Z", + "startTime": "2022-05-24T12:44:35.8478965Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:00:55 GMT", + "Date": "Tue, 24 May 2022 12:48:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +946,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cb22c7e-d30d-40b7-92c4-dd7d3ae88ff9", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "c541ec8d-1f49-45b4-b815-b9be82fd1edf", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110056Z:7cb22c7e-d30d-40b7-92c4-dd7d3ae88ff9", + "x-ms-correlation-request-id": "a4766214-57dc-4a6c-b384-bdbf4216977d", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124845Z:a4766214-57dc-4a6c-b384-bdbf4216977d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8", - "name": "75fb2075-f30d-43d1-864e-2660beaab2d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "name": "fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", "status": "Creating", - "startTime": "2022-02-28T10:56:53.8614141Z", + "startTime": "2022-05-24T12:44:35.8478965Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +978,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:01:26 GMT", + "Date": "Tue, 24 May 2022 12:49:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +986,57 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da1cd071-9739-4bf4-a450-7b75571327f8", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "1e112fef-66c2-4c07-8d6f-bd43d7d823e0", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110126Z:da1cd071-9739-4bf4-a450-7b75571327f8", + "x-ms-correlation-request-id": "eccacde6-d7e8-4b9c-bf7f-e00be189412b", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124916Z:eccacde6-d7e8-4b9c-bf7f-e00be189412b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/75fb2075-f30d-43d1-864e-2660beaab2d8", - "name": "75fb2075-f30d-43d1-864e-2660beaab2d8", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "name": "fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "status": "Creating", + "startTime": "2022-05-24T12:44:35.8478965Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 24 May 2022 12:49:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7c8f0f32-259c-4803-b523-bbe4af2455af", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124947Z:7c8f0f32-259c-4803-b523-bbe4af2455af", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", + "name": "fde503ec-ad60-4db9-8ecd-c8cf6c7edba9", "status": "Succeeded", - "startTime": "2022-02-28T10:56:53.8614141Z", - "endTime": "2022-02-28T11:01:23.8414537Z", + "startTime": "2022-05-24T12:44:35.8478965Z", + "endTime": "2022-05-24T12:49:25.8857036Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +1044,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "229531ec-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +1058,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:01:26 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A01%3A23.8327896Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:49:48 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A49%3A25.8899994Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +1067,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da965679-168e-4a86-a83e-145b4def80b2", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "a2c209c6-fb50-4251-989f-d55f0d3314f4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110126Z:da965679-168e-4a86-a83e-145b4def80b2", + "x-ms-correlation-request-id": "1c9070e7-dd6a-4aa2-ae22-0088daf4d347", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124948Z:1c9070e7-dd6a-4aa2-ae22-0088daf4d347", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A01%3A23.8327896Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A49%3A25.8899994Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:56:52.2811889Z" + "CreatedOnDate": "2022-05-24T12:44:29.9578035Z" }, "properties": { - "fileSystemId": "3e89d509-6027-d33f-a60f-b56713bb46a0", + "fileSystemId": "21faa914-6a79-350f-8f3b-1f266db8be6c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1110,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e27bec46", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_6703fc63", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1125,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "3e89d509-6027-d33f-a60f-b56713bb46a0", - "fileSystemId": "3e89d509-6027-d33f-a60f-b56713bb46a0", + "mountTargetId": "21faa914-6a79-350f-8f3b-1f266db8be6c", + "fileSystemId": "21faa914-6a79-350f-8f3b-1f266db8be6c", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,22 +1139,29 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:44:33.3578932Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:44:33.3578932Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c66fc700-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -1134,31 +1174,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4914c7f9-68a8-4b3b-8450-c2d3d17ea9ae?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f1452ae6-321d-4a0d-9019-0d7554c3680c?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:01:29 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A01%3A28.6391727Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:49:54 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A49%3A53.4025186Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd9a1df9-c9f3-4e94-aab0-07bc4c5287fa", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "86c129db-3c4c-4ee7-aef8-b4451b064100", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110129Z:bd9a1df9-c9f3-4e94-aab0-07bc4c5287fa", + "x-ms-correlation-request-id": "d54c85fd-a4f1-4362-b0b0-93d16d3b4e5d", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-routing-request-id": "UAECENTRAL:20220524T124955Z:d54c85fd-a4f1-4362-b0b0-93d16d3b4e5d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A01%3A28.6391727Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A49%3A53.4025186Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:01:27.1858097Z" + "CreatedOnDate": "2022-05-24T12:49:49.3031181Z" }, "properties": { "serviceLevel": "Premium", @@ -1168,19 +1207,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:49:52.9628016Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:49:52.9628016Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4914c7f9-68a8-4b3b-8450-c2d3d17ea9ae?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f1452ae6-321d-4a0d-9019-0d7554c3680c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c66fc700-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1188,7 +1233,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:01:59 GMT", + "Date": "Tue, 24 May 2022 12:50:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1196,18 +1241,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb5d38e4-444d-4291-84f2-cf9ce5d04934", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "7ccf5747-a940-42e6-aed1-d6dea2036dfb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110159Z:cb5d38e4-444d-4291-84f2-cf9ce5d04934", + "x-ms-correlation-request-id": "9f39be38-9afa-41e5-8dc9-5db06ad6849d", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125026Z:9f39be38-9afa-41e5-8dc9-5db06ad6849d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4914c7f9-68a8-4b3b-8450-c2d3d17ea9ae", - "name": "4914c7f9-68a8-4b3b-8450-c2d3d17ea9ae", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/f1452ae6-321d-4a0d-9019-0d7554c3680c", + "name": "f1452ae6-321d-4a0d-9019-0d7554c3680c", "status": "Succeeded", - "startTime": "2022-02-28T11:01:28.6487023Z", - "endTime": "2022-02-28T11:01:28.9886279Z", + "startTime": "2022-05-24T12:49:53.3973875Z", + "endTime": "2022-05-24T12:49:54.288011Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2" @@ -1215,15 +1259,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c66fc700-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1231,8 +1273,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:01:59 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A01%3A28.9738685Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:50:27 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A49%3A54.2825537Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1240,80 +1282,82 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "940cb5ba-e9d7-4580-8cff-0097fa5bb8f2", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "a7f09780-ded6-4167-b8c2-52faa4214fc3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110159Z:940cb5ba-e9d7-4580-8cff-0097fa5bb8f2", + "x-ms-correlation-request-id": "33b644a9-5ea1-45e5-b4a4-80a3ff98e8d6", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125027Z:33b644a9-5ea1-45e5-b4a4-80a3ff98e8d6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A01%3A28.9738685Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A49%3A54.2825537Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:01:27.1858097Z" + "CreatedOnDate": "2022-05-24T12:49:49.3031181Z" }, "properties": { - "poolId": "cf529926-6100-e659-ad55-429dbd4d78db", + "poolId": "972cd7b1-8480-e02a-0982-0a300202f851", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:49:52.9628016Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:49:52.9628016Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/poolChange?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/poolChange?api-version=2022-01-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "206", + "Content-Length": "209", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e004690a-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "newPoolResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2" }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/983af5f5-6773-4600-ba8f-89df302aa50c?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e4bdbbd-b6e5-4397-ab40-42b90e9f177c?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:02:09 GMT", + "Date": "Tue, 24 May 2022 12:50:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/983af5f5-6773-4600-ba8f-89df302aa50c?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e4bdbbd-b6e5-4397-ab40-42b90e9f177c?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1840b6f7-dba8-41b5-a52d-68138c78fb02", + "x-ms-correlation-request-id": "3a7f540c-241d-4c9a-9e73-f51e6dcc1cfc", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1840b6f7-dba8-41b5-a52d-68138c78fb02", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110210Z:1840b6f7-dba8-41b5-a52d-68138c78fb02", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125038Z:3a7f540c-241d-4c9a-9e73-f51e6dcc1cfc", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/983af5f5-6773-4600-ba8f-89df302aa50c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e4bdbbd-b6e5-4397-ab40-42b90e9f177c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e004690a-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1321,7 +1365,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:02:40 GMT", + "Date": "Tue, 24 May 2022 12:51:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1329,18 +1373,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61609bba-5cb2-45ee-a32d-424f1e45897c", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "21c8e1b8-f6e2-4f2f-9b48-d9eb4653d998", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110240Z:61609bba-5cb2-45ee-a32d-424f1e45897c", + "x-ms-correlation-request-id": "28acd1dd-c10e-4ce7-bb23-2c99ace61378", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125109Z:28acd1dd-c10e-4ce7-bb23-2c99ace61378", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/983af5f5-6773-4600-ba8f-89df302aa50c", - "name": "983af5f5-6773-4600-ba8f-89df302aa50c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e4bdbbd-b6e5-4397-ab40-42b90e9f177c", + "name": "8e4bdbbd-b6e5-4397-ab40-42b90e9f177c", "status": "Succeeded", - "startTime": "2022-02-28T11:02:10.1437153Z", - "endTime": "2022-02-28T11:02:21.399532Z", + "startTime": "2022-05-24T12:50:38.403042Z", + "endTime": "2022-05-24T12:50:54.3775973Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1348,15 +1391,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/983af5f5-6773-4600-ba8f-89df302aa50c?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/8e4bdbbd-b6e5-4397-ab40-42b90e9f177c?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e004690a-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1364,7 +1405,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:02:40 GMT", + "Date": "Tue, 24 May 2022 12:51:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1372,26 +1413,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "552ad462-6f82-463b-8ca0-6bee37e9c4ef", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "b9f190e2-900a-42ae-a691-1013ea93c70d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110240Z:552ad462-6f82-463b-8ca0-6bee37e9c4ef", + "x-ms-correlation-request-id": "a5ec20ef-f7f0-401e-9fd6-f4f9a1bc0ac2", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125111Z:a5ec20ef-f7f0-401e-9fd6-f4f9a1bc0ac2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-2/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A02%3A21.3910823Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A50%3A54.3707539Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:56:52.2811889Z" + "CreatedOnDate": "2022-05-24T12:44:29.9578035Z" }, "properties": { - "fileSystemId": "3e89d509-6027-d33f-a60f-b56713bb46a0", + "fileSystemId": "21faa914-6a79-350f-8f3b-1f266db8be6c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1419,19 +1459,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e27bec46", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_6703fc63", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1", - "poolId": "cf529926-6100-e659-ad55-429dbd4d78db", + "poolId": "972cd7b1-8480-e02a-0982-0a300202f851", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "3e89d509-6027-d33f-a60f-b56713bb46a0", - "fileSystemId": "3e89d509-6027-d33f-a60f-b56713bb46a0", + "mountTargetId": "21faa914-6a79-350f-8f3b-1f266db8be6c", + "fileSystemId": "21faa914-6a79-350f-8f3b-1f266db8be6c", "startIp": "", "endIp": "", "gateway": "", @@ -1440,7 +1480,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1455,20 +1495,21 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f267a698-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1476,8 +1517,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:02:40 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T11%3A02%3A21.3910823Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:51:12 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A50%3A54.3707539Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1485,24 +1526,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e9b25d7-7699-4616-9183-049720e3a269", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "5c91945e-dc20-40b4-8e7f-b1b7b88dc621", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110240Z:1e9b25d7-7699-4616-9183-049720e3a269", + "x-ms-correlation-request-id": "00a1c270-b058-432f-8e7d-6b2871d5e654", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125112Z:00a1c270-b058-432f-8e7d-6b2871d5e654", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-2/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A02%3A21.3910823Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A50%3A54.3707539Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:56:52.2811889Z" + "CreatedOnDate": "2022-05-24T12:44:29.9578035Z" }, "properties": { "provisioningState": "Succeeded", - "fileSystemId": "3e89d509-6027-d33f-a60f-b56713bb46a0", + "fileSystemId": "21faa914-6a79-350f-8f3b-1f266db8be6c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1530,10 +1570,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e27bec46", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_6703fc63", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1545,12 +1585,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "3e89d509-6027-d33f-a60f-b56713bb46a0", - "fileSystemId": "3e89d509-6027-d33f-a60f-b56713bb46a0", + "mountTargetId": "21faa914-6a79-350f-8f3b-1f266db8be6c", + "fileSystemId": "21faa914-6a79-350f-8f3b-1f266db8be6c", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1558,20 +1598,19 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f289a338-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1579,7 +1618,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:02:40 GMT", + "Date": "Tue, 24 May 2022 12:51:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1587,10 +1626,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26541424-7489-4b68-98d5-7fc03b61cf45", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "f24d5d6c-2b17-4588-8252-d6f9f7cd865a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110241Z:26541424-7489-4b68-98d5-7fc03b61cf45", + "x-ms-correlation-request-id": "da6ed929-b4b7-427e-ade0-d1496ba64b19", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125114Z:da6ed929-b4b7-427e-ade0-d1496ba64b19", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -1598,48 +1636,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f2aec212-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4522541e-9fd5-4971-a0db-12ad0e246e96?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/870c1722-3e3a-489a-a53c-d853170ff48b?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:02:41 GMT", + "Date": "Tue, 24 May 2022 12:51:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4522541e-9fd5-4971-a0db-12ad0e246e96?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/870c1722-3e3a-489a-a53c-d853170ff48b?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be24c343-a95e-4c59-98fe-87babaa3e733", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "be24c343-a95e-4c59-98fe-87babaa3e733", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110241Z:be24c343-a95e-4c59-98fe-87babaa3e733", + "x-ms-correlation-request-id": "4071257f-7b99-4a2a-9a53-9f6751b5b7f4", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125116Z:4071257f-7b99-4a2a-9a53-9f6751b5b7f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4522541e-9fd5-4971-a0db-12ad0e246e96?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/870c1722-3e3a-489a-a53c-d853170ff48b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f2aec212-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1647,7 +1680,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:03:11 GMT", + "Date": "Tue, 24 May 2022 12:51:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1655,17 +1688,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e0d24a0-d8bc-49ce-b8da-fbf6e750a0ad", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "a4de6f79-2b67-45b2-b02f-aad010ef4171", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110312Z:1e0d24a0-d8bc-49ce-b8da-fbf6e750a0ad", + "x-ms-correlation-request-id": "e43b9b9b-7d8d-48b3-b0e2-cab75f72ac20", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125146Z:e43b9b9b-7d8d-48b3-b0e2-cab75f72ac20", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4522541e-9fd5-4971-a0db-12ad0e246e96", - "name": "4522541e-9fd5-4971-a0db-12ad0e246e96", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/870c1722-3e3a-489a-a53c-d853170ff48b", + "name": "870c1722-3e3a-489a-a53c-d853170ff48b", "status": "Deleting", - "startTime": "2022-02-28T11:02:41.7112449Z", + "startTime": "2022-05-24T12:51:16.0674712Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1674,15 +1706,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4522541e-9fd5-4971-a0db-12ad0e246e96?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/870c1722-3e3a-489a-a53c-d853170ff48b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f2aec212-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1690,7 +1720,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:03:41 GMT", + "Date": "Tue, 24 May 2022 12:52:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1698,17 +1728,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3df7a4e-a407-479b-84ac-410c9a1186c8", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "c68dcbfa-e0e2-40cb-8da0-18e27fb2d50e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110342Z:e3df7a4e-a407-479b-84ac-410c9a1186c8", + "x-ms-correlation-request-id": "77d67fee-5b59-457f-b02e-f0029ce7c7c5", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125218Z:77d67fee-5b59-457f-b02e-f0029ce7c7c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4522541e-9fd5-4971-a0db-12ad0e246e96", - "name": "4522541e-9fd5-4971-a0db-12ad0e246e96", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/870c1722-3e3a-489a-a53c-d853170ff48b", + "name": "870c1722-3e3a-489a-a53c-d853170ff48b", "status": "Deleting", - "startTime": "2022-02-28T11:02:41.7112449Z", + "startTime": "2022-05-24T12:51:16.0674712Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1717,15 +1746,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4522541e-9fd5-4971-a0db-12ad0e246e96?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/870c1722-3e3a-489a-a53c-d853170ff48b?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f2aec212-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1733,7 +1760,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:04:12 GMT", + "Date": "Tue, 24 May 2022 12:52:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1741,18 +1768,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66c7082e-258e-44c2-91a5-12d01af41ad6", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "93826708-855a-407d-8c9b-29885041b27d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110412Z:66c7082e-258e-44c2-91a5-12d01af41ad6", + "x-ms-correlation-request-id": "47b604a1-9771-4604-a1ce-0639f037b07f", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125250Z:47b604a1-9771-4604-a1ce-0639f037b07f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4522541e-9fd5-4971-a0db-12ad0e246e96", - "name": "4522541e-9fd5-4971-a0db-12ad0e246e96", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/870c1722-3e3a-489a-a53c-d853170ff48b", + "name": "870c1722-3e3a-489a-a53c-d853170ff48b", "status": "Succeeded", - "startTime": "2022-02-28T11:02:41.7112449Z", - "endTime": "2022-02-28T11:04:10.1578176Z", + "startTime": "2022-05-24T12:51:16.0674712Z", + "endTime": "2022-05-24T12:52:25.8590451Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1" @@ -1760,15 +1786,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/4522541e-9fd5-4971-a0db-12ad0e246e96?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/870c1722-3e3a-489a-a53c-d853170ff48b?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f2aec212-9885-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1776,7 +1800,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:04:12 GMT", + "Date": "Tue, 24 May 2022 12:52:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1784,26 +1808,25 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f189e4a-bded-4095-af9a-4534354b2ef6", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "7abfed41-34a0-4182-a533-3b5dbd49c84e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110412Z:5f189e4a-bded-4095-af9a-4534354b2ef6", + "x-ms-correlation-request-id": "9013011b-e3f7-4b3a-a76f-a2c41e938076", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125252Z:9013011b-e3f7-4b3a-a76f-a2c41e938076", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-2/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A02%3A41.6945446Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A52%3A16.7070788Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:56:52.2811889Z" + "CreatedOnDate": "2022-05-24T12:44:29.9578035Z" }, "properties": { - "fileSystemId": "3e89d509-6027-d33f-a60f-b56713bb46a0", + "fileSystemId": "21faa914-6a79-350f-8f3b-1f266db8be6c", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -1831,19 +1854,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_e27bec46", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_6703fc63", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "8c905665-c8f0-2669-fac1-c5bddfd95298", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1", - "poolId": "cf529926-6100-e659-ad55-429dbd4d78db", + "poolId": "972cd7b1-8480-e02a-0982-0a300202f851", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "3e89d509-6027-d33f-a60f-b56713bb46a0", - "fileSystemId": "3e89d509-6027-d33f-a60f-b56713bb46a0", + "mountTargetId": "21faa914-6a79-350f-8f3b-1f266db8be6c", + "fileSystemId": "21faa914-6a79-350f-8f3b-1f266db8be6c", "startIp": "", "endIp": "", "gateway": "", @@ -1852,7 +1875,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, @@ -1867,36 +1890,36 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", "provisioningState": "Deleting" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a0649936-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:07:34 GMT", + "Date": "Tue, 24 May 2022 12:56:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5ef6420-0191-4a39-9baa-3fe2a58a44da", + "x-ms-correlation-request-id": "f39a8734-c00a-47de-a2a4-528ed4d7d65d", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "d5ef6420-0191-4a39-9baa-3fe2a58a44da", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110734Z:d5ef6420-0191-4a39-9baa-3fe2a58a44da" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125620Z:f39a8734-c00a-47de-a2a4-528ed4d7d65d" }, "ResponseBody": { "error": { @@ -1906,73 +1929,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a79c528e-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/59bbe435-8ff4-48f8-981a-27d95852508c?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/74b7c38b-4c9e-4b5a-a75b-a9f7c1a0e05e?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:07:45 GMT", + "Date": "Tue, 24 May 2022 12:56:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/59bbe435-8ff4-48f8-981a-27d95852508c?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/74b7c38b-4c9e-4b5a-a75b-a9f7c1a0e05e?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d41e527f-4c68-4ef6-9e48-b52e9fcd5c3a", + "x-ms-correlation-request-id": "1c0076e2-40e1-4c50-b42d-e0fdd331230f", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "d41e527f-4c68-4ef6-9e48-b52e9fcd5c3a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110746Z:d41e527f-4c68-4ef6-9e48-b52e9fcd5c3a", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125633Z:1c0076e2-40e1-4c50-b42d-e0fdd331230f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/59bbe435-8ff4-48f8-981a-27d95852508c?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/74b7c38b-4c9e-4b5a-a75b-a9f7c1a0e05e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a79c528e-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "547", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:08:15 GMT", + "Date": "Tue, 24 May 2022 12:57:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "999a6009-d63c-4310-ab56-bd9984cbe5db", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "404b9fc3-3660-405d-a631-af5f3446bcca", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110816Z:999a6009-d63c-4310-ab56-bd9984cbe5db", + "x-ms-correlation-request-id": "6b70963d-52b5-4f23-b52f-c651232d762d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125704Z:6b70963d-52b5-4f23-b52f-c651232d762d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/59bbe435-8ff4-48f8-981a-27d95852508c", - "name": "59bbe435-8ff4-48f8-981a-27d95852508c", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/74b7c38b-4c9e-4b5a-a75b-a9f7c1a0e05e", + "name": "74b7c38b-4c9e-4b5a-a75b-a9f7c1a0e05e", "status": "Succeeded", - "startTime": "2022-02-28T11:07:46.3022405Z", - "endTime": "2022-02-28T11:07:46.8360381Z", + "startTime": "2022-05-24T12:56:33.8483057Z", + "endTime": "2022-05-24T12:56:37.4920995Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -1980,194 +1999,187 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/59bbe435-8ff4-48f8-981a-27d95852508c?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/74b7c38b-4c9e-4b5a-a75b-a9f7c1a0e05e?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a79c528e-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "855", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:08:15 GMT", + "Date": "Tue, 24 May 2022 12:57:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e920468b-ac90-4922-a647-6ac87d2f35c0", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "c2e8a4c1-3c96-4e28-a1f7-ceaf63d1558c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110816Z:e920468b-ac90-4922-a647-6ac87d2f35c0", + "x-ms-correlation-request-id": "83b82673-2d88-4bfa-bf28-c4dc52620559", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125705Z:83b82673-2d88-4bfa-bf28-c4dc52620559", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A07%3A46.2844521Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A56%3A33.8432331Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:56:09.8100419Z" + "CreatedOnDate": "2022-05-24T12:43:30.9753394Z" }, "properties": { - "poolId": "8da0c4f4-caca-cd75-ed47-eddb3e8e00be", + "poolId": "0334d5de-459d-4e1e-2d1a-e2aa24fdb23f", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:43:33.9020506Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:43:33.9020506Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0c157aa-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:08:27 GMT", + "Date": "Tue, 24 May 2022 12:57:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42d9a36a-f8d1-48cd-8489-b62ea2fa7e37", + "x-ms-correlation-request-id": "7ef16344-4feb-4c53-af3f-c69952830b4a", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "42d9a36a-f8d1-48cd-8489-b62ea2fa7e37", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110827Z:42d9a36a-f8d1-48cd-8489-b62ea2fa7e37" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125717Z:7ef16344-4feb-4c53-af3f-c69952830b4a" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c6d66b94-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:08:37 GMT", + "Date": "Tue, 24 May 2022 12:57:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b854a85-ae12-4c72-9097-6134ac76ca25", + "x-ms-correlation-request-id": "7a6cb235-75a6-44dc-a808-285905ea0f37", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "4b854a85-ae12-4c72-9097-6134ac76ca25", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110837Z:4b854a85-ae12-4c72-9097-6134ac76ca25" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125729Z:7a6cb235-75a6-44dc-a808-285905ea0f37" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cce8ec00-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:08:47 GMT", + "Date": "Tue, 24 May 2022 12:57:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75b8fe3e-1e0a-4afd-889b-295d9a373d4b", + "x-ms-correlation-request-id": "0521695b-1e5b-41f1-8242-d64b7c3c8c42", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "75b8fe3e-1e0a-4afd-889b-295d9a373d4b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110847Z:75b8fe3e-1e0a-4afd-889b-295d9a373d4b" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125740Z:0521695b-1e5b-41f1-8242-d64b7c3c8c42" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d2fb94bc-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:08:57 GMT", + "Date": "Tue, 24 May 2022 12:57:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4fc10360-eb45-4207-8ba5-34b6876ac7cb", + "x-ms-correlation-request-id": "e92ff60a-3214-4d5a-b3a8-57b870de0d8b", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "4fc10360-eb45-4207-8ba5-34b6876ac7cb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110857Z:4fc10360-eb45-4207-8ba5-34b6876ac7cb" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125751Z:e92ff60a-3214-4d5a-b3a8-57b870de0d8b" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d91345ac-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:09:07 GMT", + "Date": "Tue, 24 May 2022 12:58:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b8260f7-df19-4c6a-a9f4-72be82468655", + "x-ms-correlation-request-id": "7292165b-e84d-4d47-b956-00a22fb31791", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "4b8260f7-df19-4c6a-a9f4-72be82468655", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110907Z:4b8260f7-df19-4c6a-a9f4-72be82468655" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125802Z:7292165b-e84d-4d47-b956-00a22fb31791" }, "ResponseBody": { "error": { @@ -2177,73 +2189,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "df284320-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/70f16ecf-e594-4640-9b16-bd63fbef8245?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6b7b6088-90b7-47aa-b07f-e9c7d601cc72?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:09:18 GMT", + "Date": "Tue, 24 May 2022 12:58:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/70f16ecf-e594-4640-9b16-bd63fbef8245?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6b7b6088-90b7-47aa-b07f-e9c7d601cc72?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f68e0b81-ae0a-42b9-83e7-6c6ab504e2e3", + "x-ms-correlation-request-id": "39b56513-7b5d-433c-be12-0fcc32b3d55e", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "f68e0b81-ae0a-42b9-83e7-6c6ab504e2e3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110918Z:f68e0b81-ae0a-42b9-83e7-6c6ab504e2e3", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125815Z:39b56513-7b5d-433c-be12-0fcc32b3d55e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/70f16ecf-e594-4640-9b16-bd63fbef8245?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6b7b6088-90b7-47aa-b07f-e9c7d601cc72?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "df284320-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "547", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:09:48 GMT", + "Date": "Tue, 24 May 2022 12:58:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31234486-e81c-4503-b2f4-56edf9b78b02", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "23a897fa-2e61-45d5-824d-b23c1ab6c6aa", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110949Z:31234486-e81c-4503-b2f4-56edf9b78b02", + "x-ms-correlation-request-id": "ed360277-d930-457b-bae2-9489616680b3", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125846Z:ed360277-d930-457b-bae2-9489616680b3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/70f16ecf-e594-4640-9b16-bd63fbef8245", - "name": "70f16ecf-e594-4640-9b16-bd63fbef8245", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6b7b6088-90b7-47aa-b07f-e9c7d601cc72", + "name": "6b7b6088-90b7-47aa-b07f-e9c7d601cc72", "status": "Succeeded", - "startTime": "2022-02-28T11:09:18.7955757Z", - "endTime": "2022-02-28T11:09:19.2314758Z", + "startTime": "2022-05-24T12:58:15.6222487Z", + "endTime": "2022-05-24T12:58:18.7537232Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2" @@ -2251,194 +2259,187 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/70f16ecf-e594-4640-9b16-bd63fbef8245?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/6b7b6088-90b7-47aa-b07f-e9c7d601cc72?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "df284320-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "855", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:09:48 GMT", + "Date": "Tue, 24 May 2022 12:58:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "236fa4b9-697f-429b-b2f1-b8d1fd6c5f65", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "d883daa8-3075-492d-92b4-bb2ef540df38", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110949Z:236fa4b9-697f-429b-b2f1-b8d1fd6c5f65", + "x-ms-correlation-request-id": "dcf0157f-2117-4af1-81d4-92e5b0d43317", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125846Z:dcf0157f-2117-4af1-81d4-92e5b0d43317", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A09%3A18.7829147Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A58%3A15.6233232Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T11:01:27.1858097Z" + "CreatedOnDate": "2022-05-24T12:49:49.3031181Z" }, "properties": { - "poolId": "cf529926-6100-e659-ad55-429dbd4d78db", + "poolId": "972cd7b1-8480-e02a-0982-0a300202f851", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:49:52.9628016Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:49:52.9628016Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f7cec03e-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:09:58 GMT", + "Date": "Tue, 24 May 2022 12:58:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbbad93b-1295-4383-89d6-f2dd397efdbb", + "x-ms-correlation-request-id": "05d1f02d-a713-43d1-a8e3-ccc03e8e525e", "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "dbbad93b-1295-4383-89d6-f2dd397efdbb", - "x-ms-routing-request-id": "WESTEUROPE:20220228T110959Z:dbbad93b-1295-4383-89d6-f2dd397efdbb" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125857Z:05d1f02d-a713-43d1-a8e3-ccc03e8e525e" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fde73e38-9886-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:10:09 GMT", + "Date": "Tue, 24 May 2022 12:59:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83e17634-e1ca-446e-84c1-268544ca2db3", + "x-ms-correlation-request-id": "a6002ab2-854e-46ee-ac39-ca5a08a65ecc", "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-request-id": "83e17634-e1ca-446e-84c1-268544ca2db3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111009Z:83e17634-e1ca-446e-84c1-268544ca2db3" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125908Z:a6002ab2-854e-46ee-ac39-ca5a08a65ecc" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0408ca16-9887-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:10:19 GMT", + "Date": "Tue, 24 May 2022 12:59:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7317d64e-e034-41bf-89d8-b938c4c16590", + "x-ms-correlation-request-id": "f78d9609-ab4d-4579-bfc2-da4c0ee9770c", "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-request-id": "7317d64e-e034-41bf-89d8-b938c4c16590", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111020Z:7317d64e-e034-41bf-89d8-b938c4c16590" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125920Z:f78d9609-ab4d-4579-bfc2-da4c0ee9770c" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a1db63c-9887-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 11:10:29 GMT", + "Date": "Tue, 24 May 2022 12:59:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "167e4bc3-0dfd-4125-8abc-e032645523fc", + "x-ms-correlation-request-id": "877e366e-d087-4fe0-aa39-96d194d3fdb8", "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-request-id": "167e4bc3-0dfd-4125-8abc-e032645523fc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111030Z:167e4bc3-0dfd-4125-8abc-e032645523fc" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125931Z:877e366e-d087-4fe0-aa39-96d194d3fdb8" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1036f16e-9887-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:10:39 GMT", + "Date": "Tue, 24 May 2022 12:59:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e9636bc-f197-436c-a257-85adac347d25", + "x-ms-correlation-request-id": "35db0aa4-de23-424d-b3be-ca982d2c20b8", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "0e9636bc-f197-436c-a257-85adac347d25", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111040Z:0e9636bc-f197-436c-a257-85adac347d25" + "x-ms-routing-request-id": "UAECENTRAL:20220524T125942Z:35db0aa4-de23-424d-b3be-ca982d2c20b8" }, "ResponseBody": { "error": { @@ -2448,73 +2449,69 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "10558ef8-9887-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b5233bfc-ee40-4959-be32-35ccad4bc586?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1b69abe9-f967-4d6f-8a53-6c381a1c993c?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 11:10:40 GMT", + "Date": "Tue, 24 May 2022 12:59:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b5233bfc-ee40-4959-be32-35ccad4bc586?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1b69abe9-f967-4d6f-8a53-6c381a1c993c?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "104f56a2-1c7b-4b9a-8b34-212930039c7a", + "x-ms-correlation-request-id": "8483ef78-ce69-4411-84e9-c52a66e2eb5e", "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-request-id": "104f56a2-1c7b-4b9a-8b34-212930039c7a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111041Z:104f56a2-1c7b-4b9a-8b34-212930039c7a", + "x-ms-routing-request-id": "UAECENTRAL:20220524T125946Z:8483ef78-ce69-4411-84e9-c52a66e2eb5e", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b5233bfc-ee40-4959-be32-35ccad4bc586?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1b69abe9-f967-4d6f-8a53-6c381a1c993c?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "10558ef8-9887-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "513", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:11:10 GMT", + "Date": "Tue, 24 May 2022 13:00:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ba8d485-0ebf-4ff4-877f-c5c8525163e9", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "759113a2-5b8e-4093-b27d-6e76d5489bef", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111111Z:5ba8d485-0ebf-4ff4-877f-c5c8525163e9", + "x-ms-correlation-request-id": "24d0d060-0f84-4214-8303-cf4e95c4c6ff", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "UAECENTRAL:20220524T130016Z:24d0d060-0f84-4214-8303-cf4e95c4c6ff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b5233bfc-ee40-4959-be32-35ccad4bc586", - "name": "b5233bfc-ee40-4959-be32-35ccad4bc586", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1b69abe9-f967-4d6f-8a53-6c381a1c993c", + "name": "1b69abe9-f967-4d6f-8a53-6c381a1c993c", "status": "Succeeded", - "startTime": "2022-02-28T11:10:41.3425993Z", - "endTime": "2022-02-28T11:10:41.3976508Z", + "startTime": "2022-05-24T12:59:45.9073316Z", + "endTime": "2022-05-24T12:59:45.9385954Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -2522,77 +2519,81 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/b5233bfc-ee40-4959-be32-35ccad4bc586?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/1b69abe9-f967-4d6f-8a53-6c381a1c993c?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "10558ef8-9887-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "451", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:11:10 GMT", + "Date": "Tue, 24 May 2022 13:00:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a191f99a-9d6c-4e34-b479-80d571cba37b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "f933611e-14f5-4eec-b254-9909363eccb4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111111Z:a191f99a-9d6c-4e34-b479-80d571cba37b", + "x-ms-correlation-request-id": "e03a3b51-c163-43ff-901d-92f3d78995f5", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "UAECENTRAL:20220524T130017Z:e03a3b51-c163-43ff-901d-92f3d78995f5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T11%3A10%3A41.3291579Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A59%3A45.900063Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T10:55:35.5619938Z" + "CreatedOnDate": "2022-05-24T12:42:37.7651085Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:42:42.8689412Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:42:42.8689412Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "244bea9c-9887-11ec-b805-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 11:11:13 GMT", + "Date": "Tue, 24 May 2022 13:00:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b1b1cbf-9f6d-4065-8db9-d8263a5542a5", + "x-ms-correlation-request-id": "a83891e8-ef60-41fe-b530-6656335772aa", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "2b1b1cbf-9f6d-4065-8db9-d8263a5542a5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T111114Z:2b1b1cbf-9f6d-4065-8db9-d8263a5542a5" + "x-ms-routing-request-id": "UAECENTRAL:20220524T130020Z:a83891e8-ef60-41fe-b530-6656335772aa" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_update_volume.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_update_volume.json index 4b5665486ccd..59dbbcd4207c 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_update_volume.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_update_volume.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:46:55 GMT", + "Date": "Tue, 24 May 2022 12:13:35 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AsJZ2PILWYlJnlmSLoPefgA; expires=Wed, 30-Mar-2022 09:46:56 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevrgk5DfLgRgJ6EK2QYw0OuwrvsnCrZNdrAa3QRT58NSbu-8tsSmn4TXtVHGNsT4-ho_yplIGiAaB5YfCRaFzu_ec80QvB1FXcnGAg4r9g8Dz2XUsOLMWIUXbuKe6lGqkGZbp9Ym8fWQApUwZKlp-Yo8fKjBgiFJfr_oCX_sq0wPKwgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12507.17 - NEULR2 ProdSlices", - "x-ms-request-id": "e45a5c9d-8851-4286-8602-4cc646e75700" + "x-ms-ests-server": "2.1.12794.5 - KRSLR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AsJZ2PILWYlJnlmSLoPefgA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:46:55 GMT", + "Date": "Tue, 24 May 2022 12:13:37 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AsJZ2PILWYlJnlmSLoPefgA; expires=Wed, 30-Mar-2022 09:46:56 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - WEULR2 ProdSlices", - "x-ms-request-id": "283a0039-6b08-4084-9857-b0dafd995300" + "x-ms-ests-server": "2.1.12744.11 - KRSLR2 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,36 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7565261d-b31e-4cbc-982f-95389809c33f", + "client-request-id": "d9d0df03-0e49-46ca-a456-23c9aea5258e", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AsJZ2PILWYlJnlmSLoPefgA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", - "x-ms-lib-capability": "retry-after, h429" + "x-client-ver": "1.12.0" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "7565261d-b31e-4cbc-982f-95389809c33f", - "Content-Length": "1412", + "client-request-id": "d9d0df03-0e49-46ca-a456-23c9aea5258e", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:46:55 GMT", + "Date": "Tue, 24 May 2022 12:13:38 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AsJZ2PILWYlJnlmSLoPefgD7QncyAQAAABCRrtkOAAAA; expires=Wed, 30-Mar-2022 09:46:56 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12507.17 - WEULR2 ProdSlices", - "x-ms-request-id": "8dabd49e-ba1a-4ccd-bc56-16ebfd555b00" + "x-ms-ests-server": "2.1.12794.5 - KRSLR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +212,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "22", + "Content-Length": "35", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5d046e42-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/16a8d085-6827-4b1d-a65e-28b52e190992?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e97c26aa-9269-4982-bb78-3e606531a852?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Length": "699", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:47:03 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A47%3A02.2334873Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:13:59 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A13%3A57.5648648Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fed797c7-f097-4221-b3b9-b1927e4f8a4f", + "x-ms-correlation-request-id": "b319af2e-8a00-4689-b937-7eab7a37d717", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "f82a099c-80c6-4459-b9a1-a5db03e6275a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T094703Z:fed797c7-f097-4221-b3b9-b1927e4f8a4f", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121359Z:b319af2e-8a00-4689-b937-7eab7a37d717", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A47%3A02.2334873Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A13%3A57.5648648Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:46:59.2865056Z" + "CreatedOnDate": "2022-05-24T12:13:47.5533123Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:13:56.2280773Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:13:56.2280773Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/16a8d085-6827-4b1d-a65e-28b52e190992?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e97c26aa-9269-4982-bb78-3e606531a852?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5d046e42-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:47:32 GMT", + "Date": "Tue, 24 May 2022 12:14:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +288,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7e48da3-c03a-46c2-9435-076b3b1ac76e", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "5e0df110-a36d-4e2d-bddc-f5b6057c42d4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T094733Z:c7e48da3-c03a-46c2-9435-076b3b1ac76e", + "x-ms-correlation-request-id": "002f5d14-79a8-49b3-9862-74bd20b0a519", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121431Z:002f5d14-79a8-49b3-9862-74bd20b0a519", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/16a8d085-6827-4b1d-a65e-28b52e190992", - "name": "16a8d085-6827-4b1d-a65e-28b52e190992", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/e97c26aa-9269-4982-bb78-3e606531a852", + "name": "e97c26aa-9269-4982-bb78-3e606531a852", "status": "Succeeded", - "startTime": "2022-02-28T09:47:02.2396356Z", - "endTime": "2022-02-28T09:47:02.3096366Z", + "startTime": "2022-05-24T12:13:57.560339Z", + "endTime": "2022-05-24T12:13:57.5915903Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +306,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5d046e42-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +320,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:47:33 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A47%3A02.3022104Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:14:32 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A13%3A57.5947457Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,41 +329,64 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a43915e-df23-4d9d-b7ed-9ad008202259", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "85487978-0caa-4fc1-90e3-8bb7360dcd79", - "x-ms-routing-request-id": "WESTEUROPE:20220228T094733Z:5a43915e-df23-4d9d-b7ed-9ad008202259", + "x-ms-correlation-request-id": "a7f11aee-802f-4a1e-b27c-9cff767e7a3f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121433Z:a7f11aee-802f-4a1e-b27c-9cff767e7a3f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A47%3A02.3022104Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A13%3A57.5947457Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:46:59.2865056Z" + "CreatedOnDate": "2022-05-24T12:13:47.5533123Z" }, "properties": { + "activeDirectories": [ + { + "activeDirectoryId": "6411f198-b5fc-ad07-113d-56dd4da0e462", + "username": "testadmin", + "password": "****************", + "domain": "testdomain.local", + "dns": "10.0.2.4,10.0.2.5", + "status": "Created", + "smbServerName": "testsmb", + "organizationalUnit": "CN=Computers", + "aesEncryption": false, + "ldapSigning": false, + "ldapOverTLS": false, + "allowLocalNfsUsersWithLdap": false, + "encryptDCConnections": false, + "ldapSearchScope": {} + } + ], "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:13:56.2280773Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:13:56.2280773Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "137", + "Content-Length": "150", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73e1922a-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -390,31 +399,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9ff809c6-5ad1-494c-b707-b1b5b921b75b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bc28a0ce-8515-44a2-a991-15f6e57ede62?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "917", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:47:35 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A47%3A35.1681327Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:14:38 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A14%3A37.4810477Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aed87757-39c9-4ec9-b3ac-d1bc7ca7b86f", + "x-ms-correlation-request-id": "7ad3b788-e021-48e1-8253-4ed90d0af591", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "141893e1-745b-41a2-a20d-72a7a88384e3", - "x-ms-routing-request-id": "WESTEUROPE:20220228T094736Z:aed87757-39c9-4ec9-b3ac-d1bc7ca7b86f", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121439Z:7ad3b788-e021-48e1-8253-4ed90d0af591", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A47%3A35.1681327Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A14%3A37.4810477Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:47:33.8856068Z" + "CreatedOnDate": "2022-05-24T12:14:34.7917502Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +432,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:14:37.0445335Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:14:37.0445335Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9ff809c6-5ad1-494c-b707-b1b5b921b75b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bc28a0ce-8515-44a2-a991-15f6e57ede62?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73e1922a-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +458,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:48:05 GMT", + "Date": "Tue, 24 May 2022 12:15:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +466,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3022604b-5ed2-4066-b0d1-5ab33a2dbc7c", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "15c80e5b-0277-4462-ab5a-4c9dc06e335e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T094806Z:3022604b-5ed2-4066-b0d1-5ab33a2dbc7c", + "x-ms-correlation-request-id": "608894f3-2344-4a5b-8be7-b0b8a6045bcb", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121510Z:608894f3-2344-4a5b-8be7-b0b8a6045bcb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/9ff809c6-5ad1-494c-b707-b1b5b921b75b", - "name": "9ff809c6-5ad1-494c-b707-b1b5b921b75b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bc28a0ce-8515-44a2-a991-15f6e57ede62", + "name": "bc28a0ce-8515-44a2-a991-15f6e57ede62", "status": "Succeeded", - "startTime": "2022-02-28T09:47:35.1796426Z", - "endTime": "2022-02-28T09:47:35.6339904Z", + "startTime": "2022-05-24T12:14:37.4814546Z", + "endTime": "2022-05-24T12:14:38.0283621Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +484,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73e1922a-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +498,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:48:05 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A47%3A35.6242973Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:15:10 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A14%3A38.0213228Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,46 +507,51 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5556e81-9e5c-4f58-8889-d19d35a161fe", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e69bd8a5-58cf-40e9-8d84-43893e996632", - "x-ms-routing-request-id": "WESTEUROPE:20220228T094806Z:b5556e81-9e5c-4f58-8889-d19d35a161fe", + "x-ms-correlation-request-id": "110b34bc-2f2b-44e3-b1a6-0b771c266e1f", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121511Z:110b34bc-2f2b-44e3-b1a6-0b771c266e1f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A47%3A35.6242973Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A14%3A38.0213228Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:47:33.8856068Z" + "CreatedOnDate": "2022-05-24T12:14:34.7917502Z" }, "properties": { - "poolId": "7c174321-598c-6319-311f-715c17f859fd", + "poolId": "72d233a1-23a8-25ce-1846-e622b16f4143", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:14:37.0445335Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:14:37.0445335Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "800", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -553,7 +569,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -566,31 +582,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1567", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:48:18 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A48%3A18.0611851Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:15:29 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A15%3A27.8857297Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b06a53fd-586f-4a73-83ff-f3fb59e4d0d8", + "x-ms-correlation-request-id": "073d9241-a07a-4cea-bda8-52507e000918", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "34a8034a-2cc2-4016-8661-4b566d588756", - "x-ms-routing-request-id": "WESTEUROPE:20220228T094818Z:b06a53fd-586f-4a73-83ff-f3fb59e4d0d8", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121529Z:073d9241-a07a-4cea-bda8-52507e000918", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A48%3A18.0611851Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A15%3A27.8857297Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:48:16.7612303Z" + "CreatedOnDate": "2022-05-24T12:15:22.2097996Z" }, "properties": { "serviceLevel": "Premium", @@ -606,9 +621,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -617,62 +632,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:15:25.4198376Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:15:25.4198376Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:48:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "566a70b3-b33f-4a64-8e8a-a433e2f33d4a", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "8c092fc2-6241-4746-8e03-a9a5bfa0e38b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T094849Z:566a70b3-b33f-4a64-8e8a-a433e2f33d4a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", - "name": "ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", - "status": "Creating", - "startTime": "2022-02-28T09:48:18.0698403Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +658,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:49:19 GMT", + "Date": "Tue, 24 May 2022 12:16:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +666,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83b8d947-7e35-49dd-9bff-fb6e710487f0", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "5aae5658-4944-48ef-a11d-071a4a1f1634", - "x-ms-routing-request-id": "WESTEUROPE:20220228T094919Z:83b8d947-7e35-49dd-9bff-fb6e710487f0", + "x-ms-correlation-request-id": "94f2d05e-e611-4e8a-b6bc-941196669fa9", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121602Z:94f2d05e-e611-4e8a-b6bc-941196669fa9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", - "name": "ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", + "name": "eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", "status": "Creating", - "startTime": "2022-02-28T09:48:18.0698403Z", + "startTime": "2022-05-24T12:15:27.8885072Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +684,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +698,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:49:49 GMT", + "Date": "Tue, 24 May 2022 12:16:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +706,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96b85094-f286-4222-a8f7-71145da191e5", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "879c4f2d-08f1-4879-80ed-39ff74605539", - "x-ms-routing-request-id": "WESTEUROPE:20220228T094949Z:96b85094-f286-4222-a8f7-71145da191e5", + "x-ms-correlation-request-id": "9d9a76ba-4a20-423b-bf05-a83f3f7097a1", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121633Z:9d9a76ba-4a20-423b-bf05-a83f3f7097a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", - "name": "ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", + "name": "eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", "status": "Creating", - "startTime": "2022-02-28T09:48:18.0698403Z", + "startTime": "2022-05-24T12:15:27.8885072Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +724,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +738,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:50:19 GMT", + "Date": "Tue, 24 May 2022 12:17:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +746,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ec4b61b-a5f5-4431-9b11-35a5361f40e8", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "231ee306-ace7-4f02-b6d1-d0378cf12926", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095019Z:0ec4b61b-a5f5-4431-9b11-35a5361f40e8", + "x-ms-correlation-request-id": "7230347a-baab-4898-ad17-b2dcfe1ee931", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121705Z:7230347a-baab-4898-ad17-b2dcfe1ee931", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", - "name": "ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", + "name": "eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", "status": "Creating", - "startTime": "2022-02-28T09:48:18.0698403Z", + "startTime": "2022-05-24T12:15:27.8885072Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +764,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +778,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:50:49 GMT", + "Date": "Tue, 24 May 2022 12:17:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +786,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a141d51-f303-4001-b65e-a3e0bf871ca3", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "f2d50b51-77d2-4dea-8a6e-1ca91e9f2298", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095049Z:2a141d51-f303-4001-b65e-a3e0bf871ca3", + "x-ms-correlation-request-id": "670d4453-7314-4c6b-9abd-018d7f1b2497", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121736Z:670d4453-7314-4c6b-9abd-018d7f1b2497", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", - "name": "ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", + "name": "eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", "status": "Creating", - "startTime": "2022-02-28T09:48:18.0698403Z", + "startTime": "2022-05-24T12:15:27.8885072Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +804,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +818,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:51:19 GMT", + "Date": "Tue, 24 May 2022 12:18:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +826,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4219361d-bcc0-42b0-9420-cf2520afe392", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "34086802-e7ba-44e4-a3f3-d727bb48b3dd", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095120Z:4219361d-bcc0-42b0-9420-cf2520afe392", + "x-ms-correlation-request-id": "7e0498da-98c8-4561-9b1d-285e179ac402", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121806Z:7e0498da-98c8-4561-9b1d-285e179ac402", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", - "name": "ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", + "name": "eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", "status": "Creating", - "startTime": "2022-02-28T09:48:18.0698403Z", + "startTime": "2022-05-24T12:15:27.8885072Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +844,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +858,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:51:49 GMT", + "Date": "Tue, 24 May 2022 12:18:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +866,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9a11352-af31-45a9-a939-788e40befba9", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "d9d4a974-ed1d-41ed-bc70-98334b559ab9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095150Z:f9a11352-af31-45a9-a939-788e40befba9", + "x-ms-correlation-request-id": "2d60e02b-2663-491e-a40b-5f07aa6bc937", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121837Z:2d60e02b-2663-491e-a40b-5f07aa6bc937", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", - "name": "ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", + "name": "eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", "status": "Creating", - "startTime": "2022-02-28T09:48:18.0698403Z", + "startTime": "2022-05-24T12:15:27.8885072Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +884,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +898,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:52:19 GMT", + "Date": "Tue, 24 May 2022 12:19:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +906,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cbbad9b-0010-4773-82b9-b5901f39b705", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "466a8a3f-5664-48f4-831b-5212c59e4183", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095220Z:6cbbad9b-0010-4773-82b9-b5901f39b705", + "x-ms-correlation-request-id": "7f576d4d-96e0-470a-b4ae-205905935198", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121908Z:7f576d4d-96e0-470a-b4ae-205905935198", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", - "name": "ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", + "name": "eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", "status": "Creating", - "startTime": "2022-02-28T09:48:18.0698403Z", + "startTime": "2022-05-24T12:15:27.8885072Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +924,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:52:49 GMT", + "Date": "Tue, 24 May 2022 12:19:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +946,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "247cc159-9bef-401c-bc90-f40b0a68600c", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "0f132783-5ada-49d0-89db-b88a1c0577de", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095250Z:247cc159-9bef-401c-bc90-f40b0a68600c", + "x-ms-correlation-request-id": "fc3c43a3-3e51-4bd5-a736-d36fe1d4024e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121938Z:fc3c43a3-3e51-4bd5-a736-d36fe1d4024e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", - "name": "ca6f2ffc-1fc2-411f-ae8a-d09fe5e318e9", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", + "name": "eb80ee16-b6a1-4a0a-bd77-c99590b7f03e", "status": "Succeeded", - "startTime": "2022-02-28T09:48:18.0698403Z", - "endTime": "2022-02-28T09:52:49.1218021Z", + "startTime": "2022-05-24T12:15:27.8885072Z", + "endTime": "2022-05-24T12:19:30.9737266Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +964,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8d7f3a48-987b-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +978,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:52:49 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A52%3A49.1162273Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:19:39 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A19%3A30.9686866Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +987,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d612fcbf-998a-48bb-aa62-07fcb352bb1d", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "ce9392fe-9eb1-4b5e-b7ed-d1ff6ab2f83d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095250Z:d612fcbf-998a-48bb-aa62-07fcb352bb1d", + "x-ms-correlation-request-id": "d4a1e202-8750-4d2a-b875-c31d84f57653", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121939Z:d4a1e202-8750-4d2a-b875-c31d84f57653", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A52%3A49.1162273Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A19%3A30.9686866Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:48:16.7612303Z" + "CreatedOnDate": "2022-05-24T12:15:22.2097996Z" }, "properties": { - "fileSystemId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", + "fileSystemId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1030,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_65fcd495", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_29d86460", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,12 +1045,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", - "fileSystemId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", + "mountTargetId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", + "fileSystemId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1106,22 +1059,29 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, + "encrypted": true, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:15:25.4198376Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:15:25.4198376Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "737", + "Content-Length": "772", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3105290c-987c-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": { "location": "southcentralusstage", @@ -1136,7 +1096,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -1149,12 +1109,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c8fd988-c72c-4fbc-a499-b05dfbf49f85?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/34dbafea-8030-4d29-b0c4-dd3c7ae65668?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:52:51 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A52%3A51.242019Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:19:42 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A19%3A41.1308046Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1162,24 +1122,23 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83adcbb2-98db-4d1f-b7bd-e16c3983edf0", + "x-ms-correlation-request-id": "4ed2f4bb-49db-42b7-b3b0-8332a1211f0c", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "04ea4162-e914-4580-9ac1-7d11b5ac77de", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095252Z:83adcbb2-98db-4d1f-b7bd-e16c3983edf0", + "x-ms-routing-request-id": "UAECENTRAL:20220524T121943Z:4ed2f4bb-49db-42b7-b3b0-8332a1211f0c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A52%3A51.242019Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A19%3A41.1308046Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:48:16.7612303Z" + "CreatedOnDate": "2022-05-24T12:15:22.2097996Z" }, "properties": { "provisioningState": "Updating", - "fileSystemId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", + "fileSystemId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1207,10 +1166,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_65fcd495", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_29d86460", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "42698678-d0a3-a4da-5347-f9836ac1cd13", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1222,12 +1181,12 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", - "fileSystemId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", + "mountTargetId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", + "fileSystemId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 6.4, + "throughputMibps": 6.25, "volumeSpecName": "generic", "coolAccess": false, "avsDataStore": "Disabled", @@ -1235,63 +1194,27 @@ "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c8fd988-c72c-4fbc-a499-b05dfbf49f85?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3105290c-987c-11ec-8868-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:53:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64461686-c017-497e-ab10-0249d9ad1d25", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "e52773e9-583c-41c3-ac44-2f2dcb64ab12", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095322Z:64461686-c017-497e-ab10-0249d9ad1d25", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c8fd988-c72c-4fbc-a499-b05dfbf49f85", - "name": "3c8fd988-c72c-4fbc-a499-b05dfbf49f85", - "status": "Updating", - "startTime": "2022-02-28T09:52:51.2518166Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:15:25.4198376Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:15:25.4198376Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c8fd988-c72c-4fbc-a499-b05dfbf49f85?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/34dbafea-8030-4d29-b0c4-dd3c7ae65668?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3105290c-987c-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1299,7 +1222,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:53:52 GMT", + "Date": "Tue, 24 May 2022 12:20:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1307,18 +1230,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6f0cf7d-a530-4bad-befe-5927aa7f5c1d", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "4b3b676f-c066-45b4-a47d-dec826b50287", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095353Z:c6f0cf7d-a530-4bad-befe-5927aa7f5c1d", + "x-ms-correlation-request-id": "def61f10-4057-4ed7-ac85-b6e67dac88ae", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122014Z:def61f10-4057-4ed7-ac85-b6e67dac88ae", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/3c8fd988-c72c-4fbc-a499-b05dfbf49f85", - "name": "3c8fd988-c72c-4fbc-a499-b05dfbf49f85", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/34dbafea-8030-4d29-b0c4-dd3c7ae65668", + "name": "34dbafea-8030-4d29-b0c4-dd3c7ae65668", "status": "Succeeded", - "startTime": "2022-02-28T09:52:51.2518166Z", - "endTime": "2022-02-28T09:53:24.6276327Z", + "startTime": "2022-05-24T12:19:41.1308968Z", + "endTime": "2022-05-24T12:19:52.4224234Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1326,15 +1248,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3105290c-987c-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1342,8 +1262,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:53:53 GMT", - "ETag": "W/\u0022datetime\u00272022-02-28T09%3A53%3A24.6190518Z\u0027\u0022", + "Date": "Tue, 24 May 2022 12:20:16 GMT", + "ETag": "W/\u0022datetime\u00272022-05-24T12%3A19%3A52.4152724Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1351,31 +1271,30 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38af3bf5-ad54-43e3-8c4a-40c8eeeb1fab", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "0a756a19-5cad-4899-a8e2-ae0675e3e574", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095353Z:38af3bf5-ad54-43e3-8c4a-40c8eeeb1fab", + "x-ms-correlation-request-id": "bfc751ef-ac3a-44a4-abf6-2f139b23ab9a", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122016Z:bfc751ef-ac3a-44a4-abf6-2f139b23ab9a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A53%3A24.6190518Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A19%3A52.4152724Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:52:51.0237339Z" + "CreatedOnDate": "2022-05-24T12:19:40.4996641Z" }, "properties": { "provisioningState": "Succeeded", - "fileSystemId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", + "fileSystemId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 214748364800, "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_65fcd495", + "baremetalTenantId": "baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_29d86460", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", "snapshotDirectoryVisible": true, @@ -1388,108 +1307,69 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", - "fileSystemId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", + "mountTargetId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", + "fileSystemId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", "ipAddress": "10.7.0.4" } ], - "throughputMibps": 12.8, + "throughputMibps": 12.5, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000 + "maximumNumberOfFiles": 100000000, + "encrypted": true + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:15:25.4198376Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:19:40.9690353Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "56699728-987c-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a810356e-d24a-46f5-b297-847c1071073e?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce249892-3670-4c36-b6a4-66462b5f8e39?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 09:53:53 GMT", + "Date": "Tue, 24 May 2022 12:20:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a810356e-d24a-46f5-b297-847c1071073e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce249892-3670-4c36-b6a4-66462b5f8e39?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef3e75b5-8bd2-4ae8-9e71-90c0e8b2f9fc", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "ef3e75b5-8bd2-4ae8-9e71-90c0e8b2f9fc", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095354Z:ef3e75b5-8bd2-4ae8-9e71-90c0e8b2f9fc", + "x-ms-correlation-request-id": "35a99223-84fe-4777-8ab6-8cf1b7b80a6f", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122018Z:35a99223-84fe-4777-8ab6-8cf1b7b80a6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a810356e-d24a-46f5-b297-847c1071073e?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "56699728-987c-11ec-8868-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:54:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce8297a1-c89e-4c1c-967c-983b3698871d", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "8a32d2d6-e446-49c0-8b67-3bf5885324aa", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095424Z:ce8297a1-c89e-4c1c-967c-983b3698871d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a810356e-d24a-46f5-b297-847c1071073e", - "name": "a810356e-d24a-46f5-b297-847c1071073e", - "status": "Deleting", - "startTime": "2022-02-28T09:53:53.9643366Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a810356e-d24a-46f5-b297-847c1071073e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce249892-3670-4c36-b6a4-66462b5f8e39?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "56699728-987c-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1497,7 +1377,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:54:53 GMT", + "Date": "Tue, 24 May 2022 12:20:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1505,17 +1385,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab0043e1-8d72-49c4-b776-a60bdd85e27d", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "60deee0c-f4a7-495a-9340-b66d9086f882", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095454Z:ab0043e1-8d72-49c4-b776-a60bdd85e27d", + "x-ms-correlation-request-id": "4fd4d5a5-f94c-488c-af7c-cb1d562ee18f", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122049Z:4fd4d5a5-f94c-488c-af7c-cb1d562ee18f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a810356e-d24a-46f5-b297-847c1071073e", - "name": "a810356e-d24a-46f5-b297-847c1071073e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce249892-3670-4c36-b6a4-66462b5f8e39", + "name": "ce249892-3670-4c36-b6a4-66462b5f8e39", "status": "Deleting", - "startTime": "2022-02-28T09:53:53.9643366Z", + "startTime": "2022-05-24T12:20:18.3935269Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1524,15 +1403,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a810356e-d24a-46f5-b297-847c1071073e?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce249892-3670-4c36-b6a4-66462b5f8e39?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "56699728-987c-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1540,7 +1417,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:55:23 GMT", + "Date": "Tue, 24 May 2022 12:21:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1548,18 +1425,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4807e0ee-7a55-43a0-8b53-0dfec8765dab", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "526e6cf6-2435-4656-85ec-5509fb8fc876", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095524Z:4807e0ee-7a55-43a0-8b53-0dfec8765dab", + "x-ms-correlation-request-id": "47b3ced3-9865-49c5-8966-48e3aba5b1e9", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122119Z:47b3ced3-9865-49c5-8966-48e3aba5b1e9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a810356e-d24a-46f5-b297-847c1071073e", - "name": "a810356e-d24a-46f5-b297-847c1071073e", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce249892-3670-4c36-b6a4-66462b5f8e39", + "name": "ce249892-3670-4c36-b6a4-66462b5f8e39", "status": "Succeeded", - "startTime": "2022-02-28T09:53:53.9643366Z", - "endTime": "2022-02-28T09:55:05.4055957Z", + "startTime": "2022-05-24T12:20:18.3935269Z", + "endTime": "2022-05-24T12:21:03.7678951Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1567,15 +1443,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a810356e-d24a-46f5-b297-847c1071073e?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/ce249892-3670-4c36-b6a4-66462b5f8e39?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "56699728-987c-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1583,7 +1457,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:55:23 GMT", + "Date": "Tue, 24 May 2022 12:21:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1591,42 +1465,40 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "622ccf6b-aa56-4ec4-bb2c-28485d05482d", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "d1b58606-dfef-44bd-a79b-165197a0501f", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095524Z:622ccf6b-aa56-4ec4-bb2c-28485d05482d", + "x-ms-correlation-request-id": "23c774f3-9b98-4078-ae6d-5f02f83b00e7", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122120Z:23c774f3-9b98-4078-ae6d-5f02f83b00e7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A53%3A53.9513832Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A20%3A58.6429379Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:52:51.0237339Z" + "CreatedOnDate": "2022-05-24T12:19:40.4996641Z" }, "properties": { - "provisioningState": "Deleting", - "fileSystemId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", + "fileSystemId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "ownerId": "93ade68e-e530-11e9-a696-c27beff6b5ea", "usageThreshold": 214748364800, "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_65fcd495", + "baremetalTenantId": "DELETED_baremetalTenant_svm_93ade68ee53011e9a696c27beff6b5ea_29d86460", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "7c174321-598c-6319-311f-715c17f859fd", + "poolId": "72d233a1-23a8-25ce-1846-e622b16f4143", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", - "fileSystemId": "cc66490a-cbd9-8126-5021-91cf4c622fa6", + "mountTargetId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", + "fileSystemId": "cb5452db-6ab8-30a2-59ec-0c59487e15ae", "startIp": "", "endIp": "", "gateway": "", @@ -1635,7 +1507,7 @@ "ipAddress": "10.7.0.4" } ], - "throughputMibps": 12.8, + "throughputMibps": 12.5, "kerberosEnabled": false, "securityStyle": "unix", "smbEncryption": false, @@ -1648,87 +1520,60 @@ "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0400050c-987d-11ec-8868-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "302", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:58:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53cb9b77-88c8-453b-ba2e-80ffb7efef30", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "53cb9b77-88c8-453b-ba2e-80ffb7efef30", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095845Z:53cb9b77-88c8-453b-ba2e-80ffb7efef30" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1\u0027 under resource group \u0027sdk-python-tests-rg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "enableSubvolumes": "Disabled", + "encrypted": true, + "smbAccessBasedEnumeration": "Disabled", + "smbNonBrowsable": "Disabled", + "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:15:25.4198376Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:19:40.9690353Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a9c7a4e-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/08997f08-a334-4aa6-b275-8fd9efe166ac?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/102b61b5-f396-4797-99d8-32d94877eb74?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 09:58:57 GMT", + "Date": "Tue, 24 May 2022 12:25:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/08997f08-a334-4aa6-b275-8fd9efe166ac?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/102b61b5-f396-4797-99d8-32d94877eb74?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a7cc709-5d88-4031-8158-18d7e88aebb9", + "x-ms-correlation-request-id": "666e52d2-501a-48e9-8df7-a4db00cf7f2b", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "5a7cc709-5d88-4031-8158-18d7e88aebb9", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095857Z:5a7cc709-5d88-4031-8158-18d7e88aebb9", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122528Z:666e52d2-501a-48e9-8df7-a4db00cf7f2b", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/08997f08-a334-4aa6-b275-8fd9efe166ac?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/102b61b5-f396-4797-99d8-32d94877eb74?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a9c7a4e-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1736,7 +1581,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:59:27 GMT", + "Date": "Tue, 24 May 2022 12:25:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1744,18 +1589,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d8937c4-b61e-4d2d-b15a-fe7f90708111", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "925e840b-d644-49f0-bef2-1a7feb437f0e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095928Z:0d8937c4-b61e-4d2d-b15a-fe7f90708111", + "x-ms-correlation-request-id": "3113b2ac-6d70-439e-a3b0-16b056cb6edf", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122558Z:3113b2ac-6d70-439e-a3b0-16b056cb6edf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/08997f08-a334-4aa6-b275-8fd9efe166ac", - "name": "08997f08-a334-4aa6-b275-8fd9efe166ac", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/102b61b5-f396-4797-99d8-32d94877eb74", + "name": "102b61b5-f396-4797-99d8-32d94877eb74", "status": "Succeeded", - "startTime": "2022-02-28T09:58:57.6494057Z", - "endTime": "2022-02-28T09:58:58.1538763Z", + "startTime": "2022-05-24T12:25:27.8861147Z", + "endTime": "2022-05-24T12:25:31.2926176Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -1763,15 +1607,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/08997f08-a334-4aa6-b275-8fd9efe166ac?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/102b61b5-f396-4797-99d8-32d94877eb74?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a9c7a4e-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1779,7 +1621,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 09:59:27 GMT", + "Date": "Tue, 24 May 2022 12:25:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1787,172 +1629,165 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9679a862-6ae4-439e-9302-80e7b2638da4", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "229bd50c-aaeb-4198-af52-063578da1077", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095928Z:9679a862-6ae4-439e-9302-80e7b2638da4", + "x-ms-correlation-request-id": "6bb1713c-4860-4c83-8aaf-a09ea24dbdfc", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122558Z:6bb1713c-4860-4c83-8aaf-a09ea24dbdfc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-02-28T09%3A58%3A57.6168109Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A25%3A27.880107Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:47:33.8856068Z" + "CreatedOnDate": "2022-05-24T12:14:34.7917502Z" }, "properties": { - "poolId": "7c174321-598c-6319-311f-715c17f859fd", + "poolId": "72d233a1-23a8-25ce-1846-e622b16f4143", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "qosType": "Auto", - "totalThroughputMibps": 262.144, + "totalThroughputMibps": 256.0, + "utilizedThroughputMibps": 0.0, "encryptionType": "Single", "coolAccess": false, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:14:37.0445335Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:14:37.0445335Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "23d5ee3c-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:59:38 GMT", + "Date": "Tue, 24 May 2022 12:26:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a853656-8b70-4cda-81b4-aa6dc694c59c", + "x-ms-correlation-request-id": "f64a048c-b7e9-4038-99e0-f0a40f6bd739", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "8a853656-8b70-4cda-81b4-aa6dc694c59c", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095938Z:8a853656-8b70-4cda-81b4-aa6dc694c59c" + "x-ms-routing-request-id": "UAECENTRAL:20220524T122609Z:f64a048c-b7e9-4038-99e0-f0a40f6bd739" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "29eae908-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:59:48 GMT", + "Date": "Tue, 24 May 2022 12:26:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0058003-3710-4878-876d-a89c93edf074", + "x-ms-correlation-request-id": "d2669785-af85-4a03-8631-777da7efb415", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "c0058003-3710-4878-876d-a89c93edf074", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095948Z:c0058003-3710-4878-876d-a89c93edf074" + "x-ms-routing-request-id": "UAECENTRAL:20220524T122621Z:d2669785-af85-4a03-8631-777da7efb415" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2ffc83b0-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 09:59:58 GMT", + "Date": "Tue, 24 May 2022 12:26:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1b6c34c-3f4f-43c4-b3cc-b755c6f2775a", + "x-ms-correlation-request-id": "faab328e-4aa0-495d-8e8a-e4dc25af48b3", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "d1b6c34c-3f4f-43c4-b3cc-b755c6f2775a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T095958Z:d1b6c34c-3f4f-43c4-b3cc-b755c6f2775a" + "x-ms-routing-request-id": "UAECENTRAL:20220524T122631Z:faab328e-4aa0-495d-8e8a-e4dc25af48b3" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "360e09a4-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Mon, 28 Feb 2022 10:00:08 GMT", + "Date": "Tue, 24 May 2022 12:26:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "daf93d70-5312-4b6c-a862-1fb8cfc7531e", + "x-ms-correlation-request-id": "25e77b53-73d5-4be3-957e-44474c7bcddc", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "daf93d70-5312-4b6c-a862-1fb8cfc7531e", - "x-ms-routing-request-id": "WESTEUROPE:20220228T100009Z:daf93d70-5312-4b6c-a862-1fb8cfc7531e" + "x-ms-routing-request-id": "UAECENTRAL:20220524T122642Z:25e77b53-73d5-4be3-957e-44474c7bcddc" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3c251260-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:00:18 GMT", + "Date": "Tue, 24 May 2022 12:26:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be36ee2f-2270-4b79-81d7-4875a1bbda8a", + "x-ms-correlation-request-id": "20a48b54-89d7-43bc-adf5-6376a094c627", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "be36ee2f-2270-4b79-81d7-4875a1bbda8a", - "x-ms-routing-request-id": "WESTEUROPE:20220228T100019Z:be36ee2f-2270-4b79-81d7-4875a1bbda8a" + "x-ms-routing-request-id": "UAECENTRAL:20220524T122653Z:20a48b54-89d7-43bc-adf5-6376a094c627" }, "ResponseBody": { "error": { @@ -1962,48 +1797,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3c515064-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fc4c4b3e-df6d-4292-b47a-32ba91cd8890?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/65eac8b7-14e1-4382-b5e8-64b6df51dd63?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Feb 2022 10:00:19 GMT", + "Date": "Tue, 24 May 2022 12:26:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fc4c4b3e-df6d-4292-b47a-32ba91cd8890?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/65eac8b7-14e1-4382-b5e8-64b6df51dd63?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0198e2a-5763-4e87-8252-0e92bb9dfec5", + "x-ms-correlation-request-id": "a38168da-938e-4040-8823-735ccce57710", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "d0198e2a-5763-4e87-8252-0e92bb9dfec5", - "x-ms-routing-request-id": "WESTEUROPE:20220228T100020Z:d0198e2a-5763-4e87-8252-0e92bb9dfec5", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122655Z:a38168da-938e-4040-8823-735ccce57710", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fc4c4b3e-df6d-4292-b47a-32ba91cd8890?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/65eac8b7-14e1-4382-b5e8-64b6df51dd63?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3c515064-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2011,7 +1841,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:00:49 GMT", + "Date": "Tue, 24 May 2022 12:27:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2019,18 +1849,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6101e382-21e7-466d-b9e8-87ebdb407b68", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "cc58b65d-0368-4869-8873-29ea2df9ca2d", - "x-ms-routing-request-id": "WESTEUROPE:20220228T100050Z:6101e382-21e7-466d-b9e8-87ebdb407b68", + "x-ms-correlation-request-id": "dbcb3ea5-7bae-4d2d-8925-55a3b1a5defb", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122726Z:dbcb3ea5-7bae-4d2d-8925-55a3b1a5defb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fc4c4b3e-df6d-4292-b47a-32ba91cd8890", - "name": "fc4c4b3e-df6d-4292-b47a-32ba91cd8890", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/65eac8b7-14e1-4382-b5e8-64b6df51dd63", + "name": "65eac8b7-14e1-4382-b5e8-64b6df51dd63", "status": "Succeeded", - "startTime": "2022-02-28T10:00:20.1726354Z", - "endTime": "2022-02-28T10:00:20.2432922Z", + "startTime": "2022-05-24T12:26:55.7855366Z", + "endTime": "2022-05-24T12:26:55.8168149Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -2038,15 +1867,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/fc4c4b3e-df6d-4292-b47a-32ba91cd8890?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/65eac8b7-14e1-4382-b5e8-64b6df51dd63?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3c515064-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2054,7 +1881,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:00:49 GMT", + "Date": "Tue, 24 May 2022 12:27:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2062,55 +1889,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f35394da-9bc5-441d-8366-ec6dcead2b54", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "90f9462e-58c6-4e54-889b-fbd65aa6176b", - "x-ms-routing-request-id": "WESTEUROPE:20220228T100050Z:f35394da-9bc5-441d-8366-ec6dcead2b54", + "x-ms-correlation-request-id": "c8e577d4-d8c8-49a8-bdf4-983a0bbcc5de", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "UAECENTRAL:20220524T122727Z:c8e577d4-d8c8-49a8-bdf4-983a0bbcc5de", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-02-28T10%3A00%3A20.1619246Z\u0027\u0022", + "etag": "W/\u0022datetime\u00272022-05-24T12%3A26%3A55.7892318Z\u0027\u0022", "location": "southcentralusstage", "tags": { - "CreatedOnDate": "2022-02-28T09:46:59.2865056Z" + "CreatedOnDate": "2022-05-24T12:13:47.5533123Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdByType": "Application", + "createdAt": "2022-05-24T12:13:56.2280773Z", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedByType": "Application", + "lastModifiedAt": "2022-05-24T12:13:56.2280773Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "503537d0-987d-11ec-8868-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/5.1.0 Python/3.8.10 (macOS-12.3.1-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Feb 2022 10:00:52 GMT", + "Date": "Tue, 24 May 2022 12:27:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d3ca356-9e35-4269-a9e6-0e1d7d8e9cb4", + "x-ms-correlation-request-id": "896ddddf-e043-465a-a907-2fe6bc8f3f73", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "3d3ca356-9e35-4269-a9e6-0e1d7d8e9cb4", - "x-ms-routing-request-id": "WESTEUROPE:20220228T100053Z:3d3ca356-9e35-4269-a9e6-0e1d7d8e9cb4" + "x-ms-routing-request-id": "UAECENTRAL:20220524T122730Z:896ddddf-e043-465a-a907-2fe6bc8f3f73" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_volume_replication.json b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_volume_replication.json index a578dad7e81c..5dd0b1ca459f 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_volume_replication.json +++ b/sdk/netapp/azure-mgmt-netapp/tests/recordings/test_volume.pyTestNetAppVolumetest_volume_replication.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:52:44 GMT", + "Date": "Thu, 09 Jun 2022 08:39:43 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AhBjDAEnE1xFlCaGj8g4fQ8; expires=Thu, 31-Mar-2022 09:52:45 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7Wevraghpzy81V863vgLkCi36QKk6Xfngy_Bu4ZapLhSIFelNWfTqedHV6Sl45QvLBxM8VI0OTmD0YGssBIdMY9ThkH_Lm8KcXHyrICs31FzjCtcWC2Y6S0yW-qGICH68PNYjfv_UludAyNFDya7LstI2AIuF96VMLDxtaFH0XQuLKQ4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12529.16 - NEULR2 ProdSlices", - "x-ms-request-id": "38b19058-af6d-4d4d-9e37-2866f0a91700" + "x-ms-ests-server": "2.1.12851.7 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AhBjDAEnE1xFlCaGj8g4fQ8; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:52:44 GMT", + "Date": "Thu, 09 Jun 2022 08:39:43 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AhBjDAEnE1xFlCaGj8g4fQ8; expires=Thu, 31-Mar-2022 09:52:45 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12470.13 - NEULR1 ProdSlices", - "x-ms-request-id": "a096a32b-94b3-4263-b2fa-649ca0ed3f01" + "x-ms-ests-server": "2.1.12851.7 - WEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,41 +172,37 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "6e659b2f-d0ec-4615-a7a4-5fae63c0eef5", + "client-request-id": "9d171664-6267-455b-8c0e-a77892004b8c", "Connection": "keep-alive", "Content-Length": "281", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AhBjDAEnE1xFlCaGj8g4fQ8; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.8.0b2 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.11.0b2 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "darwin", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.17.0", + "x-client-ver": "1.18.0", "x-ms-lib-capability": "retry-after, h429" }, "RequestBody": "client_id=c6c4faba-2b22-44d9-80a4-71ff5b71f811\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=%7BQR%5B%2B%40avhE%2B3qiyY1Xf\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "6e659b2f-d0ec-4615-a7a4-5fae63c0eef5", - "Content-Length": "1412", + "client-request-id": "9d171664-6267-455b-8c0e-a77892004b8c", + "Content-Length": "114", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:52:44 GMT", + "Date": "Thu, 09 Jun 2022 08:39:43 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AhBjDAEnE1xFlCaGj8g4fQ_7QncyAQAAAO3jr9kOAAAA; expires=Thu, 31-Mar-2022 09:52:45 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12529.16 - NEULR1 ProdSlices", - "x-ms-request-id": "f4e2c84f-7222-4fb5-b2ee-1532176c1700" + "x-ms-ests-server": "2.1.12851.7 - NEULR1 ProdSlices", + "X-XSS-Protection": "0" }, "ResponseBody": { "token_type": "Bearer", @@ -226,64 +213,72 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "57cbac54-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage" + "location": "eastus" }, - "StatusCode": 201, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39ecc92d-f62a-4d28-b603-d3922978da27?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a501b7bb-b880-4ad8-84ed-5c9be514fb4f?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "405", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:52:51 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A52%3A50.9619416Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:39:49 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A39%3A48.1138491Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74f2b82f-19e7-4441-b635-9f526c56e6f4", + "x-ms-correlation-request-id": "53253d9f-98b0-4ea7-89a6-89901c4f4567", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "01605b1b-030f-487b-aabb-4ee7858b0bb0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095251Z:74f2b82f-19e7-4441-b635-9f526c56e6f4", + "x-ms-routing-request-id": "WESTEUROPE:20220609T083949Z:53253d9f-98b0-4ea7-89a6-89901c4f4567", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A52%3A50.9619416Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A39%3A48.1138491Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:52:48.0347842Z" + "CreatedOnDate": "2022-06-08T13:30:55.6084191Z" }, "properties": { - "provisioningState": "Creating" + "provisioningState": "Updating", + "encryption": { + "keySource": "Microsoft.NetApp" + } + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-06-08T13:30:57.4753284Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-06-08T13:30:57.4753284Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39ecc92d-f62a-4d28-b603-d3922978da27?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a501b7bb-b880-4ad8-84ed-5c9be514fb4f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "57cbac54-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -291,7 +286,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:53:21 GMT", + "Date": "Thu, 09 Jun 2022 08:40:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -299,18 +294,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b525eb09-446b-4d28-9685-0c414d2b0bac", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "97f75099-7225-470e-8ef8-6b0edfb0dbe1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095322Z:b525eb09-446b-4d28-9685-0c414d2b0bac", + "x-ms-correlation-request-id": "554366ac-7e15-455e-ae6c-a04154704fa7", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084020Z:554366ac-7e15-455e-ae6c-a04154704fa7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/39ecc92d-f62a-4d28-b603-d3922978da27", - "name": "39ecc92d-f62a-4d28-b603-d3922978da27", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/a501b7bb-b880-4ad8-84ed-5c9be514fb4f", + "name": "a501b7bb-b880-4ad8-84ed-5c9be514fb4f", "status": "Succeeded", - "startTime": "2022-03-01T09:52:50.9706006Z", - "endTime": "2022-03-01T09:52:51.0162364Z", + "startTime": "2022-06-09T08:39:48.1167541Z", + "endTime": "2022-06-09T08:39:48.5230306Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -318,15 +312,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "57cbac54-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -334,8 +326,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:53:21 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A52%3A51.0086152Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:40:19 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A39%3A48.5236087Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -343,44 +335,46 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5e2b1fd-7400-48a7-99cd-25442da85d8a", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "6f4ec8cf-5283-4271-ac02-b8e8f472ea43", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095322Z:c5e2b1fd-7400-48a7-99cd-25442da85d8a", + "x-ms-correlation-request-id": "a72d810d-c566-4aa2-ac09-706208910bd4", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084020Z:a72d810d-c566-4aa2-ac09-706208910bd4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A52%3A51.0086152Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:52:48.0347842Z" - }, + "etag": "W/\u0022datetime\u00272022-06-09T08%3A39%3A48.5236087Z\u0027\u0022", + "location": "eastus", "properties": { + "provisioningState": "Succeeded", "encryption": { "keySource": "Microsoft.NetApp" - }, - "provisioningState": "Succeeded" + } + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-06-08T13:30:57.4753284Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-06-09T08:39:47.4919499Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "137", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6e4759f6-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "size": 4398046511104, "serviceLevel": "Premium", @@ -390,31 +384,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89c2ab45-37c6-48c5-bba6-04c2a9b9292d?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d1e19ae0-263c-4ce1-b22e-827cca1127aa?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "621", + "Content-Length": "902", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:53:24 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A53%3A24.5517552Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:40:22 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A40%3A21.9770212Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2726d1d8-3de5-46cc-a0ef-55a982ace149", + "x-ms-correlation-request-id": "3e35e2c1-d267-46b5-ae4a-7596035b46f5", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "1d3c7c38-aca4-4cb8-81ee-b7361308d2a7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095325Z:2726d1d8-3de5-46cc-a0ef-55a982ace149", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084022Z:3e35e2c1-d267-46b5-ae4a-7596035b46f5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A53%3A24.5517552Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A40%3A21.9770212Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:53:22.5695815Z" + "CreatedOnDate": "2022-06-09T08:40:20.7622365Z" }, "properties": { "serviceLevel": "Premium", @@ -424,19 +417,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-06-09T08:40:21.710967Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-06-09T08:40:21.710967Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89c2ab45-37c6-48c5-bba6-04c2a9b9292d?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d1e19ae0-263c-4ce1-b22e-827cca1127aa?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6e4759f6-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -444,7 +443,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:53:55 GMT", + "Date": "Thu, 09 Jun 2022 08:40:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -452,18 +451,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aeb63ea3-8c68-4062-8f0c-605cfb245bbb", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "d660c6a1-e93b-46ea-9053-665581909d5f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095355Z:aeb63ea3-8c68-4062-8f0c-605cfb245bbb", + "x-ms-correlation-request-id": "808f070d-c395-47b9-a313-92a5c2aee166", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084052Z:808f070d-c395-47b9-a313-92a5c2aee166", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/89c2ab45-37c6-48c5-bba6-04c2a9b9292d", - "name": "89c2ab45-37c6-48c5-bba6-04c2a9b9292d", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d1e19ae0-263c-4ce1-b22e-827cca1127aa", + "name": "d1e19ae0-263c-4ce1-b22e-827cca1127aa", "status": "Succeeded", - "startTime": "2022-03-01T09:53:24.5622036Z", - "endTime": "2022-03-01T09:53:24.9251576Z", + "startTime": "2022-06-09T08:40:21.9815321Z", + "endTime": "2022-06-09T08:40:22.1690396Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -471,15 +469,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6e4759f6-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -487,8 +483,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:53:55 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A53%3A24.9053523Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:40:52 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A40%3A22.1658827Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -496,23 +492,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e72041ce-3c02-4337-96cd-6b17863d7082", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "a39bb0d8-5bf3-45a1-8086-28795421bd89", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095355Z:e72041ce-3c02-4337-96cd-6b17863d7082", + "x-ms-correlation-request-id": "83426ff6-3bf2-46bb-b7ab-8db24adae1b6", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084053Z:83426ff6-3bf2-46bb-b7ab-8db24adae1b6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A53%3A24.9053523Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A40%3A22.1658827Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:53:22.5695815Z" + "CreatedOnDate": "2022-06-09T08:40:20.7622365Z" }, "properties": { - "poolId": "cf780f84-0d48-fe05-8987-fa41a886452a", + "poolId": "34b26013-f1c9-a827-2cf1-f37459591c16", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -525,20 +520,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "765", + "Content-Length": "755", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": { - "location": "southcentralusstage", + "location": "eastus", "properties": { "creationToken": "sdk-py-tests-vol-1", "serviceLevel": "Premium", @@ -553,44 +546,42 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled" + "defaultGroupQuotaInKiBs": 0 } }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1247", + "Content-Length": "1524", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:54:07 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A54%3A07.3473063Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:41:04 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A41%3A04.7456318Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee7799e4-eb66-4946-b557-910f8ac04116", + "x-ms-correlation-request-id": "a5a791f6-fb2c-4fe8-b5bf-5a0ec5325bf0", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "091d60be-f14e-4710-9c4a-ab44cc5b3cb2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095407Z:ee7799e4-eb66-4946-b557-910f8ac04116", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084105Z:a5a791f6-fb2c-4fe8-b5bf-5a0ec5325bf0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A54%3A07.3473063Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A41%3A04.7456318Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { "serviceLevel": "Premium", @@ -606,73 +597,35 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, "defaultUserQuotaInKiBs": 0, "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-06-09T08:41:04.2894728Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-06-09T08:41:04.2894728Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:54:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8477b8d-19d2-4ec4-b035-fc67c3daf7fe", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "572a74ce-f3aa-47a4-862c-8d2ccdcf679f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095438Z:b8477b8d-19d2-4ec4-b035-fc67c3daf7fe", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", - "name": "bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", - "status": "Creating", - "startTime": "2022-03-01T09:54:07.3544785Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -680,7 +633,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:55:07 GMT", + "Date": "Thu, 09 Jun 2022 08:41:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -688,17 +641,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ca44c52-35fd-4425-a199-1683f5a8f55b", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "e217f4e9-a663-4e26-853c-9798f7ca67e3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095508Z:7ca44c52-35fd-4425-a199-1683f5a8f55b", + "x-ms-correlation-request-id": "06aa25c3-f63d-49ef-9eeb-1e7c97cb3ec5", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084135Z:06aa25c3-f63d-49ef-9eeb-1e7c97cb3ec5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", - "name": "bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143", + "name": "88e367be-0856-4f27-91d7-ca6becc10143", "status": "Creating", - "startTime": "2022-03-01T09:54:07.3544785Z", + "startTime": "2022-06-09T08:41:04.7490513Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -707,15 +659,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -723,7 +673,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:55:38 GMT", + "Date": "Thu, 09 Jun 2022 08:42:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -731,17 +681,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b53a0ed5-4cc2-46a0-9fc6-d71afd984bb0", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "3f50e584-6204-429c-b0be-47f39753d2b7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095538Z:b53a0ed5-4cc2-46a0-9fc6-d71afd984bb0", + "x-ms-correlation-request-id": "e8871b98-179c-4d9b-b11d-b33111f2c3fa", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084205Z:e8871b98-179c-4d9b-b11d-b33111f2c3fa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", - "name": "bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143", + "name": "88e367be-0856-4f27-91d7-ca6becc10143", "status": "Creating", - "startTime": "2022-03-01T09:54:07.3544785Z", + "startTime": "2022-06-09T08:41:04.7490513Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -750,15 +699,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -766,7 +713,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:56:08 GMT", + "Date": "Thu, 09 Jun 2022 08:42:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -774,17 +721,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "410aa53c-315b-4716-bd2b-b689c7cf663d", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "c79ee14f-74fa-48b9-a716-a1618245d991", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095608Z:410aa53c-315b-4716-bd2b-b689c7cf663d", + "x-ms-correlation-request-id": "4bc614e5-7c6c-4756-8d1e-85ac47b742c2", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084236Z:4bc614e5-7c6c-4756-8d1e-85ac47b742c2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", - "name": "bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143", + "name": "88e367be-0856-4f27-91d7-ca6becc10143", "status": "Creating", - "startTime": "2022-03-01T09:54:07.3544785Z", + "startTime": "2022-06-09T08:41:04.7490513Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -793,15 +739,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -809,7 +753,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:56:38 GMT", + "Date": "Thu, 09 Jun 2022 08:43:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -817,17 +761,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "119f8214-d8a5-43b7-9955-c3d6c0ebe7a5", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "8c573b8b-f136-4fa6-9ddb-cad1a569d537", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095638Z:119f8214-d8a5-43b7-9955-c3d6c0ebe7a5", + "x-ms-correlation-request-id": "bf5ba228-0a5e-4e6c-9510-26ecb75ef134", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084306Z:bf5ba228-0a5e-4e6c-9510-26ecb75ef134", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", - "name": "bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143", + "name": "88e367be-0856-4f27-91d7-ca6becc10143", "status": "Creating", - "startTime": "2022-03-01T09:54:07.3544785Z", + "startTime": "2022-06-09T08:41:04.7490513Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -836,15 +779,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -852,7 +793,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:57:08 GMT", + "Date": "Thu, 09 Jun 2022 08:43:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -860,17 +801,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa964c3b-8b87-496f-9c98-3733de8ce9c3", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "de3d701a-fc6b-4950-8935-3c319e7da313", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095709Z:fa964c3b-8b87-496f-9c98-3733de8ce9c3", + "x-ms-correlation-request-id": "eccc87dd-6dd2-4d1f-8c0e-045176c5542f", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084336Z:eccc87dd-6dd2-4d1f-8c0e-045176c5542f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", - "name": "bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143", + "name": "88e367be-0856-4f27-91d7-ca6becc10143", "status": "Creating", - "startTime": "2022-03-01T09:54:07.3544785Z", + "startTime": "2022-06-09T08:41:04.7490513Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -879,15 +819,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -895,7 +833,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:57:39 GMT", + "Date": "Thu, 09 Jun 2022 08:44:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -903,17 +841,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "002dd498-d2d5-4be1-86a3-8b265371c4ad", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "daa2aca3-1e42-4c83-9217-a27676adc2ce", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095739Z:002dd498-d2d5-4be1-86a3-8b265371c4ad", + "x-ms-correlation-request-id": "c1184979-169e-4e16-8c35-24767b0b6b5e", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084406Z:c1184979-169e-4e16-8c35-24767b0b6b5e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", - "name": "bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143", + "name": "88e367be-0856-4f27-91d7-ca6becc10143", "status": "Creating", - "startTime": "2022-03-01T09:54:07.3544785Z", + "startTime": "2022-06-09T08:41:04.7490513Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -922,15 +859,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -938,7 +873,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:58:09 GMT", + "Date": "Thu, 09 Jun 2022 08:44:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -946,17 +881,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6602dfa5-7364-4b30-bce5-4e4e997b6875", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "359185f6-f1f2-47e4-ae8a-65b03053ecba", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095810Z:6602dfa5-7364-4b30-bce5-4e4e997b6875", + "x-ms-correlation-request-id": "768975bf-b3ae-4ff3-9227-56082ba72dda", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084437Z:768975bf-b3ae-4ff3-9227-56082ba72dda", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", - "name": "bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143", + "name": "88e367be-0856-4f27-91d7-ca6becc10143", "status": "Creating", - "startTime": "2022-03-01T09:54:07.3544785Z", + "startTime": "2022-06-09T08:41:04.7490513Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -965,15 +899,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -981,7 +913,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:58:39 GMT", + "Date": "Thu, 09 Jun 2022 08:45:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -989,18 +921,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78ff3208-7420-493b-9c94-491c85a6859b", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "54ef2536-bb7f-47d1-8e84-646635b9ddea", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095840Z:78ff3208-7420-493b-9c94-491c85a6859b", + "x-ms-correlation-request-id": "adde3b03-ee0f-4d1d-9fb7-f45715da9d7d", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084507Z:adde3b03-ee0f-4d1d-9fb7-f45715da9d7d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", - "name": "bd2b1c73-bcc8-49b8-9a93-2d45fbd1c2fd", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/88e367be-0856-4f27-91d7-ca6becc10143", + "name": "88e367be-0856-4f27-91d7-ca6becc10143", "status": "Succeeded", - "startTime": "2022-03-01T09:54:07.3544785Z", - "endTime": "2022-03-01T09:58:39.8657273Z", + "startTime": "2022-06-09T08:41:04.7490513Z", + "endTime": "2022-06-09T08:45:02.3582475Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -1008,15 +939,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8842785e-9945-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1024,8 +953,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:58:39 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A58%3A39.8565528Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:45:07 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A45%3A02.3459073Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1033,23 +962,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "893680e3-6126-4b40-9348-f437bb79ea05", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "2c3f57a8-a0e8-4532-9a91-b980fde67c4d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095840Z:893680e3-6126-4b40-9348-f437bb79ea05", + "x-ms-correlation-request-id": "d1c651aa-2542-4a6b-be89-d4c0495e68d3", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084507Z:d1c651aa-2542-4a6b-be89-d4c0495e68d3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A58%3A39.8565528Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A45%3A02.3459073Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -1077,10 +1005,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -1092,8 +1020,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -1111,64 +1039,67 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "30", + "Content-Length": "22", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2bed82dc-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": { - "location": "eastus2euap" + "location": "westus" }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/fef553b7-1246-428c-a023-caaf2754bed6?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/1bb81ba0-ed7e-4393-882a-84571126c27d?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "415", + "Content-Length": "687", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:58:47 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A58%3A47.1495638Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:45:14 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A45%3A14.2545741Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "186f5275-a11c-45c6-96f9-2d7bcee37dc1", + "x-ms-correlation-request-id": "4bf74acf-6cf4-44ab-a5fd-d85a956c3e64", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "6db6ae20-5a0c-4b71-96dd-4c08c2429e57", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095848Z:186f5275-a11c-45c6-96f9-2d7bcee37dc1", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084515Z:4bf74acf-6cf4-44ab-a5fd-d85a956c3e64", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2", "name": "sdk-py-tests-acc-2", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A58%3A47.1495638Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A45%3A14.2545741Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T09:58:42.3276230Z" + "CreatedOnDate": "2022-06-09T08:45:08.6784363Z" }, "properties": { "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-06-09T08:45:13.3380366Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-06-09T08:45:13.3380366Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/fef553b7-1246-428c-a023-caaf2754bed6?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/1bb81ba0-ed7e-4393-882a-84571126c27d?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2bed82dc-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1176,7 +1107,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:59:17 GMT", + "Date": "Thu, 09 Jun 2022 08:45:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1184,18 +1115,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c7a593b-54f3-45d2-9891-fe1b799e4b13", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "90bf865e-ef25-4ce1-9723-3875199baed3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095918Z:3c7a593b-54f3-45d2-9891-fe1b799e4b13", + "x-ms-correlation-request-id": "64b62d6e-8479-4d8f-b75d-1fdb0ca9b9b8", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084545Z:64b62d6e-8479-4d8f-b75d-1fdb0ca9b9b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/fef553b7-1246-428c-a023-caaf2754bed6", - "name": "fef553b7-1246-428c-a023-caaf2754bed6", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/1bb81ba0-ed7e-4393-882a-84571126c27d", + "name": "1bb81ba0-ed7e-4393-882a-84571126c27d", "status": "Succeeded", - "startTime": "2022-03-01T09:58:47.1572664Z", - "endTime": "2022-03-01T09:58:47.192249Z", + "startTime": "2022-06-09T08:45:14.2597431Z", + "endTime": "2022-06-09T08:45:14.2909851Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2" @@ -1203,15 +1133,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2bed82dc-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1219,8 +1147,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:59:18 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A58%3A47.1875136Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:45:45 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A45%3A14.2947367Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1228,44 +1156,49 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3a4bafd-1c11-46bd-875e-be6325dca1a3", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "89a87b21-3aa5-4c17-81af-d500062a9e80", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095918Z:b3a4bafd-1c11-46bd-875e-be6325dca1a3", + "x-ms-correlation-request-id": "9c6d2c7b-d967-4b78-be28-00a37beedd7e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084546Z:9c6d2c7b-d967-4b78-be28-00a37beedd7e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2", "name": "sdk-py-tests-acc-2", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A58%3A47.1875136Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A45%3A14.2947367Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T09:58:42.3276230Z" + "CreatedOnDate": "2022-06-09T08:45:08.6784363Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Succeeded" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-06-09T08:45:13.3380366Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-06-09T08:45:13.3380366Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "145", + "Content-Length": "137", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "42cf6e0c-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": { - "location": "eastus2euap", + "location": "westus", "properties": { "size": 4398046511104, "serviceLevel": "Premium", @@ -1275,31 +1208,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/031b45fe-1275-4043-80b2-16e05ae08dc1?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/30cf4bbd-d717-4814-a2fb-eb6de655433f?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "630", + "Content-Length": "905", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:59:21 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A59%3A20.593504Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:45:49 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A45%3A49.1404774Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "285623ee-e242-4ec3-bf67-a1669c56230b", + "x-ms-correlation-request-id": "5eeec46b-5636-4c94-a375-6e3c37e1c1ac", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "dd025bbf-804c-4c3d-92c4-dbb311638f2d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095921Z:285623ee-e242-4ec3-bf67-a1669c56230b", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084550Z:5eeec46b-5636-4c94-a375-6e3c37e1c1ac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A59%3A20.593504Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A45%3A49.1404774Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T09:59:19.1710819Z" + "CreatedOnDate": "2022-06-09T08:45:46.4570107Z" }, "properties": { "serviceLevel": "Premium", @@ -1309,19 +1241,25 @@ "encryptionType": "Single", "coolAccess": false, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-06-09T08:45:48.9163906Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-06-09T08:45:48.9163906Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/031b45fe-1275-4043-80b2-16e05ae08dc1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/30cf4bbd-d717-4814-a2fb-eb6de655433f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "42cf6e0c-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1329,7 +1267,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:59:51 GMT", + "Date": "Thu, 09 Jun 2022 08:46:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1337,18 +1275,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d917e3b-e7e4-46d0-acc0-44ab09d612e6", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "528199f2-6899-48c0-b64b-474cd990a9d8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095952Z:7d917e3b-e7e4-46d0-acc0-44ab09d612e6", + "x-ms-correlation-request-id": "24893c0b-7797-479b-8baa-afadf2100f20", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084620Z:24893c0b-7797-479b-8baa-afadf2100f20", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/031b45fe-1275-4043-80b2-16e05ae08dc1", - "name": "031b45fe-1275-4043-80b2-16e05ae08dc1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/30cf4bbd-d717-4814-a2fb-eb6de655433f", + "name": "30cf4bbd-d717-4814-a2fb-eb6de655433f", "status": "Succeeded", - "startTime": "2022-03-01T09:59:20.5993894Z", - "endTime": "2022-03-01T09:59:20.8903034Z", + "startTime": "2022-06-09T08:45:49.1432861Z", + "endTime": "2022-06-09T08:45:49.4089238Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2" @@ -1356,15 +1293,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "42cf6e0c-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1372,8 +1307,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 09:59:51 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T09%3A59%3A20.883475Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:46:20 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A45%3A49.4067557Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1381,23 +1316,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a62de6ce-7e3a-4157-a160-4b5153ed7666", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "7b5289bb-a413-4cef-96a8-26d5c997dac3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T095952Z:a62de6ce-7e3a-4157-a160-4b5153ed7666", + "x-ms-correlation-request-id": "a2f76592-cb61-4c8b-b22f-6884efa0e24a", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084621Z:a2f76592-cb61-4c8b-b22f-6884efa0e24a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T09%3A59%3A20.883475Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A45%3A49.4067557Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T09:59:19.1710819Z" + "CreatedOnDate": "2022-06-09T08:45:46.4570107Z" }, "properties": { - "poolId": "8daffd47-e542-8d4d-faae-4ed776b858c5", + "poolId": "83a8e743-45f2-80c6-14d9-132fff6e1fb5", "serviceLevel": "Premium", "size": 4398046511104, "qosType": "Auto", @@ -1410,20 +1344,18 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "1145", + "Content-Length": "1161", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb31788-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": { - "location": "eastus2euap", + "location": "westus", "properties": { "creationToken": "sdk-py-tests-vol-2", "serviceLevel": "Premium", @@ -1446,7 +1378,7 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, - "throughputMibps": 0.0, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "coolAccess": false, "unixPermissions": "0770", @@ -1459,31 +1391,30 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Length": "1619", + "Content-Length": "1919", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:00:04 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A00%3A04.2655877Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:46:34 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A46%3A33.3280203Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d13b2b27-8861-4725-a547-f5a3e5432258", + "x-ms-correlation-request-id": "176d492e-459f-4f43-98f0-3828d0822cd9", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "5a4f4355-3db6-4d5b-9196-82c0083735aa", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100005Z:d13b2b27-8861-4725-a547-f5a3e5432258", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084634Z:176d492e-459f-4f43-98f0-3828d0822cd9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A00%3A04.2655877Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A46%3A33.3280203Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", @@ -1507,9 +1438,9 @@ "securityStyle": "unix", "smbEncryption": false, "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", "ldapEnabled": false, "unixPermissions": "0770", - "throughputMibps": 0.0, "coolAccess": false, "avsDataStore": "Disabled", "isDefaultQuotaEnabled": false, @@ -1518,19 +1449,25 @@ "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, "provisioningState": "Creating" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-06-09T08:46:32.9479303Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-06-09T08:46:32.9479303Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb31788-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1538,7 +1475,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:00:34 GMT", + "Date": "Thu, 09 Jun 2022 08:47:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1546,17 +1483,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39497f6c-cc21-40c2-8217-8efdaff4f52e", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "9662cea0-a2fb-4a2e-9766-3092e3fc85a2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100035Z:39497f6c-cc21-40c2-8217-8efdaff4f52e", + "x-ms-correlation-request-id": "4559bcfa-8667-4698-ac26-18598bcf1f80", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084704Z:4559bcfa-8667-4698-ac26-18598bcf1f80", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf", - "name": "c15a52a0-58a3-443c-be06-c979f8b4cbcf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3", + "name": "e1bf6759-240d-4611-9dec-93d79e93e1a3", "status": "Creating", - "startTime": "2022-03-01T10:00:04.2748319Z", + "startTime": "2022-06-09T08:46:33.3264847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1565,15 +1501,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb31788-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1581,7 +1515,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:01:05 GMT", + "Date": "Thu, 09 Jun 2022 08:47:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1589,17 +1523,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9da7756f-baa2-4353-892f-27f23feaba9c", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "182d9ae5-9fa0-49ce-a667-fcdc77db0fd7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100105Z:9da7756f-baa2-4353-892f-27f23feaba9c", + "x-ms-correlation-request-id": "573db7f0-1bfe-4dd6-9164-ecf74591344a", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084734Z:573db7f0-1bfe-4dd6-9164-ecf74591344a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf", - "name": "c15a52a0-58a3-443c-be06-c979f8b4cbcf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3", + "name": "e1bf6759-240d-4611-9dec-93d79e93e1a3", "status": "Creating", - "startTime": "2022-03-01T10:00:04.2748319Z", + "startTime": "2022-06-09T08:46:33.3264847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1608,15 +1541,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb31788-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1624,7 +1555,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:01:35 GMT", + "Date": "Thu, 09 Jun 2022 08:48:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1632,17 +1563,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1cbe866-4bf4-46bf-9257-8e72b57d9f37", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "fd8ff9de-3aba-45a0-baa0-becbb5c1a2c3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100136Z:f1cbe866-4bf4-46bf-9257-8e72b57d9f37", + "x-ms-correlation-request-id": "64aaa5e8-8a21-48e5-a2af-ebacb6b8aa25", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084805Z:64aaa5e8-8a21-48e5-a2af-ebacb6b8aa25", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf", - "name": "c15a52a0-58a3-443c-be06-c979f8b4cbcf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3", + "name": "e1bf6759-240d-4611-9dec-93d79e93e1a3", "status": "Creating", - "startTime": "2022-03-01T10:00:04.2748319Z", + "startTime": "2022-06-09T08:46:33.3264847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1651,15 +1581,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb31788-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1667,7 +1595,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:02:05 GMT", + "Date": "Thu, 09 Jun 2022 08:48:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1675,17 +1603,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1568d03c-c858-48a0-86e1-561082830d86", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "cf59fed0-2798-418d-b25f-afd701ba7cff", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100206Z:1568d03c-c858-48a0-86e1-561082830d86", + "x-ms-correlation-request-id": "3e6d8990-420c-40de-be07-096eb5208005", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084835Z:3e6d8990-420c-40de-be07-096eb5208005", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf", - "name": "c15a52a0-58a3-443c-be06-c979f8b4cbcf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3", + "name": "e1bf6759-240d-4611-9dec-93d79e93e1a3", "status": "Creating", - "startTime": "2022-03-01T10:00:04.2748319Z", + "startTime": "2022-06-09T08:46:33.3264847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1694,15 +1621,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb31788-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1710,7 +1635,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:02:35 GMT", + "Date": "Thu, 09 Jun 2022 08:49:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1718,17 +1643,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a73dd3e9-5880-4a16-ae99-39f4b517a84f", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "74b11014-a69f-456d-b4f1-faec792672b8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100236Z:a73dd3e9-5880-4a16-ae99-39f4b517a84f", + "x-ms-correlation-request-id": "cd994820-2c61-47e2-a996-551fc11bed93", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084905Z:cd994820-2c61-47e2-a996-551fc11bed93", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf", - "name": "c15a52a0-58a3-443c-be06-c979f8b4cbcf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3", + "name": "e1bf6759-240d-4611-9dec-93d79e93e1a3", "status": "Creating", - "startTime": "2022-03-01T10:00:04.2748319Z", + "startTime": "2022-06-09T08:46:33.3264847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1737,15 +1661,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb31788-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1753,7 +1675,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:03:06 GMT", + "Date": "Thu, 09 Jun 2022 08:49:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1761,17 +1683,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0bca5ef5-0f07-421c-a637-be98ff99386c", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "b1cf7bf9-3244-474d-b1a8-9446619044ba", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100306Z:0bca5ef5-0f07-421c-a637-be98ff99386c", + "x-ms-correlation-request-id": "8d52177a-0b35-48a2-824b-717486344636", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20220609T084935Z:8d52177a-0b35-48a2-824b-717486344636", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf", - "name": "c15a52a0-58a3-443c-be06-c979f8b4cbcf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3", + "name": "e1bf6759-240d-4611-9dec-93d79e93e1a3", "status": "Creating", - "startTime": "2022-03-01T10:00:04.2748319Z", + "startTime": "2022-06-09T08:46:33.3264847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1780,15 +1701,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb31788-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1796,7 +1715,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:03:36 GMT", + "Date": "Thu, 09 Jun 2022 08:50:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1804,17 +1723,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2daddf91-4a82-4108-89d8-7ee96b8ed3c0", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "83c0b72a-8dff-48e8-bfa8-8bacdaca8e79", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100337Z:2daddf91-4a82-4108-89d8-7ee96b8ed3c0", + "x-ms-correlation-request-id": "eb6ff1e6-a5c0-483f-b59b-d60493598802", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085006Z:eb6ff1e6-a5c0-483f-b59b-d60493598802", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf", - "name": "c15a52a0-58a3-443c-be06-c979f8b4cbcf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3", + "name": "e1bf6759-240d-4611-9dec-93d79e93e1a3", "status": "Creating", - "startTime": "2022-03-01T10:00:04.2748319Z", + "startTime": "2022-06-09T08:46:33.3264847Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -1823,15 +1741,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb31788-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1839,7 +1755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:07 GMT", + "Date": "Thu, 09 Jun 2022 08:50:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1847,18 +1763,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acc4ef40-57f8-4351-bb26-f877aea09577", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "4c168706-41b9-49c4-bf12-a170ec5e260a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100407Z:acc4ef40-57f8-4351-bb26-f877aea09577", + "x-ms-correlation-request-id": "c6b81ae3-8573-41ec-be52-a747a450ff74", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085037Z:c6b81ae3-8573-41ec-be52-a747a450ff74", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/c15a52a0-58a3-443c-be06-c979f8b4cbcf", - "name": "c15a52a0-58a3-443c-be06-c979f8b4cbcf", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/e1bf6759-240d-4611-9dec-93d79e93e1a3", + "name": "e1bf6759-240d-4611-9dec-93d79e93e1a3", "status": "Succeeded", - "startTime": "2022-03-01T10:00:04.2748319Z", - "endTime": "2022-03-01T10:03:55.0645046Z", + "startTime": "2022-06-09T08:46:33.3264847Z", + "endTime": "2022-06-09T08:50:24.7754638Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" @@ -1866,15 +1781,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5cb31788-9946-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -1882,8 +1795,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:07 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A03%3A55.0563725Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:50:36 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A50%3A24.7751527Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -1891,20 +1804,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "219b88cc-566e-4f38-a10e-3759fa87b4a6", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "0b571985-b540-4264-b925-216025f5f65c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100407Z:219b88cc-566e-4f38-a10e-3759fa87b4a6", + "x-ms-correlation-request-id": "443abb93-9e38-4bcc-a096-4752d5ff7236", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085037Z:443abb93-9e38-4bcc-a096-4752d5ff7236", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A03%3A55.0563725Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A50%3A24.7751527Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", @@ -1915,7 +1827,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -1943,7 +1855,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -1955,8 +1867,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -1969,51 +1881,46 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/authorizeReplication?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/authorizeReplication?api-version=2022-01-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "240", + "Content-Length": "243", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "00b42732-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": { "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58453043-90b8-4930-95d7-191bade312fb?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/17fbedab-18ed-401e-b490-f6f3d5db65ce?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:04:38 GMT", + "Date": "Thu, 09 Jun 2022 08:51:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58453043-90b8-4930-95d7-191bade312fb?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/17fbedab-18ed-401e-b490-f6f3d5db65ce?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1860516-e2d5-41c9-889e-1cf40969f044", + "x-ms-correlation-request-id": "479c077a-4a7c-40b2-9d9c-23752da59caf", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "f1860516-e2d5-41c9-889e-1cf40969f044", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100438Z:f1860516-e2d5-41c9-889e-1cf40969f044", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085108Z:479c077a-4a7c-40b2-9d9c-23752da59caf", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "013bb288-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2021,8 +1928,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:38 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:08 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2030,23 +1937,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93adc229-e88c-4043-a449-148752c40740", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "86aec4cc-740d-40fd-a646-3aa40017d6ad", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100438Z:93adc229-e88c-4043-a449-148752c40740", + "x-ms-correlation-request-id": "49a15085-777d-4353-b12f-951b691504cb", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085108Z:49a15085-777d-4353-b12f-951b691504cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -2074,10 +1980,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -2089,8 +1995,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -2108,15 +2014,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "015d48c6-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2124,8 +2028,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:38 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A03%3A55.0563725Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:09 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A50%3A24.7751527Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2133,20 +2037,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abc2a189-2418-4f0e-a1af-2379a13baf4f", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "e35c1f5f-3469-434c-b836-65c013b9995e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100438Z:abc2a189-2418-4f0e-a1af-2379a13baf4f", + "x-ms-correlation-request-id": "779d008b-f04f-46f0-9107-40ee6ec4dfac", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085109Z:779d008b-f04f-46f0-9107-40ee6ec4dfac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A03%3A55.0563725Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A50%3A24.7751527Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", @@ -2157,7 +2060,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -2185,7 +2088,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -2197,8 +2100,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -2211,15 +2114,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "021c08e2-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2227,8 +2128,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:39 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:10 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2236,23 +2137,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0dc530a0-fad7-4733-8438-af0fcb7c5e36", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "dcd2d077-4169-4f2f-9f30-7b91945d72b0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100440Z:0dc530a0-fad7-4733-8438-af0fcb7c5e36", + "x-ms-correlation-request-id": "03aed1c1-936d-4b08-83f7-15c8a98e2170", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085110Z:03aed1c1-936d-4b08-83f7-15c8a98e2170", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -2280,10 +2180,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -2295,8 +2195,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -2314,15 +2214,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "023fbd8c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2330,8 +2228,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:39 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A03%3A55.0563725Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:10 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A50%3A24.7751527Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2339,20 +2237,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8acc6b0-4ce6-4fe6-bff8-f16f2ae64688", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "220451f4-75ec-4106-8420-fad3aaae1f0b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100440Z:a8acc6b0-4ce6-4fe6-bff8-f16f2ae64688", + "x-ms-correlation-request-id": "de1d269f-b416-48ea-a238-f3edc01410e5", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085111Z:de1d269f-b416-48ea-a238-f3edc01410e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A03%3A55.0563725Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A50%3A24.7751527Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", @@ -2363,7 +2260,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -2391,7 +2288,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -2403,8 +2300,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -2417,15 +2314,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "02fd54fa-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2433,8 +2328,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:41 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:12 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2442,23 +2337,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e82fb8cd-cce4-4e57-be71-461070833430", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "678bcd29-03cf-45c4-89bd-db3c253870e2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100441Z:e82fb8cd-cce4-4e57-be71-461070833430", + "x-ms-correlation-request-id": "a23f4afa-9d43-4c78-b212-4ebdfeee9115", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085112Z:a23f4afa-9d43-4c78-b212-4ebdfeee9115", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -2486,10 +2380,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -2501,8 +2395,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -2520,15 +2414,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "031de1c0-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2536,8 +2428,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:41 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:12 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A12.7139003Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2545,20 +2437,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b649ebda-5864-4e0b-809e-c30652a2463e", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "00701645-3347-4fdb-b48e-0deee7c9b49f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100441Z:b649ebda-5864-4e0b-809e-c30652a2463e", + "x-ms-correlation-request-id": "8c836d27-6bed-48af-bc46-d9a7d66c2437", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085112Z:8c836d27-6bed-48af-bc46-d9a7d66c2437", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A12.7139003Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", @@ -2569,7 +2460,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -2597,7 +2488,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -2609,8 +2500,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -2618,20 +2509,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Accepted" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "03dac56a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2639,8 +2528,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:42 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:13 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2648,23 +2537,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f668ef0f-61d1-4fb5-9e7b-14d5c70f8024", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "57098f0d-ddc4-4bd3-9706-bf44db47a27f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100443Z:f668ef0f-61d1-4fb5-9e7b-14d5c70f8024", + "x-ms-correlation-request-id": "f3b7deee-b993-4785-8734-74da312ae3df", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085114Z:f3b7deee-b993-4785-8734-74da312ae3df", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -2692,10 +2580,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -2707,8 +2595,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -2726,15 +2614,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "03fc8696-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2742,8 +2628,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:42 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:14 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A12.726893Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2751,20 +2637,19 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9602bf2-687c-4ad7-be52-5ed901c9a0f9", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "9e75ce81-35ea-4085-9cd3-e23e65ec4c8c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100443Z:a9602bf2-687c-4ad7-be52-5ed901c9a0f9", + "x-ms-correlation-request-id": "98cf6375-fbc6-4767-95bf-2ab8c52ca781", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085114Z:98cf6375-fbc6-4767-95bf-2ab8c52ca781", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A12.726893Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", @@ -2775,7 +2660,7 @@ "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -2803,7 +2688,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -2815,8 +2700,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -2829,15 +2714,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "04b97f08-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2845,8 +2728,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:44 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:15 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2854,23 +2737,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4c1dfe3-7e08-454f-9e9d-4dde24d31ba0", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "a1542293-3a90-4723-bdc3-42bd049e68b6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100444Z:d4c1dfe3-7e08-454f-9e9d-4dde24d31ba0", + "x-ms-correlation-request-id": "c32cd4b3-bc65-45d2-8837-f067cc0d2e83", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085115Z:c32cd4b3-bc65-45d2-8837-f067cc0d2e83", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -2898,10 +2780,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -2913,8 +2795,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -2932,15 +2814,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "04da082c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -2948,8 +2828,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:44 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:16 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -2957,31 +2837,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3804e9b-bea7-41ab-8e98-07d58f15bead", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "6833fc4d-3de6-48ed-9ffd-f94d240cb3b2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100444Z:d3804e9b-bea7-41ab-8e98-07d58f15bead", + "x-ms-correlation-request-id": "7906bcee-26d7-4ca3-9846-be681015e0a1", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085116Z:7906bcee-26d7-4ca3-9846-be681015e0a1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -3009,7 +2890,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3021,8 +2902,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -3030,20 +2911,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "059738f2-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3051,8 +2930,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:45 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:17 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3060,23 +2939,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc7d8c55-af84-46fd-b8af-6931166f96f0", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "f10bcfc5-cc9e-4aca-bb14-9081552047c9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100445Z:cc7d8c55-af84-46fd-b8af-6931166f96f0", + "x-ms-correlation-request-id": "d4c2a5d4-3161-4bc2-9f4a-98a9c90a31c8", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085117Z:d4c2a5d4-3161-4bc2-9f4a-98a9c90a31c8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -3104,10 +2982,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -3119,8 +2997,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -3138,15 +3016,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "05f5a95a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3154,8 +3030,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:46 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:17 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3163,31 +3039,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8f1b042-7626-453b-8f38-d46644f2343e", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "5e1b5b91-ad81-439c-9a83-eddbfa5560af", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100446Z:e8f1b042-7626-453b-8f38-d46644f2343e", + "x-ms-correlation-request-id": "3164bad3-065e-4e08-9d3f-2f74c94b3eb2", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085117Z:3164bad3-065e-4e08-9d3f-2f74c94b3eb2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -3215,7 +3092,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3227,8 +3104,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -3236,20 +3113,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "06b36daa-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3257,8 +3132,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:47 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:19 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3266,23 +3141,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df071902-70f2-4515-9490-3ae6e41147d2", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "9617bee8-ad7d-4ed0-83b8-b69fed0d16ec", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100447Z:df071902-70f2-4515-9490-3ae6e41147d2", + "x-ms-correlation-request-id": "3ea83a69-6d2f-4b55-93a2-ac424705d596", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085119Z:3ea83a69-6d2f-4b55-93a2-ac424705d596", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -3310,10 +3184,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -3325,8 +3199,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -3344,15 +3218,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "06d8bca4-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3360,8 +3232,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:47 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:19 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3369,31 +3241,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "806b52af-aca9-4077-a093-7ade57def81a", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "fb6ba98f-4fdb-479b-ac37-6a045ecdd17d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100448Z:806b52af-aca9-4077-a093-7ade57def81a", + "x-ms-correlation-request-id": "63752faf-a334-45e1-8f01-c97d81f66ee6", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085119Z:63752faf-a334-45e1-8f01-c97d81f66ee6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -3421,7 +3294,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3433,8 +3306,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -3442,20 +3315,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0795f670-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3463,8 +3334,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:48 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:20 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3472,23 +3343,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "774f0105-5b62-4614-8812-b2dc3d62da41", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "72c1383b-1f9d-416d-8c3a-07135fed54e0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100449Z:774f0105-5b62-4614-8812-b2dc3d62da41", + "x-ms-correlation-request-id": "e5becf53-dec0-4be5-98aa-13b63568da6f", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085120Z:e5becf53-dec0-4be5-98aa-13b63568da6f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -3516,10 +3386,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -3531,8 +3401,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -3550,15 +3420,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "07b871b4-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3566,8 +3434,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:48 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:21 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3575,31 +3443,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02ab6631-86ff-490b-90c9-44c13dd2f27d", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "9f4a7163-5d82-48e1-932c-4fda06e114fa", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100449Z:02ab6631-86ff-490b-90c9-44c13dd2f27d", + "x-ms-correlation-request-id": "96941616-ce6b-4207-9678-761f95aa7d85", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085121Z:96941616-ce6b-4207-9678-761f95aa7d85", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -3627,7 +3496,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3639,8 +3508,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -3648,20 +3517,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0878b47e-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3669,8 +3536,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:50 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:22 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3678,23 +3545,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32701faa-c07d-41b5-b263-e0e50f36cd33", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "43934e31-6e4d-4327-9380-3e06c4e22923", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100450Z:32701faa-c07d-41b5-b263-e0e50f36cd33", + "x-ms-correlation-request-id": "6de97f5c-a852-4ddf-8a01-49dcf5e4edce", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085122Z:6de97f5c-a852-4ddf-8a01-49dcf5e4edce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -3722,10 +3588,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -3737,8 +3603,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -3756,15 +3622,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "08997358-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3772,8 +3636,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:50 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:22 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3781,31 +3645,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b050422-87f5-4f0b-bd4e-f78db23957e7", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "193d52ae-2649-4311-afe6-1aac1d18d09a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100450Z:1b050422-87f5-4f0b-bd4e-f78db23957e7", + "x-ms-correlation-request-id": "bb64b596-922b-4da9-9df9-152a02ea2c65", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085123Z:bb64b596-922b-4da9-9df9-152a02ea2c65", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -3833,7 +3698,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -3845,8 +3710,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -3854,20 +3719,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "09557cb0-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3875,8 +3738,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:51 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:24 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3884,23 +3747,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e562562-2579-471d-9aa5-7db6f46c0fd5", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "83f85c94-f8f7-4e89-86e5-4a3bbf2380b0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100452Z:1e562562-2579-471d-9aa5-7db6f46c0fd5", + "x-ms-correlation-request-id": "af56932d-f7ce-4734-8bc8-afc5b091139e", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085124Z:af56932d-f7ce-4734-8bc8-afc5b091139e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -3928,10 +3790,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -3943,8 +3805,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -3962,15 +3824,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "09787440-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -3978,8 +3838,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:51 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:24 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -3987,31 +3847,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ae62cdd-7ef0-4550-b425-1ab8bf8b1eed", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "fbe99797-8fda-460f-a8c9-c5830014f5f0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100452Z:6ae62cdd-7ef0-4550-b425-1ab8bf8b1eed", + "x-ms-correlation-request-id": "3a616768-6457-4db7-a509-fcff634e3ba9", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085124Z:3a616768-6457-4db7-a509-fcff634e3ba9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -4039,7 +3900,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4051,8 +3912,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -4060,20 +3921,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a34ba38-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4081,8 +3940,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:52 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:25 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4090,23 +3949,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5124781-9108-41e0-9959-ef7a62fc0739", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "af2db8ff-5c45-4502-b0dd-8aea81a4792a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100453Z:d5124781-9108-41e0-9959-ef7a62fc0739", + "x-ms-correlation-request-id": "beed4843-79c1-45bc-abd5-79e585f8c211", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085126Z:beed4843-79c1-45bc-abd5-79e585f8c211", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -4134,10 +3992,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -4149,8 +4007,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -4168,15 +4026,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0a6840f6-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4184,8 +4040,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:53 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:26 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4193,31 +4049,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "965b68f9-b6d5-4908-8692-6634c07ec683", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "177fe603-ed5f-4e6b-b55a-724814c77c68", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100454Z:965b68f9-b6d5-4908-8692-6634c07ec683", + "x-ms-correlation-request-id": "8451e66f-e77e-4e51-afc9-490da698dd1c", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085126Z:8451e66f-e77e-4e51-afc9-490da698dd1c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -4245,7 +4102,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4257,8 +4114,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -4266,20 +4123,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0b24889c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4287,8 +4142,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:54 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:27 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4296,23 +4151,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ae5de25-d1ed-4a73-aeb5-3e0dc17da9fc", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "3a2baa62-d8d1-4af3-a889-0aa9d8dddd81", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100455Z:1ae5de25-d1ed-4a73-aeb5-3e0dc17da9fc", + "x-ms-correlation-request-id": "6bee9b6c-701a-470d-895f-509f0563d1b7", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085127Z:6bee9b6c-701a-470d-895f-509f0563d1b7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -4340,10 +4194,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -4355,8 +4209,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -4374,15 +4228,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0b46f85a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4390,8 +4242,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:54 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:28 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4399,31 +4251,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "159186b8-aaef-4233-a915-3bead2368ed6", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "294508fe-5bdf-427b-af5d-193dbcdbea9b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100455Z:159186b8-aaef-4233-a915-3bead2368ed6", + "x-ms-correlation-request-id": "c5c0447b-83b8-4d01-98ac-34c8293cb55f", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085128Z:c5c0447b-83b8-4d01-98ac-34c8293cb55f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -4451,7 +4304,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4463,8 +4316,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -4472,20 +4325,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0c0522ee-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4493,8 +4344,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:56 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:29 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4502,23 +4353,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ead09cc2-255a-47dd-befe-df3680382eae", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "f4693259-bbac-4dc7-b6e5-213a607acea6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100456Z:ead09cc2-255a-47dd-befe-df3680382eae", + "x-ms-correlation-request-id": "7b17da26-0341-41d8-8e2d-c1c42a0b7626", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085129Z:7b17da26-0341-41d8-8e2d-c1c42a0b7626", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -4546,10 +4396,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -4561,8 +4411,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -4580,15 +4430,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0c25b59a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4596,8 +4444,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:56 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:29 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4605,31 +4453,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "728b1939-6610-4fb3-95f0-abd36ed3822a", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "d74410f7-c8ea-49fc-89c0-40215d96ddba", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100456Z:728b1939-6610-4fb3-95f0-abd36ed3822a", + "x-ms-correlation-request-id": "1f462080-2d6a-4ca2-94e1-ae0cdb4ad75d", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085130Z:1f462080-2d6a-4ca2-94e1-ae0cdb4ad75d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -4657,7 +4506,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4669,8 +4518,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -4678,20 +4527,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0ce2f15a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4699,8 +4546,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:58 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:31 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4708,23 +4555,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af383722-96e5-4eb6-b208-889bdb0a2d60", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "04e112cf-a81b-4dec-9529-5b4b3a45030b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100458Z:af383722-96e5-4eb6-b208-889bdb0a2d60", + "x-ms-correlation-request-id": "e28f999e-8d0f-4bd7-9241-655a703ba60d", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085131Z:e28f999e-8d0f-4bd7-9241-655a703ba60d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A38.2339326Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -4752,10 +4598,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -4767,8 +4613,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -4786,15 +4632,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0d02aa4a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4802,8 +4646,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:58 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:31 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4811,31 +4655,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c883bfb3-335b-4952-92f5-c8d64ec6c907", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "f9c60992-d009-4b96-9bf2-eed3a6304e52", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100458Z:c883bfb3-335b-4952-92f5-c8d64ec6c907", + "x-ms-correlation-request-id": "d71745b1-d1e6-42d5-8351-af14774bba64", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085131Z:d71745b1-d1e6-42d5-8351-af14774bba64", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -4863,7 +4708,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -4875,8 +4720,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -4884,20 +4729,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0dbeb60e-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -4905,8 +4748,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:59 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:32 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -4914,30 +4757,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b01d3f68-b451-405d-b5fa-f3bc675e3334", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "458bd7af-3206-4edc-b095-3f87dbd81d3c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100459Z:b01d3f68-b451-405d-b5fa-f3bc675e3334", + "x-ms-correlation-request-id": "b977e4f5-76cf-45a6-9f62-f4b00c2292ab", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085133Z:b977e4f5-76cf-45a6-9f62-f4b00c2292ab", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -4965,10 +4800,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -4980,8 +4815,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -4994,20 +4829,18 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0ddf88ca-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5015,8 +4848,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:04:59 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:33 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5024,31 +4857,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "860bef77-f1d2-4f35-b33e-0ce0f528da13", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "842b9344-50d6-4744-a859-8f55b7b455d9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100459Z:860bef77-f1d2-4f35-b33e-0ce0f528da13", + "x-ms-correlation-request-id": "fab833d9-6172-48ff-bd45-232f3431ac46", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085133Z:fab833d9-6172-48ff-bd45-232f3431ac46", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -5076,7 +4910,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -5088,8 +4922,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -5097,20 +4931,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0e9da30a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5118,8 +4950,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:00 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:34 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5127,30 +4959,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4230ffdd-16f9-4fcf-97e6-81123dedbf8c", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "682e272f-cbc2-4bac-9123-9e368242e9e9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100501Z:4230ffdd-16f9-4fcf-97e6-81123dedbf8c", + "x-ms-correlation-request-id": "eee40b42-b56b-4566-b54a-feaffbce5530", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085134Z:eee40b42-b56b-4566-b54a-feaffbce5530", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -5178,10 +5002,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -5193,8 +5017,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -5207,20 +5031,18 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0ec0a594-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5228,8 +5050,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:01 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:34 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5237,31 +5059,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c92d8c6c-d5fd-435d-9f73-10544f083260", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "23146736-d69c-4dff-a7d9-a7ed7a50e7c5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100501Z:c92d8c6c-d5fd-435d-9f73-10544f083260", + "x-ms-correlation-request-id": "cc02fb82-4635-46d5-98d7-9d821b80c012", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085135Z:cc02fb82-4635-46d5-98d7-9d821b80c012", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -5289,7 +5112,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -5301,8 +5124,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -5310,20 +5133,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0fe176a6-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5331,8 +5152,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:03 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:36 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5340,30 +5161,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6feec09c-77cb-405d-b3f4-442e69ea4090", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "21277152-3661-4b58-b63f-1ef5b4445265", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100503Z:6feec09c-77cb-405d-b3f4-442e69ea4090", + "x-ms-correlation-request-id": "71fd1ed9-16f0-4439-a3d5-0b0f40608ecc", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085136Z:71fd1ed9-16f0-4439-a3d5-0b0f40608ecc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -5391,10 +5204,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -5406,8 +5219,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -5420,20 +5233,18 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "10037756-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5441,8 +5252,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:03 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:36 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5450,31 +5261,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c45832f5-5057-4689-a26c-d8702aa178bf", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "6e592922-7b98-4f8c-b116-529a9efc44dd", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100503Z:c45832f5-5057-4689-a26c-d8702aa178bf", + "x-ms-correlation-request-id": "d88de07c-4cfe-46c4-bbc6-5db25f879c54", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085136Z:d88de07c-4cfe-46c4-bbc6-5db25f879c54", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -5502,7 +5314,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -5514,8 +5326,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -5523,20 +5335,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "10c20b12-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5544,8 +5354,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:04 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:37 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5553,30 +5363,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a04bf2bf-4263-48c3-a795-2564793a56f8", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "5196124b-b0be-4b0a-b551-f4436aea1e3d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100504Z:a04bf2bf-4263-48c3-a795-2564793a56f8", + "x-ms-correlation-request-id": "54312ca6-855d-4bcd-b4c9-7cf0ce0d777e", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085138Z:54312ca6-855d-4bcd-b4c9-7cf0ce0d777e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -5604,10 +5406,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -5619,8 +5421,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -5633,20 +5435,18 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "10e370a4-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5654,8 +5454,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:04 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:38 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5663,31 +5463,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e9280af-05fd-4425-aeba-5c626d64ff54", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "135b8982-905a-4457-a2bf-807d90f3ac5b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100504Z:5e9280af-05fd-4425-aeba-5c626d64ff54", + "x-ms-correlation-request-id": "9d488a3c-ab55-4fed-885a-c5954ac80165", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085138Z:9d488a3c-ab55-4fed-885a-c5954ac80165", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -5715,7 +5516,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -5727,8 +5528,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -5736,20 +5537,58 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/17fbedab-18ed-401e-b490-f6f3d5db65ce?api-version=2022-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 09 Jun 2022 08:51:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-IIS/10.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "06663025-c01b-44a1-9848-73c3464c60a7", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085138Z:06663025-c01b-44a1-9848-73c3464c60a7", + "X-Powered-By": "ASP.NET" + }, + "ResponseBody": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/17fbedab-18ed-401e-b490-f6f3d5db65ce", + "name": "17fbedab-18ed-401e-b490-f6f3d5db65ce", + "status": "AuthorizeReplication", + "startTime": "2022-06-09T08:51:08.5148134Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "11a28fe8-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5757,8 +5596,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:05 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:39 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5766,30 +5605,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "874d72f2-d6ae-4b7d-b69b-3330337f5ea5", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "d7612d2b-f57e-4bf5-bc17-f8305e4c3dae", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100506Z:874d72f2-d6ae-4b7d-b69b-3330337f5ea5", + "x-ms-correlation-request-id": "90b2687d-83ab-417f-b8bd-f4cf12a2e5fa", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085139Z:90b2687d-83ab-417f-b8bd-f4cf12a2e5fa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -5817,10 +5648,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -5832,8 +5663,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -5846,20 +5677,18 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "11c56540-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5867,8 +5696,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:06 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:39 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5876,31 +5705,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff78b1cb-9cad-4f77-9fe3-f3559fb7e40b", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "87e3a084-7372-4209-8ac6-5dbe2243bbdf", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100506Z:ff78b1cb-9cad-4f77-9fe3-f3559fb7e40b", + "x-ms-correlation-request-id": "e6405944-7274-4c82-b94f-6212542110f1", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085140Z:e6405944-7274-4c82-b94f-6212542110f1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -5928,7 +5758,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -5940,8 +5770,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -5949,20 +5779,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1284e12c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -5970,8 +5798,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:07 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:41 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -5979,30 +5807,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1c67c9f-cf4e-4b64-aa02-be9a2091c42d", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "13176d96-5117-4c69-97b8-6f166fec09cc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100507Z:a1c67c9f-cf4e-4b64-aa02-be9a2091c42d", + "x-ms-correlation-request-id": "d52b8e6b-57c2-4078-a127-e633faa41fce", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085141Z:d52b8e6b-57c2-4078-a127-e633faa41fce", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -6030,10 +5850,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -6045,8 +5865,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -6059,20 +5879,18 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "12a50c0e-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -6080,8 +5898,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:07 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:41 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6089,31 +5907,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12daa06f-5043-4b40-b082-e6549263ec28", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "98864b06-a8ac-42e7-86b2-52d72898ab0e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100507Z:12daa06f-5043-4b40-b082-e6549263ec28", + "x-ms-correlation-request-id": "7ce81ae3-1be8-44aa-862a-b530d8553146", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085141Z:7ce81ae3-1be8-44aa-862a-b530d8553146", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -6141,7 +5960,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -6153,8 +5972,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -6162,20 +5981,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58453043-90b8-4930-95d7-191bade312fb?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "00b42732-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -6183,7 +6000,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:08 GMT", + "Date": "Thu, 09 Jun 2022 08:51:42 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6191,34 +6009,90 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf9cdc0e-cdcc-488c-b486-deebef8352b4", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "4b3f7d0e-d437-4986-9610-8c2d51b12c4e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100508Z:cf9cdc0e-cdcc-488c-b486-deebef8352b4", + "x-ms-correlation-request-id": "4df9a15f-e8e5-4620-aee6-92cc0d24029c", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085143Z:4df9a15f-e8e5-4620-aee6-92cc0d24029c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58453043-90b8-4930-95d7-191bade312fb", - "name": "58453043-90b8-4930-95d7-191bade312fb", - "status": "Succeeded", - "startTime": "2022-03-01T10:04:38.2517669Z", - "endTime": "2022-03-01T10:04:58.3942074Z", - "percentComplete": 100.0, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" + }, "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.4, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "provisioningState": "AuthorizeReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/58453043-90b8-4930-95d7-191bade312fb?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "00b42732-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -6226,7 +6100,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:08 GMT", + "Date": "Thu, 09 Jun 2022 08:51:43 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6234,41 +6109,35 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad0adfc4-0151-428c-b263-c00f35a80485", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "19769c11-443e-4b17-a3fb-f0a2a9bda5da", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100508Z:ad0adfc4-0151-428c-b263-c00f35a80485", + "x-ms-correlation-request-id": "39123d12-202d-41ac-8530-d63a7f2e5134", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085143Z:39123d12-202d-41ac-8530-d63a7f2e5134", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", + "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { + "volumeType": "DataProtection", "dataProtection": { "replication": { - "endPointType": "Src", - "replicationStatus": "", - "remotePath": { - "externalHostName": "az-sat11-f01c03-jl325-sto", - "serverName": "svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "volumeName": "vol_sdk_py_tests_vol_2_a908cb" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", + "endPointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", + "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, - "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -6277,7 +6146,6 @@ "unixReadWrite": true, "cifs": false, "nfsv3": true, - "nfsv4": false, "nfsv41": false, "allowedClients": "0.0.0.0/0", "kerberos5ReadOnly": false, @@ -6294,56 +6162,39 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "cf780f84-0d48-fe05-8987-fa41a886452a", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, "kerberosEnabled": false, "securityStyle": "Unix", "smbEncryption": false, "smbContinuouslyAvailable": false, "ldapEnabled": false, "unixPermissions": "0770", - "encryptionKeySource": "Microsoft.NetApp", - "volumeSpecName": "generic", + "mountTargets": [ + { + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.4, "coolAccess": false, "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "13622d20-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -6351,8 +6202,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:08 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:44 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6360,30 +6211,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4893dccf-fdfd-4c93-82ea-f3b9c8ee9674", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "48a12335-c0ec-4338-99ba-d1a01d8efbfe", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100509Z:4893dccf-fdfd-4c93-82ea-f3b9c8ee9674", + "x-ms-correlation-request-id": "6d923af7-26f8-4072-b324-d179dd16db75", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085144Z:6d923af7-26f8-4072-b324-d179dd16db75", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -6411,10 +6254,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -6426,8 +6269,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -6440,20 +6283,18 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1384d17c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -6461,8 +6302,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:08 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:44 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6470,31 +6311,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3348b4b7-10f9-4ae5-810a-6b24ca3c460e", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "4ff299e4-62fd-47c9-a2b0-9cb5b081c0a0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100509Z:3348b4b7-10f9-4ae5-810a-6b24ca3c460e", + "x-ms-correlation-request-id": "02740ef4-a426-4455-b1e1-d8bb86d689dc", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085145Z:02740ef4-a426-4455-b1e1-d8bb86d689dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -6522,7 +6364,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -6534,8 +6376,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -6543,20 +6385,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1441e0b4-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -6564,8 +6404,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:10 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:46 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6573,30 +6413,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5562cbc7-a276-459b-b83b-c1bfd5f0e97b", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "c083641d-76e7-4a0c-86d5-cbb15d129886", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100510Z:5562cbc7-a276-459b-b83b-c1bfd5f0e97b", + "x-ms-correlation-request-id": "b9e3cbd2-ec48-4842-bb11-d7f5f51552c9", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085146Z:b9e3cbd2-ec48-4842-bb11-d7f5f51552c9", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -6624,10 +6456,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -6639,8 +6471,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -6653,20 +6485,18 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1462c144-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -6674,8 +6504,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:10 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:46 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6683,31 +6513,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "477aa7d7-d1a4-47e9-9c94-85c8bcf46a28", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "be3b5e9f-223d-4547-aa6e-bc3cde11b799", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100510Z:477aa7d7-d1a4-47e9-9c94-85c8bcf46a28", + "x-ms-correlation-request-id": "bfd6d869-0aae-4fb5-bbbf-263f2d2d8fe7", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085146Z:bfd6d869-0aae-4fb5-bbbf-263f2d2d8fe7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -6735,7 +6566,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -6747,8 +6578,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -6756,20 +6587,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1525db5c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -6777,8 +6606,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:11 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:47 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6786,30 +6615,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd09e71d-d595-4eb1-8e9d-9f26cac7f1e0", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "1d390fda-f63d-433d-b0dc-2c15a9c748bd", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100512Z:fd09e71d-d595-4eb1-8e9d-9f26cac7f1e0", + "x-ms-correlation-request-id": "683db4c2-74b6-4ba5-b685-3e1aec9a733a", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085148Z:683db4c2-74b6-4ba5-b685-3e1aec9a733a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A08.5213816Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -6837,10 +6658,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -6852,8 +6673,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -6866,20 +6687,18 @@ "defaultGroupQuotaInKiBs": 0, "enableSubvolumes": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" + "provisioningState": "AuthorizeReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "15480c5e-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -6887,8 +6706,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:11 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:48 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6896,31 +6715,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "603c6132-3a2a-41b7-bfea-9cf2c68ed935", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "c0d781bd-0b7d-461e-9fad-4a02c6ba9247", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100512Z:603c6132-3a2a-41b7-bfea-9cf2c68ed935", + "x-ms-correlation-request-id": "c72d929c-0836-489b-8391-14023ae623a6", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085148Z:c72d929c-0836-489b-8391-14023ae623a6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -6948,7 +6768,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -6960,8 +6780,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -6969,20 +6789,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1605bd44-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -6990,8 +6808,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:13 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:49 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A49.0637975Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -6999,30 +6817,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2882c2a1-dd16-4f8d-94b5-9938028cf823", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "b82d49af-d83b-4982-a9e8-c4229720b8c5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100513Z:2882c2a1-dd16-4f8d-94b5-9938028cf823", + "x-ms-correlation-request-id": "097c65e7-88aa-4a1f-a82f-9f9b280e3170", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085149Z:097c65e7-88aa-4a1f-a82f-9f9b280e3170", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A49.0637975Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { "dataProtection": { "replication": { "endPointType": "Src", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" + "remoteVolumeRegion": "westus" } }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -7050,10 +6867,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -7065,8 +6882,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -7084,15 +6901,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "162757e2-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -7100,8 +6915,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:13 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:51:49 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7109,31 +6924,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86c97c4f-b601-4239-b275-3856cfc2d42a", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "59ac61cf-74a1-4ac4-8c0b-3d989a57b261", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100513Z:86c97c4f-b601-4239-b275-3856cfc2d42a", + "x-ms-correlation-request-id": "e8586d9e-4e5f-4493-a5c5-77d8218bda89", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085150Z:e8586d9e-4e5f-4493-a5c5-77d8218bda89", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A15.6282444Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -7161,7 +6977,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -7173,8 +6989,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -7182,20 +6998,18 @@ "coolAccess": false, "avsDataStore": "Disabled", "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/17fbedab-18ed-401e-b490-f6f3d5db65ce?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "16e8d52a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -7203,8 +7017,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:14 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:52:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7212,203 +7025,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb747052-7490-4d2d-baa9-cfb86e4c12ea", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "60fa7cab-be8d-4e12-b350-fa5838d829dd", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100514Z:eb747052-7490-4d2d-baa9-cfb86e4c12ea", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "170c06a8-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:14 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e76b6197-a15d-4e52-b09d-ecbddfb6fa3c", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "96c4043b-85dd-41ab-827c-2fa3c914947e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100515Z:e76b6197-a15d-4e52-b09d-ecbddfb6fa3c", + "x-ms-correlation-request-id": "4f1155b8-c23c-4b10-8028-300bd0c4a178", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085209Z:4f1155b8-c23c-4b10-8028-300bd0c4a178", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/17fbedab-18ed-401e-b490-f6f3d5db65ce", + "name": "17fbedab-18ed-401e-b490-f6f3d5db65ce", + "status": "Succeeded", + "startTime": "2022-06-09T08:51:08.5148134Z", + "endTime": "2022-06-09T08:51:49.0691604Z", + "percentComplete": 100.0, "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/17fbedab-18ed-401e-b490-f6f3d5db65ce?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "17cb9144-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -7416,8 +7057,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:16 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:52:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -7425,33 +7065,40 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cc6cbc3-ba90-42b9-aac5-c82b3d8b8c91", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "c64eb790-3e0c-4bbb-8070-0c4fab346c3a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100516Z:9cc6cbc3-ba90-42b9-aac5-c82b3d8b8c91", + "x-ms-correlation-request-id": "39bda856-ea39-4c8c-a5f9-7609cf225eaa", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085209Z:39bda856-ea39-4c8c-a5f9-7609cf225eaa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A51%3A49.0637975Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { "dataProtection": { "replication": { "endPointType": "Src", + "replicationStatus": "", + "remotePath": { + "externalHostName": "az-sjc21-f04c01-bu417-sto", + "serverName": "svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", + "volumeName": "vol_sdk_py_tests_vol_21_45bb57" + }, "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" + "remoteVolumeRegion": "westus" } }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", + "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", "usageThreshold": 107374182400, + "usedBytes": 0, "exportPolicy": { "rules": [ { @@ -7460,6 +7107,7 @@ "unixReadWrite": true, "cifs": false, "nfsv3": true, + "nfsv4": false, "nfsv41": false, "allowedClients": "0.0.0.0/0", "kerberos5ReadOnly": false, @@ -7476,9385 +7124,54 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "poolId": "34b26013-f1c9-a827-2cf1-f37459591c16", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "provisioningState": "", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", "ipAddress": "10.7.0.4" } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "17f2cdf4-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:16 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd99845b-3b60-4e67-8809-ed250aed8a43", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "14ea2d49-d097-48a2-b980-8c25888e7042", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100516Z:fd99845b-3b60-4e67-8809-ed250aed8a43", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "18b108a0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:17 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c4b13ef-7c89-4ee1-8b4b-4670b14695f6", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "06e5d6bf-ddca-4193-aab7-c8f17498dab1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100517Z:8c4b13ef-7c89-4ee1-8b4b-4670b14695f6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "18d0e706-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:17 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85663557-c0d7-4671-9d5b-d977fb639868", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "f5837a85-a17d-4c4e-869b-8c42b47b05f8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100518Z:85663557-c0d7-4671-9d5b-d977fb639868", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "198d80c8-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:18 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80f2f091-7c44-4f89-bb2a-6b79eb04f42e", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "458f59b1-904c-4815-8031-02b32f9405e9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100519Z:80f2f091-7c44-4f89-bb2a-6b79eb04f42e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "19af7a2a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:19 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16f3de4f-6513-4a93-9117-b4d5321a1f4e", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "ee3253c5-2220-4439-ae4e-a7fd48b29e0c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100519Z:16f3de4f-6513-4a93-9117-b4d5321a1f4e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1a6f099e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:20 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9c96c2f-7b52-43c1-baa6-fe5a77a8dfdc", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "eafef46f-4e75-461e-a5a2-82cd81709b4d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100520Z:a9c96c2f-7b52-43c1-baa6-fe5a77a8dfdc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1a956e9a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:20 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fdacae4-7f64-499e-aa77-29015614f40b", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "a291acfb-a3b1-46be-9bf0-d9645a85b9ff", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100521Z:1fdacae4-7f64-499e-aa77-29015614f40b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1b559184-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:21 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb0a910e-22bf-4a5a-bf45-6776bfb58fa1", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "c468124c-5c3d-4bb3-b8f9-8491ec18b212", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100522Z:bb0a910e-22bf-4a5a-bf45-6776bfb58fa1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1b7d5fde-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:22 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1aeb92fd-1dc2-4035-976d-b3495c3ee1b2", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "61f9a6d0-420f-4b1b-b36b-e86b8d6f90a1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100522Z:1aeb92fd-1dc2-4035-976d-b3495c3ee1b2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1c3e75a2-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:23 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81b74449-b363-4583-9aab-bc024de7dbe8", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "d357344f-fcac-41fe-84b1-7235abeeb13e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100523Z:81b74449-b363-4583-9aab-bc024de7dbe8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1c63729e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:23 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df3102de-5b61-404d-8181-60fb89bc4c87", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "94c14c32-4dbb-47cb-93fe-1b1fd16b3f15", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100524Z:df3102de-5b61-404d-8181-60fb89bc4c87", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1d204432-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:24 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6b48ae0-bad7-4eb9-b57b-23164c805b12", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "80c6e35a-fb59-41bf-9f98-a88e5982909f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100525Z:d6b48ae0-bad7-4eb9-b57b-23164c805b12", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1d420a36-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:25 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96978339-0efb-49a3-aa15-b7b12ed690c8", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "3a8d09cb-c0db-48ab-80c9-437c7ff45f36", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100525Z:96978339-0efb-49a3-aa15-b7b12ed690c8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1e008c9a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:26 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c24c1dc5-441f-4aa5-90c4-1fdfae49d33f", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "1b795d4a-50bb-4485-9eb8-cdebdbb5aab6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100526Z:c24c1dc5-441f-4aa5-90c4-1fdfae49d33f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1e217694-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:26 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df7927f1-89ad-49d7-821c-7243bec5fcc4", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "3fbb4c6b-c0e1-47b9-9ced-27bf273c540c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100527Z:df7927f1-89ad-49d7-821c-7243bec5fcc4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1ee0a956-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:27 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b436634-f04e-4fc8-a53a-7ab361d23373", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "50652b30-0f9c-4403-ac11-59baf5eb8ce8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100528Z:1b436634-f04e-4fc8-a53a-7ab361d23373", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1f01ef30-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:27 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf681707-aea9-40a8-9d3f-6622bc76b4de", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "b2d27769-ce0d-4d0c-9e97-9acfd988ede8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100528Z:bf681707-aea9-40a8-9d3f-6622bc76b4de", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1fc2031a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:29 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e44b50c3-fbd4-4f32-8a13-a85ca8e5610c", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "6ccf54f8-c5cd-483f-a9b0-1e6773e73326", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100529Z:e44b50c3-fbd4-4f32-8a13-a85ca8e5610c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1fe4be78-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:29 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38d5ba6a-f830-45c7-9062-56286c8fe2ef", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "7301ecdd-cd64-4bda-9304-c209214b6388", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100530Z:38d5ba6a-f830-45c7-9062-56286c8fe2ef", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "20a335c4-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:30 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "382b2bd7-eed7-4c7b-9711-6535f3bcfc3d", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "e0d4437f-a342-43ee-8d1b-4bf40451bfc0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100531Z:382b2bd7-eed7-4c7b-9711-6535f3bcfc3d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "20c6c124-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:30 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6df17bf3-f0cc-4473-a235-885e071a233d", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "fd2c5a53-592d-4ec8-b9c6-4a130c354627", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100531Z:6df17bf3-f0cc-4473-a235-885e071a233d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2184ee24-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:31 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e70a15c-6eb2-40d9-8541-4006d612631a", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "3c5e363d-76e9-43be-9a14-9f8bfad46f1e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100532Z:9e70a15c-6eb2-40d9-8541-4006d612631a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "21a5a6d2-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:32 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84c592db-2b96-499a-99f3-7afcf498454c", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "50cd2ae8-1402-4f6c-ad03-ba7bd71e8ab7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100533Z:84c592db-2b96-499a-99f3-7afcf498454c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "22631bb8-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:33 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74fbacc2-7222-4a82-aa07-d21666d67b8b", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "50056c41-17b8-4d18-a6f9-c93cb3c5755a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100534Z:74fbacc2-7222-4a82-aa07-d21666d67b8b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "22afa320-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:34 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee5760e0-ea25-4b93-814d-b3f139955107", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "f373ae51-3db8-44d5-8a74-f65ea22b4eca", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100535Z:ee5760e0-ea25-4b93-814d-b3f139955107", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "23a49786-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:35 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "914ee17b-93a0-42ba-9acf-34c47130deb7", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "19577b0f-d363-4529-b8c4-d504e991390e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100536Z:914ee17b-93a0-42ba-9acf-34c47130deb7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "23c5b68c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:35 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d49a5fbc-4985-4565-9ee3-51849b2a49c1", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "a5477ce4-8d18-4201-b4ad-4489a80ad378", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100536Z:d49a5fbc-4985-4565-9ee3-51849b2a49c1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "24980fd8-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:36 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b0fe17f-ea35-49a2-bcfa-33d962a09426", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "234ef1bb-dd75-460d-996f-d4e530f32e46", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100537Z:2b0fe17f-ea35-49a2-bcfa-33d962a09426", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "24b9cdd0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:37 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "207a5659-e71e-4c42-ab48-67a3e7bafb08", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "8fc80fff-24d7-4787-99ee-31be50ff68fb", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100538Z:207a5659-e71e-4c42-ab48-67a3e7bafb08", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2576b012-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:38 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45421c5d-8afb-4c01-b8ed-21c0569b47c4", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "48097294-3f90-4ffb-83a1-4eb73663a618", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100539Z:45421c5d-8afb-4c01-b8ed-21c0569b47c4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "259a50d0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:38 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b958314c-46a1-4208-87e0-0d203f75ac36", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "f8304d80-b66f-4014-9899-b6535d8f8fb4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100539Z:b958314c-46a1-4208-87e0-0d203f75ac36", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "265751b2-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:40 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9508d79c-ecb9-4788-a914-1d350eabcf72", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "24b5ba85-8831-4ab7-b8d7-6a8831296c31", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100540Z:9508d79c-ecb9-4788-a914-1d350eabcf72", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "267a5824-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:41 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c44673b3-4449-4394-b211-a74817141ad2", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "4e1be177-10bf-460e-ba42-1575cc58114e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100541Z:c44673b3-4449-4394-b211-a74817141ad2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "27391f02-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:42 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99b6e51f-829d-4133-86af-2bc4b19b273a", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "ea1d19be-1257-444f-837d-cf03fd8960cf", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100542Z:99b6e51f-829d-4133-86af-2bc4b19b273a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "275a5a1e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:42 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "393b9bec-486d-4220-aa28-e39c40dc4c11", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "48be5b4b-8f46-4594-b767-4fed08a24bbf", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100542Z:393b9bec-486d-4220-aa28-e39c40dc4c11", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2817fd94-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:43 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70564c2f-3fe0-45fd-935e-2a4fd2fddfc1", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "f7439c82-80d0-4e36-bc37-67477223ab80", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100543Z:70564c2f-3fe0-45fd-935e-2a4fd2fddfc1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "283ac2c0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:43 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77e750ca-6710-479b-adc4-d5c6358975dc", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "a71ba80a-c11b-4a27-a324-54e9f15240a2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100544Z:77e750ca-6710-479b-adc4-d5c6358975dc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "28f93d04-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:45 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4fe98f86-7762-47df-a65d-831787d30354", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "cc2a3eec-5982-4152-8423-c9220f519a7a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100545Z:4fe98f86-7762-47df-a65d-831787d30354", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2955a9ea-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:45 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee593d7d-c38d-42a7-a841-dba296b22d23", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "9e437f8f-13a9-4aff-a1d5-cd40f3389336", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100545Z:ee593d7d-c38d-42a7-a841-dba296b22d23", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2a1402be-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:46 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08e09de4-7090-4780-bbbc-8f7a8cd70946", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "00e8ff4a-c467-4102-b0fd-c9bfa362e766", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100547Z:08e09de4-7090-4780-bbbc-8f7a8cd70946", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2a35e73a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:47 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6022bb2-db19-405d-b1e1-33f86ec1abce", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "dddc4d64-62fc-4c47-aa92-16a174cbbd7d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100547Z:d6022bb2-db19-405d-b1e1-33f86ec1abce", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A41.7119564Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "ActivateReplication" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2af25fa0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:48 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dca3a1b-12c1-4f7b-b6e8-99236acca68c", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "47440328-93a7-4358-9c45-724dff0262b4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100548Z:1dca3a1b-12c1-4f7b-b6e8-99236acca68c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" - }, - "properties": { - "dataProtection": { - "replication": { - "endPointType": "Src", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" - } - }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-1", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", - "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", - "storageToNetworkProximity": "Default", - "snapshotDirectoryVisible": true, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "encryptionKeySource": "Microsoft.NetApp", - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "volumeSpecName": "generic", - "coolAccess": false, - "avsDataStore": "Disabled", - "isDefaultQuotaEnabled": false, - "defaultUserQuotaInKiBs": 0, - "defaultGroupQuotaInKiBs": 0, - "enableSubvolumes": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "2b145b14-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:05:48 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A05%3A47.9714367Z\u0027\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7b91415-341a-4046-8476-0a057a88f83e", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "3627588e-af1c-4d91-870e-c0869a233421", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100548Z:e7b91415-341a-4046-8476-0a057a88f83e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A05%3A47.9714367Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "DataProtection", - "dataProtection": { - "replication": { - "replicationId": "db417fd9-402e-938f-8af7-9d733251b1a0", - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "remoteVolumeRegion": "southcentralusstage" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "usageThreshold": 107374182400, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "mountTargets": [ - { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "coolAccess": false, - "avsDataStore": "Disabled", - "maximumNumberOfFiles": 100000000, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3d1b0362-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4a9aa39-fec8-4a0f-ba21-a168d38c6689", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "c6796856-e3cd-4c06-943b-4a956333d349", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100619Z:a4a9aa39-fec8-4a0f-ba21-a168d38c6689", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3dfd8b06-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c22304be-d7ad-4030-adeb-0c9527031a6d", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "a8f33574-712d-4f38-834f-cdb1bf546ac6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100620Z:c22304be-d7ad-4030-adeb-0c9527031a6d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3ec6ce12-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d45dc602-2415-4786-ab02-c99c27374c40", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "2a44675a-952d-4133-ba64-d99510fddc16", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100621Z:d45dc602-2415-4786-ab02-c99c27374c40", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "3f9164ec-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e825f20-1549-4add-a262-290c3a11b462", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "2e427e08-462f-44a3-903e-e58258e85ec9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100623Z:5e825f20-1549-4add-a262-290c3a11b462", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "405f93e4-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "829737af-bd1a-428e-b725-1000920f80ac", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "56ea9101-8962-4ebc-8ca8-9e3842045c10", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100624Z:829737af-bd1a-428e-b725-1000920f80ac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "412852b6-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0129c749-8af2-47b6-86c8-8ebc60fbfa51", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "b46c75c4-203d-4f5c-808f-f448f0da5c14", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100626Z:0129c749-8af2-47b6-86c8-8ebc60fbfa51", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "41fba74c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7c8f631-4285-4555-b883-2eb42b77eb76", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "857aa9a8-cb64-4ebb-8cc9-636a802aa453", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100627Z:d7c8f631-4285-4555-b883-2eb42b77eb76", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "42c80c24-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8ebe0c1-aa74-43c1-88d7-cc2a6ee712ac", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "2f822f39-b036-41d4-aa14-9dc34b9361b3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100628Z:f8ebe0c1-aa74-43c1-88d7-cc2a6ee712ac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4394a9b4-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2c6e5a1-2a44-4df6-a6ae-d9a45a7fba07", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "a80ecacf-e01d-4b5d-b81d-c84ec3c4aef7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100630Z:f2c6e5a1-2a44-4df6-a6ae-d9a45a7fba07", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "445de0d6-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6dcb5ff-64c5-46b0-8d28-e121dac0ac94", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "b3c6f617-1d70-4bb2-a84d-0b3b8a5f1475", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100631Z:b6dcb5ff-64c5-46b0-8d28-e121dac0ac94", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4526dea0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d16dc38f-7598-4ab6-8073-81f308fc53d9", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "c99712a2-55c9-4338-8d63-3dacce8ae356", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100632Z:d16dc38f-7598-4ab6-8073-81f308fc53d9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "45f1a98c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa88d12d-3c87-4361-a73c-2abd5872d034", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "3814eab1-5ec2-4ba1-87c8-affa2cb3b0f2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100633Z:fa88d12d-3c87-4361-a73c-2abd5872d034", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "46bc9a66-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60fabebf-c748-4a55-b0a7-76e681a99b19", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "68bac4d3-2a8f-46f0-bf47-2866d7c5d175", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100635Z:60fabebf-c748-4a55-b0a7-76e681a99b19", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "47967a60-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79ba9093-632a-4e20-84c5-e81945839124", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "8d297dce-9c3f-4e03-bff1-99c99ef0752d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100636Z:79ba9093-632a-4e20-84c5-e81945839124", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "487d5c5a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f938cc3c-75d6-403c-a415-29facddfd931", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "5a581d9a-08a5-4530-889d-58c8e0101cd1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100638Z:f938cc3c-75d6-403c-a415-29facddfd931", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "494f5b4c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78c352ff-4c46-4839-b1a0-2ea214b74c93", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "91d5bea4-7d47-42ce-be84-3c7c216f9644", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100639Z:78c352ff-4c46-4839-b1a0-2ea214b74c93", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4a20bc46-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "407d799b-3974-4b61-b561-f1298783e6d3", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "05295a42-afed-4daa-ae4f-a8a8d15d7e3e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100641Z:407d799b-3974-4b61-b561-f1298783e6d3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4aee857c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bede651b-dc8d-4bab-8172-8f8d678a9cbc", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "de206f40-0298-41e5-a531-b786c70fa0d3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100642Z:bede651b-dc8d-4bab-8172-8f8d678a9cbc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4bba3f0a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4878a274-368f-4967-8cff-05672340655f", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "f90d5117-4088-4015-b385-03469eea05cf", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100643Z:4878a274-368f-4967-8cff-05672340655f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4c8429f0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d238f04-46be-4455-950e-2555f05ed099", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "564ac2ec-1683-4e55-b976-409e8cbeb2ed", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100645Z:9d238f04-46be-4455-950e-2555f05ed099", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4d535428-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de6513ae-9ef1-4413-97e9-201fe76a2c4c", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "849749be-186f-44b9-bb4b-63e88ae9d5f3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100646Z:de6513ae-9ef1-4413-97e9-201fe76a2c4c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4e1c394c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b454bb2-3a00-4f31-a772-e710114b575f", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "423c617a-efdd-4bb6-930f-d946dcddae30", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100647Z:3b454bb2-3a00-4f31-a772-e710114b575f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4efa91ce-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "769a7dbb-a60c-4cc7-bf50-982186858231", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "b53316a7-353f-46d3-b96f-2a73ba03bab6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100649Z:769a7dbb-a60c-4cc7-bf50-982186858231", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "4fc48c72-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8af6e3b-88cb-406e-9787-8548c8a3b308", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "6f13788a-f3e0-4d67-add1-4a8e710a0062", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100650Z:f8af6e3b-88cb-406e-9787-8548c8a3b308", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5090d5fc-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ce6a5a5-e460-4f12-987b-8bec58356c22", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "8f883ce5-0b63-419e-aaca-3b1607226f85", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100651Z:3ce6a5a5-e460-4f12-987b-8bec58356c22", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "515acdf8-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cbcf7648-a414-4e41-98d6-4e673e06b7b4", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "86929a03-b172-43f9-9289-09af084d11d2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100653Z:cbcf7648-a414-4e41-98d6-4e673e06b7b4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "52273e06-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "996fde04-70c0-44ca-abea-e40a0471eeb1", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "26966d80-1c5c-42cb-8549-b98ae697995a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100654Z:996fde04-70c0-44ca-abea-e40a0471eeb1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "52efac9c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ff8c135-7d31-41f3-a1cd-c165c2e40b55", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "28b7d123-79f5-4149-912a-e9ff8eb6db2b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100655Z:6ff8c135-7d31-41f3-a1cd-c165c2e40b55", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "53b86af6-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0100c683-1dd6-4d97-8955-9f07efd15ff8", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "0d57a1b1-ab2b-4f0b-a170-973895347cc3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100657Z:0100c683-1dd6-4d97-8955-9f07efd15ff8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "54808946-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ec3ea44-acec-4c34-aad7-7e0428d39f35", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "1af9547a-b27c-400d-a505-69ad3e9bd677", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100658Z:7ec3ea44-acec-4c34-aad7-7e0428d39f35", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5562e764-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:06:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0afcf187-f941-4eb8-92d0-0bb3f4b7796a", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "99c48071-dde0-4269-8857-757650ca84b6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100659Z:0afcf187-f941-4eb8-92d0-0bb3f4b7796a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "562da56c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8752caca-057f-46c7-a31e-e051e433bbc3", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "69f7eee1-7f13-4444-81e7-c29589124e8b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100701Z:8752caca-057f-46c7-a31e-e051e433bbc3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "56f79822-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac27fc28-77f6-4889-8eda-e61d24297ad5", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "391219c9-9792-491e-ae2c-4dc3c7c4dccb", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100702Z:ac27fc28-77f6-4889-8eda-e61d24297ad5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "57c05564-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a728df4-e517-4db2-af9c-2028f4794189", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "7b79a2df-2c10-4345-b979-4e47da83dbae", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100703Z:3a728df4-e517-4db2-af9c-2028f4794189", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5889692c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e37e21c-c334-499c-ba06-be05aa41177b", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "37bc9133-1d2f-41d7-9dea-613f399f9c64", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100705Z:4e37e21c-c334-499c-ba06-be05aa41177b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "595190aa-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fbde1d4-50f6-48ec-88cd-0277de2cb19a", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "5cfbc0e3-d570-447a-b58f-557bb49d6666", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100706Z:0fbde1d4-50f6-48ec-88cd-0277de2cb19a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5a19160c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "198d8a9a-1669-4daf-b242-cb2080f11dd5", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "b165177f-f2ed-430b-972d-f0f2d5ee70c3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100707Z:198d8a9a-1669-4daf-b242-cb2080f11dd5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5ae26b4c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3a0a9f2-c63a-4ac3-b0db-e2e050cc4254", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "ef873bb5-0965-4ed5-b125-6c6dbb028f91", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100709Z:b3a0a9f2-c63a-4ac3-b0db-e2e050cc4254", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5bcf8b7a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f31c3d48-fa85-4266-ac71-7d45e90288e5", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "472d624f-7aca-41c9-bcb8-83f7fcd9087a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100710Z:f31c3d48-fa85-4266-ac71-7d45e90288e5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5c95e694-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84c867c1-3a2e-447c-b373-e9de6a79bd99", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "aa00b184-8d02-463c-b941-b5a516dc2297", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100711Z:84c867c1-3a2e-447c-b373-e9de6a79bd99", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5d607f62-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c6c6129-d3d8-4935-a3cb-58e7e41c8bcb", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "566316f5-8dfb-4ccb-8aef-a2e6f06cbdb2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100713Z:7c6c6129-d3d8-4935-a3cb-58e7e41c8bcb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5e2b42ba-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "003d9d9b-b358-48e0-b080-dfd319b0bced", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "3e493cf4-1b7a-4360-b230-837913dc9c04", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100714Z:003d9d9b-b358-48e0-b080-dfd319b0bced", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5ef54664-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acddb8e6-8202-4452-bf8e-87dbb9266237", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "a4347076-aab4-4ae5-b863-8104df0f8cb7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100715Z:acddb8e6-8202-4452-bf8e-87dbb9266237", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "5fbdff8c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9db3b0f-0b14-4a3b-8f5c-3b840d80ad94", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "2fdfcd59-8171-42f0-9257-a553e9c20887", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100717Z:f9db3b0f-0b14-4a3b-8f5c-3b840d80ad94", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "60850f82-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c4124d9-6f33-4141-b3d6-467c19421bf6", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "2c05acec-c65e-49ae-8df2-f21e46d6f5f6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100718Z:2c4124d9-6f33-4141-b3d6-467c19421bf6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6150c992-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7435517-3599-45e5-a5d1-37bd2cfbae16", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "28d8051e-2734-4a3c-99ec-e93fdb8d2c7f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100719Z:a7435517-3599-45e5-a5d1-37bd2cfbae16", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "621a607c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a118d939-efc7-4ce9-92c5-0e8122ac3c23", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "f7008daf-29ca-40b3-a5bc-387d85bd9ef9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100721Z:a118d939-efc7-4ce9-92c5-0e8122ac3c23", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "62e6a57e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f3354af-6580-4187-93b7-3aea84d0a7ad", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "0d879ad6-256d-4666-bd40-78f31c7fd455", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100722Z:6f3354af-6580-4187-93b7-3aea84d0a7ad", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "63b4f0dc-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3db0666-ede1-4317-9eeb-4537f466d280", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "dc8046a5-566c-4b51-b0af-124d39c0f0c1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100723Z:a3db0666-ede1-4317-9eeb-4537f466d280", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "64804fc0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5667973e-c2ad-4262-906a-55bdd3b6891d", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "46557434-3911-47ae-99ff-8f8f4830d323", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100725Z:5667973e-c2ad-4262-906a-55bdd3b6891d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "654e6e0a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64711bfe-0af5-4264-846d-8a45a3fa0967", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "7db49ad4-1a1a-4555-951e-f84efc5f0060", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100726Z:64711bfe-0af5-4264-846d-8a45a3fa0967", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "66180fd0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a72fab4-40d2-43a7-903a-20a42ceef3b0", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "2918a8b6-b918-4410-bc40-048de730fea9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100727Z:5a72fab4-40d2-43a7-903a-20a42ceef3b0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "66e0116a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8dc2a99-9bc9-47e0-b213-19b0b43a2d5f", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "6dab51ab-5882-4f93-b693-2db352a41e52", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100729Z:b8dc2a99-9bc9-47e0-b213-19b0b43a2d5f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "67a81d9a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b6ceeae-5fd5-4ee9-b8cd-e76fcce29e92", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "2ced8829-9813-4f92-8903-b4b9ac8c2611", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100730Z:5b6ceeae-5fd5-4ee9-b8cd-e76fcce29e92", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6870f31e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0765e0bc-3e1e-40fc-b767-18f943125131", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "198f5ec3-f206-4164-a125-76aef6550e51", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100731Z:0765e0bc-3e1e-40fc-b767-18f943125131", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "69396768-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a9db49a-0354-46d5-9c93-ef70d7fb5e23", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "7d37119b-c34f-408f-ba66-c2e815119984", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100733Z:2a9db49a-0354-46d5-9c93-ef70d7fb5e23", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6a05ce8e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8af599ad-2cbb-40b2-b46f-f83747199ad7", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "179a577f-3ec2-4912-b3fe-4abea9853327", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100734Z:8af599ad-2cbb-40b2-b46f-f83747199ad7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ad0e0a6-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42036062-f91f-472f-b07e-a8bafac815ce", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "13b28b71-ba95-4146-83e3-8f45cbdde803", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100735Z:42036062-f91f-472f-b07e-a8bafac815ce", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6b9af8be-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "483faaf0-abce-45bc-8d32-6547ee3bdb98", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "6a98f8cd-58c5-4251-9686-bb9d825895f3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100737Z:483faaf0-abce-45bc-8d32-6547ee3bdb98", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6c63c5e6-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e038979-dcbf-476b-b693-d70142037b36", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "370052e0-4321-4eed-b136-758b5920f44f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100738Z:2e038979-dcbf-476b-b693-d70142037b36", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6d30161e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39c2a87c-c494-40ac-8a91-171bd6efefac", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "b2423ed0-4287-4a32-935c-e1a11cabb538", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100739Z:39c2a87c-c494-40ac-8a91-171bd6efefac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6dfca576-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7d578e2-ae32-4aa3-801c-f820bc91391f", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "34d2c962-c9af-486e-8e02-a12e4a0e48dc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100741Z:e7d578e2-ae32-4aa3-801c-f820bc91391f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6ec87c3c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2414bc9e-fe07-4836-844e-267a50ad6b3f", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "b9add370-a249-40fb-8177-e06b8ce24d24", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100742Z:2414bc9e-fe07-4836-844e-267a50ad6b3f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "6f90476c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca746ff8-789e-435b-bfb1-c0f6ac52373f", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "c2964f71-da9c-4875-8be8-c776225ef233", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100743Z:ca746ff8-789e-435b-bfb1-c0f6ac52373f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "705aeb70-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37c0c6b7-0f57-4395-b2b7-f296c68c7310", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "c6ee2cc1-0d5e-4649-a2ff-5865d857d756", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100745Z:37c0c6b7-0f57-4395-b2b7-f296c68c7310", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "71273db0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61840fb1-382d-4c29-8f50-3c3879cbea9e", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "c4b54c22-3583-4338-a485-7b7fafe8988e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100746Z:61840fb1-382d-4c29-8f50-3c3879cbea9e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "71efe742-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01a9ce88-cacb-49d9-99a0-68a4f41cd896", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "ee0b0436-e0b5-4dd3-be80-03d1f0b4512a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100747Z:01a9ce88-cacb-49d9-99a0-68a4f41cd896", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "72b98fa2-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "054ba174-d0f5-4548-b115-a9ecaec0800c", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "007df7eb-1b58-4503-9180-41addbe4f426", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100749Z:054ba174-d0f5-4548-b115-a9ecaec0800c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "73816e78-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71bc9119-1b4e-4dd6-afcc-c7655d6bae5b", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "1d22ac01-0450-491e-b96b-6cf1195b6e4f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100750Z:71bc9119-1b4e-4dd6-afcc-c7655d6bae5b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "744c368a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3fd7f474-eebe-408a-a0e1-c5d7b9d0c0be", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "75a7c401-2223-42cb-8642-625492bb385f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100751Z:3fd7f474-eebe-408a-a0e1-c5d7b9d0c0be", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "751defd6-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f8008da-50d8-40ca-b00b-9311f673d7bf", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "f8b74936-9a75-464a-a3ca-de78168edc16", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100753Z:8f8008da-50d8-40ca-b00b-9311f673d7bf", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "75e75fc4-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b7b5c8b-6523-4804-8e47-cf55426f6266", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "8c99f0f5-aa98-4144-8892-3f5ea2d7f171", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100754Z:4b7b5c8b-6523-4804-8e47-cf55426f6266", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "76b64f82-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f0491fc-5987-41b0-9ea8-e452ebba1922", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "46e5c8af-c07a-4749-adb8-566fbcc8778a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100755Z:8f0491fc-5987-41b0-9ea8-e452ebba1922", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "777f4a5e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4c95794-02cd-4e84-b6f8-6ed1fbb0ca50", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "1444127a-a478-4ce1-b317-646f0939ad44", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100757Z:d4c95794-02cd-4e84-b6f8-6ed1fbb0ca50", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7847c40c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a1b835e-9bd8-47b8-9664-e12424e38bcd", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "1ae4d81c-d9e8-4405-ad51-f1f6656e8edc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100758Z:3a1b835e-9bd8-47b8-9664-e12424e38bcd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "791c2a6c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:07:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "465f059e-ecfd-4422-949b-5d1291666945", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "858492d9-7100-4db3-933a-31240bd4b1d0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100759Z:465f059e-ecfd-4422-949b-5d1291666945", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "79e7c4a6-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6bc0de4-073e-437c-bb50-51057a9596b2", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "e02dec2c-eba6-421d-9457-c6e0d89c1f24", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100801Z:d6bc0de4-073e-437c-bb50-51057a9596b2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7aceee12-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba432e85-66d7-4439-a722-b6ab57462336", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "90e6f688-24d7-40aa-b8d7-3714c30d80ea", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100802Z:ba432e85-66d7-4439-a722-b6ab57462336", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7bad1d36-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2fc6d83c-96f3-40fb-bf08-4628e00ad694", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "73dfb49f-d6f8-4258-a322-3c2d3742b4d3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100804Z:2fc6d83c-96f3-40fb-bf08-4628e00ad694", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7c76b056-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f39cce7-217b-4932-8df3-2717e8669c14", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "32cac6cf-f797-48da-a260-9cc6f8f4c119", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100805Z:6f39cce7-217b-4932-8df3-2717e8669c14", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7d3e279e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53c6f29d-660c-4a70-9216-2de3085b01f1", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "bab5872b-127b-46df-a485-942afdf43961", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100806Z:53c6f29d-660c-4a70-9216-2de3085b01f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7e078eb8-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed10e4d7-a162-45e3-b7c8-068421536ca1", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "96de0217-521b-4c76-b4e0-44071257a2d7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100808Z:ed10e4d7-a162-45e3-b7c8-068421536ca1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7eceeb0c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1bea5bd-a5c8-4766-8200-4871d8bed6e6", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "67d195d1-a48c-42d2-8d79-4a1599ecb0a0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100809Z:a1bea5bd-a5c8-4766-8200-4871d8bed6e6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "7f974714-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7a44c3e-8b0e-410b-988e-50a95a77c795", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "5f67374e-a072-48bf-a163-dff1f40f5975", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100810Z:b7a44c3e-8b0e-410b-988e-50a95a77c795", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8061b76a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02f415e0-dd84-4935-b7ca-7be562e33137", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "68df3bd9-2f1d-4264-99ac-531eaf9ff4d3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100812Z:02f415e0-dd84-4935-b7ca-7be562e33137", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "812c06a0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a523c972-bb68-45cd-a282-aa4df9aabf73", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "6eab9955-6a00-48d8-955a-b9995b599e50", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100813Z:a523c972-bb68-45cd-a282-aa4df9aabf73", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "81f3ec4c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ed9e68c-1062-4639-be3c-bac5182e9d77", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "55429669-aad4-4e5a-ad66-6598c2768d47", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100814Z:9ed9e68c-1062-4639-be3c-bac5182e9d77", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "82bb66dc-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3180ad3a-13a5-42c8-a4e4-989b49c7c189", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "da03c927-995f-4387-aa99-3fb01eed5f69", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100815Z:3180ad3a-13a5-42c8-a4e4-989b49c7c189", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "83834fc6-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b61206be-73b0-4f94-87fe-7f8cd2a8aeb1", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "50666da9-5a40-4c12-aa57-d3a5131dda00", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100817Z:b61206be-73b0-4f94-87fe-7f8cd2a8aeb1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "844ac9b6-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53b17f28-d564-46e8-94eb-048ac2f973ec", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "86a9f280-46b3-48b3-baf2-1c927b04d32f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100818Z:53b17f28-d564-46e8-94eb-048ac2f973ec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "851328b6-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4101219a-f93e-4079-aa3b-33f2db263b0b", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "122b42a7-300e-4c0b-9e8b-741bc1039f85", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100819Z:4101219a-f93e-4079-aa3b-33f2db263b0b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "85dad3d4-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "631918bb-134e-4024-ac44-905ff014997b", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "d809fed8-eb34-4d45-90ef-d03758e4e4c0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100821Z:631918bb-134e-4024-ac44-905ff014997b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "86a3dd88-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58a2ffbd-8217-4227-9f79-1968d3a8a39f", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "e0a7a61a-92d8-46eb-8d8e-03cda61494f3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100822Z:58a2ffbd-8217-4227-9f79-1968d3a8a39f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "876e1fe4-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5c0e7bb-68e3-4ca1-98c5-2fa8f7dc36e3", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "da480891-1695-455d-85f5-8908b69f949e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100823Z:b5c0e7bb-68e3-4ca1-98c5-2fa8f7dc36e3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "883819ca-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe95897c-5215-4d68-bf85-600d9803c9e5", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "6800786f-911f-49c7-a15a-d0a88599b706", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100825Z:fe95897c-5215-4d68-bf85-600d9803c9e5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "89010bb4-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "260a481f-52bf-46f1-83ff-88aa81619bce", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "e2cc27e5-21f5-4b17-87e5-1f213050cdc8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100826Z:260a481f-52bf-46f1-83ff-88aa81619bce", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "89cc883e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4188786d-5000-40a7-a430-d13681cd970b", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "87f1fb6a-508c-47d7-8e59-45033cf74686", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100827Z:4188786d-5000-40a7-a430-d13681cd970b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8a99c9ac-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff8ef1e6-20fd-4583-ab93-4a8bb792d844", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "84bac20e-e466-4d4b-9395-e752a5ae74d3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100829Z:ff8ef1e6-20fd-4583-ab93-4a8bb792d844", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8b63d6fc-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6c81406-254d-4539-8bab-6e7d2b7a3d90", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "0e8de6dc-0996-42fe-a7e3-505dc0249eb3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100830Z:d6c81406-254d-4539-8bab-6e7d2b7a3d90", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8c2df860-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f53d06f2-b88f-47a5-866b-072c8ed5fd2c", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "cd1e1307-7574-4ae8-b58a-8f32d58fe93e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100831Z:f53d06f2-b88f-47a5-866b-072c8ed5fd2c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8cf6ac24-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6998890-0a78-46f6-85a8-63b0c9fce785", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "a2b06306-751f-4f3f-aac4-02fbdc820eb3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100833Z:a6998890-0a78-46f6-85a8-63b0c9fce785", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8dc0fa2e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "077f5b9d-7df9-4d7e-b49b-8edf6b5973ed", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "c235de8c-df72-4faa-ba99-759f259e923c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100834Z:077f5b9d-7df9-4d7e-b49b-8edf6b5973ed", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8e89ac26-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8361d99a-c061-4f7c-b5d9-2eb1e14de12b", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "7226531d-8112-41ac-b47d-9c80bb04b201", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100835Z:8361d99a-c061-4f7c-b5d9-2eb1e14de12b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "8f53ac42-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34c35f4f-0e6a-4425-abb8-d580eb897773", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "4ed6c6a5-3c4a-4dfd-be3d-effcd98db090", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100837Z:34c35f4f-0e6a-4425-abb8-d580eb897773", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "901ce486-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea191b0b-3158-4035-aa80-46f957e96ea2", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "f20d61d2-45ab-4216-b1ab-601e493b4c09", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100838Z:ea191b0b-3158-4035-aa80-46f957e96ea2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "90e81e58-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a38d0bc1-010f-44a7-92bf-d15cae046738", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "3baf3700-f447-479c-aece-5ab6faf1d321", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100839Z:a38d0bc1-010f-44a7-92bf-d15cae046738", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "91b05a76-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81086c5b-6a94-4509-a399-8299da6ddc79", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "4956c334-f2e9-4a07-8fc6-dbae4a87950d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100841Z:81086c5b-6a94-4509-a399-8299da6ddc79", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "927fc05e-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13dbd152-69e0-47fd-80da-976f13dd6456", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-request-id": "61f60bf9-995e-42fb-bc9f-2bd03ed6d0b7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100842Z:13dbd152-69e0-47fd-80da-976f13dd6456", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "934bdcc0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54c09176-5e35-4772-9ee1-8a34b8be6663", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-request-id": "bd254843-bb16-4f88-8f5d-14e455e8077e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100843Z:54c09176-5e35-4772-9ee1-8a34b8be6663", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "94154696-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb97bb26-b7b7-4913-a257-0e68039322fc", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-request-id": "69893019-3a89-425f-85d7-10244af341b2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100845Z:fb97bb26-b7b7-4913-a257-0e68039322fc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "94e0cd84-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d52b91b-5a17-46a0-840c-89ced158f3cd", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-request-id": "a1c52e90-0f1d-4e30-99c6-5836bd0c4d2a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100846Z:0d52b91b-5a17-46a0-840c-89ced158f3cd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "95aa1162-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6c5969e-adf2-4a4f-9fb7-25689ce9a63e", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-request-id": "505d6bfe-dfbc-4dc6-84fc-d3957d01765b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100847Z:a6c5969e-adf2-4a4f-9fb7-25689ce9a63e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9677cab2-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4af8b26b-81ee-4e0b-b05b-20824890a5d3", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-request-id": "9dab33ec-7053-4487-88c3-7c942a3f18a8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100849Z:4af8b26b-81ee-4e0b-b05b-20824890a5d3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9740ab6c-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "093211d7-f3d1-44dd-940c-e3d288934579", - "x-ms-ratelimit-remaining-subscription-reads": "11749", - "x-ms-request-id": "77e98343-e23c-4e8b-ba4e-38392a0eaa47", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100850Z:093211d7-f3d1-44dd-940c-e3d288934579", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "980a70f0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1cc133d5-f43f-4d35-a01a-fd9e50417689", - "x-ms-ratelimit-remaining-subscription-reads": "11748", - "x-ms-request-id": "f205e126-4f68-469f-83d1-f591d1080ee6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100851Z:1cc133d5-f43f-4d35-a01a-fd9e50417689", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "98d2bd58-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f70eb7e-6ffa-46e2-a7d4-d72c63a25752", - "x-ms-ratelimit-remaining-subscription-reads": "11747", - "x-ms-request-id": "6cc86c5b-dac2-4857-bc72-6cee7d04dfab", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100853Z:3f70eb7e-6ffa-46e2-a7d4-d72c63a25752", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "999e35a0-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1820397e-0773-469f-a604-73cf16604273", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-request-id": "aa4ad724-0d77-47cb-aeb6-26da0aa346ce", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100854Z:1820397e-0773-469f-a604-73cf16604273", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9a662074-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35b3065c-d9c9-4f0b-ab56-388fd0e85844", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-request-id": "276986cb-490d-4051-bb82-8dd84caecfa2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100855Z:35b3065c-d9c9-4f0b-ab56-388fd0e85844", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9b31730a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "101a7f53-c071-447f-994f-3fa706aafa3e", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-request-id": "55055549-91f5-4566-81a3-f612e69c2bf7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100856Z:101a7f53-c071-447f-994f-3fa706aafa3e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9bf856d2-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f68b09df-1056-45c3-a0c1-076fb0ff6771", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-request-id": "db932f1d-5660-410d-85a2-fdfc480ca818", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100858Z:f68b09df-1056-45c3-a0c1-076fb0ff6771", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9cc65668-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:08:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34e4abae-77d3-475c-b89c-14b514726a68", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "b316111c-f53e-4355-9865-b0822a2fb366", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100859Z:34e4abae-77d3-475c-b89c-14b514726a68", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9d8f52ac-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69dde722-28c3-45e3-9f7d-bdc88d7b239c", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "729f42fb-fdbf-4e5f-834a-507537dc5dbe", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100900Z:69dde722-28c3-45e3-9f7d-bdc88d7b239c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", - "errorMessage": "" + ], + "throughputMibps": 6.4, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "encryptionKeySource": "Microsoft.NetApp", + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "provisioningState": "Succeeded" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9e57a888-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -16862,7 +7179,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:01 GMT", + "Date": "Thu, 09 Jun 2022 08:52:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -16870,10 +7187,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76ad3ed1-cf61-4a53-8df3-eccf6acb163c", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "3ba2fe0e-14e1-4e32-903f-46746deceb35", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100902Z:76ad3ed1-cf61-4a53-8df3-eccf6acb163c", + "x-ms-correlation-request-id": "9fd80eed-eee5-44bc-b152-7f554b60ca2b", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085220Z:9fd80eed-eee5-44bc-b152-7f554b60ca2b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -16885,15 +7201,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9f20d26c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -16901,7 +7215,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:02 GMT", + "Date": "Thu, 09 Jun 2022 08:52:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -16909,10 +7223,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9473c872-cf3e-43bf-a44d-240869d90e87", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-request-id": "a46126ea-6a15-4dab-8401-8f6626e94e37", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100903Z:9473c872-cf3e-43bf-a44d-240869d90e87", + "x-ms-correlation-request-id": "49d8de23-1a0f-4204-bb63-791b93bf2af4", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085222Z:49d8de23-1a0f-4204-bb63-791b93bf2af4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -16924,15 +7237,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "9fe9732a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -16940,7 +7251,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:04 GMT", + "Date": "Thu, 09 Jun 2022 08:52:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -16948,10 +7259,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae5b7dd6-4638-42b8-86b8-d11e7708895d", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-request-id": "6ee7694d-062a-4cfd-b8d2-6d546e9ef259", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100904Z:ae5b7dd6-4638-42b8-86b8-d11e7708895d", + "x-ms-correlation-request-id": "b294e3ea-c546-46a5-b07a-e8020f689196", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085224Z:b294e3ea-c546-46a5-b07a-e8020f689196", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -16963,15 +7273,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a0b35370-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -16979,7 +7287,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:05 GMT", + "Date": "Thu, 09 Jun 2022 08:52:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -16987,10 +7295,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5cce75a-ce37-42d9-a10e-f029043ef2d8", - "x-ms-ratelimit-remaining-subscription-reads": "11737", - "x-ms-request-id": "bd69a70e-dbcb-4c63-ae64-6dbbf5f4761a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100906Z:f5cce75a-ce37-42d9-a10e-f029043ef2d8", + "x-ms-correlation-request-id": "6743ee80-8d63-4785-bbbe-80d7945b27be", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085225Z:6743ee80-8d63-4785-bbbe-80d7945b27be", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17002,15 +7309,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a17f6ce4-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17018,7 +7323,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:06 GMT", + "Date": "Thu, 09 Jun 2022 08:52:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17026,10 +7331,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6a16eb9-ab7c-4ea3-887d-34ff4a628788", - "x-ms-ratelimit-remaining-subscription-reads": "11736", - "x-ms-request-id": "8d592984-9979-4ba0-8c50-84693b0d691d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100907Z:b6a16eb9-ab7c-4ea3-887d-34ff4a628788", + "x-ms-correlation-request-id": "4da46cb6-4894-4848-83eb-fe6c0041de4e", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085227Z:4da46cb6-4894-4848-83eb-fe6c0041de4e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17041,15 +7345,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a24a227c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17057,7 +7359,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:07 GMT", + "Date": "Thu, 09 Jun 2022 08:52:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17065,10 +7367,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab76d7fe-1a5b-4015-b1d2-bf829348501f", - "x-ms-ratelimit-remaining-subscription-reads": "11735", - "x-ms-request-id": "6ae3d928-e98c-4e86-b878-6c64ddadfc12", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100908Z:ab76d7fe-1a5b-4015-b1d2-bf829348501f", + "x-ms-correlation-request-id": "a512f6ce-8e9e-4bba-a981-ed328d60003c", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085228Z:a512f6ce-8e9e-4bba-a981-ed328d60003c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17080,15 +7381,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a3144304-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17096,7 +7395,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:09 GMT", + "Date": "Thu, 09 Jun 2022 08:52:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17104,10 +7403,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fdd80c7-f4b7-44ea-977b-b428d0c04c6a", - "x-ms-ratelimit-remaining-subscription-reads": "11734", - "x-ms-request-id": "b24dab45-a3c0-4131-885d-28920e0a40ba", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100910Z:9fdd80c7-f4b7-44ea-977b-b428d0c04c6a", + "x-ms-correlation-request-id": "775c1a43-526d-4f4b-9247-1af5de39af65", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085229Z:775c1a43-526d-4f4b-9247-1af5de39af65", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17119,15 +7417,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a3e00bec-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17135,7 +7431,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:11 GMT", + "Date": "Thu, 09 Jun 2022 08:52:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17143,10 +7439,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccceb8fc-c40b-4682-b2cc-e0686c81ec0d", - "x-ms-ratelimit-remaining-subscription-reads": "11733", - "x-ms-request-id": "4a209bad-02f4-45d1-93d6-56f3d9e5f261", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100911Z:ccceb8fc-c40b-4682-b2cc-e0686c81ec0d", + "x-ms-correlation-request-id": "4899cefa-0b6c-4a95-9659-76a2ad8361dc", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085231Z:4899cefa-0b6c-4a95-9659-76a2ad8361dc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17158,15 +7453,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a4a775d8-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17174,7 +7467,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:12 GMT", + "Date": "Thu, 09 Jun 2022 08:52:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17182,10 +7475,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebdf14ff-83ae-49ea-9f93-2fafd17b0b1e", - "x-ms-ratelimit-remaining-subscription-reads": "11732", - "x-ms-request-id": "7a539832-0123-4c6d-adc3-d3876c41ea04", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100912Z:ebdf14ff-83ae-49ea-9f93-2fafd17b0b1e", + "x-ms-correlation-request-id": "1c715331-5a44-4522-a2cc-044ffbabec24", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085232Z:1c715331-5a44-4522-a2cc-044ffbabec24", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17197,15 +7489,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a5718044-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17213,7 +7503,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:14 GMT", + "Date": "Thu, 09 Jun 2022 08:52:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17221,10 +7511,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74510e63-552a-4398-8ab4-ff1d5631306c", - "x-ms-ratelimit-remaining-subscription-reads": "11731", - "x-ms-request-id": "f1defe9e-f2c3-4c5c-9702-b7d0a31c72ab", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100914Z:74510e63-552a-4398-8ab4-ff1d5631306c", + "x-ms-correlation-request-id": "d5a03b17-47af-4085-bbeb-2fc4355f4dd1", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085234Z:d5a03b17-47af-4085-bbeb-2fc4355f4dd1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17236,15 +7525,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a63a92b8-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17252,7 +7539,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:15 GMT", + "Date": "Thu, 09 Jun 2022 08:52:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17260,10 +7547,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c46f3fb-7389-4a47-9d72-20a0227bb4c6", - "x-ms-ratelimit-remaining-subscription-reads": "11730", - "x-ms-request-id": "f43d5621-6477-4730-8d64-19f073461feb", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100915Z:2c46f3fb-7389-4a47-9d72-20a0227bb4c6", + "x-ms-correlation-request-id": "21495e77-7219-488e-a5e1-f5951d920186", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085235Z:21495e77-7219-488e-a5e1-f5951d920186", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17275,15 +7561,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a7060f9c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17291,7 +7575,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:16 GMT", + "Date": "Thu, 09 Jun 2022 08:52:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17299,10 +7583,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a80c1252-e45c-4230-bbba-5777a3d23d29", - "x-ms-ratelimit-remaining-subscription-reads": "11729", - "x-ms-request-id": "388a82af-202e-459b-ba54-efebbac16bc3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100916Z:a80c1252-e45c-4230-bbba-5777a3d23d29", + "x-ms-correlation-request-id": "8e36fb9a-b04c-41f0-a5ad-e0a3bacf27fa", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085237Z:8e36fb9a-b04c-41f0-a5ad-e0a3bacf27fa", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17314,15 +7597,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a7cdfc78-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17330,7 +7611,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:18 GMT", + "Date": "Thu, 09 Jun 2022 08:52:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17338,10 +7619,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a1e35c9-a30e-4bbb-b99a-e845a2b9fe4d", - "x-ms-ratelimit-remaining-subscription-reads": "11728", - "x-ms-request-id": "3833e52a-ae20-4792-8794-dca0e2e4609b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100918Z:5a1e35c9-a30e-4bbb-b99a-e845a2b9fe4d", + "x-ms-correlation-request-id": "519c031d-cd6b-4792-9c0e-b9997363ae86", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085239Z:519c031d-cd6b-4792-9c0e-b9997363ae86", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17353,15 +7633,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a89634d6-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17369,7 +7647,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:19 GMT", + "Date": "Thu, 09 Jun 2022 08:52:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17377,10 +7655,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8ea9400-49ae-4677-adf7-65334e3820aa", - "x-ms-ratelimit-remaining-subscription-reads": "11727", - "x-ms-request-id": "1cd125ef-368a-40be-8384-f0ace24a60f1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100919Z:b8ea9400-49ae-4677-adf7-65334e3820aa", + "x-ms-correlation-request-id": "b320645c-836e-4e8b-b5ce-31a4e3552f09", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085240Z:b320645c-836e-4e8b-b5ce-31a4e3552f09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17392,15 +7669,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "a95f24ae-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17408,7 +7683,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:20 GMT", + "Date": "Thu, 09 Jun 2022 08:52:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17416,10 +7691,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c16ef6a9-167c-42ce-8d85-05a6a5fef44d", - "x-ms-ratelimit-remaining-subscription-reads": "11726", - "x-ms-request-id": "b31ea3b7-e6fd-4060-9298-185471568252", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100920Z:c16ef6a9-167c-42ce-8d85-05a6a5fef44d", + "x-ms-correlation-request-id": "98354b6d-4ce1-4b18-8236-1a71429ec680", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085242Z:98354b6d-4ce1-4b18-8236-1a71429ec680", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17431,15 +7705,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aa276752-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17447,7 +7719,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:21 GMT", + "Date": "Thu, 09 Jun 2022 08:52:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17455,10 +7727,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc6fb5c9-8f3a-4649-bb44-a193ff12259d", - "x-ms-ratelimit-remaining-subscription-reads": "11725", - "x-ms-request-id": "a34547eb-241c-454a-9b3a-66fad916e396", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100922Z:fc6fb5c9-8f3a-4649-bb44-a193ff12259d", + "x-ms-correlation-request-id": "5dd7fc42-026e-4ee8-8bab-0120e1fa835a", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085243Z:5dd7fc42-026e-4ee8-8bab-0120e1fa835a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17470,15 +7741,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aaef7224-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17486,7 +7755,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:23 GMT", + "Date": "Thu, 09 Jun 2022 08:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17494,10 +7763,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4737a2a-9e1c-4f4c-a8a5-203ac224ad0b", - "x-ms-ratelimit-remaining-subscription-reads": "11724", - "x-ms-request-id": "b1627eea-5cae-4885-8b12-7435eccc0e4b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100923Z:a4737a2a-9e1c-4f4c-a8a5-203ac224ad0b", + "x-ms-correlation-request-id": "f7390a11-3614-4b5a-a79b-83042657dc72", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085245Z:f7390a11-3614-4b5a-a79b-83042657dc72", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17509,15 +7777,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "abb82c50-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17525,7 +7791,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:24 GMT", + "Date": "Thu, 09 Jun 2022 08:52:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17533,10 +7799,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27181c81-c494-4c8d-8c41-56beb9e56171", - "x-ms-ratelimit-remaining-subscription-reads": "11723", - "x-ms-request-id": "b9635952-271b-4562-865b-cdca45c58567", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100924Z:27181c81-c494-4c8d-8c41-56beb9e56171", + "x-ms-correlation-request-id": "cae429e5-d6aa-4e6f-a324-de82cfb86969", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085246Z:cae429e5-d6aa-4e6f-a324-de82cfb86969", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17548,15 +7813,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ac82634e-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17564,7 +7827,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:25 GMT", + "Date": "Thu, 09 Jun 2022 08:52:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17572,10 +7835,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e9aedae-9d42-4c36-9afb-4bf6e45ac1ea", - "x-ms-ratelimit-remaining-subscription-reads": "11722", - "x-ms-request-id": "f3a63575-d23f-4560-8d31-b83c05e99e53", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100926Z:3e9aedae-9d42-4c36-9afb-4bf6e45ac1ea", + "x-ms-correlation-request-id": "73f9cf9c-f9b3-4b3e-a2ae-0c71d74992b8", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085248Z:73f9cf9c-f9b3-4b3e-a2ae-0c71d74992b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17587,15 +7849,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ad4d6396-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17603,7 +7863,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:27 GMT", + "Date": "Thu, 09 Jun 2022 08:52:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17611,10 +7871,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68ad6874-0349-4c9b-a354-9899919d569a", - "x-ms-ratelimit-remaining-subscription-reads": "11721", - "x-ms-request-id": "2cac0601-86cf-4f6c-b416-d4f292387d5d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100927Z:68ad6874-0349-4c9b-a354-9899919d569a", + "x-ms-correlation-request-id": "ed50e8fe-06af-4b32-8eb5-6f6c6483fb0d", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085249Z:ed50e8fe-06af-4b32-8eb5-6f6c6483fb0d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17626,15 +7885,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ae168f0a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17642,7 +7899,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:28 GMT", + "Date": "Thu, 09 Jun 2022 08:52:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17650,10 +7907,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "171946dd-135c-4910-b0a7-23e34f4e53ac", - "x-ms-ratelimit-remaining-subscription-reads": "11720", - "x-ms-request-id": "acedcf34-ab0c-4055-a45a-7c7c1a56e6e8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100928Z:171946dd-135c-4910-b0a7-23e34f4e53ac", + "x-ms-correlation-request-id": "d4b03b17-4ec1-4105-963d-9ba7aaf8a494", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085251Z:d4b03b17-4ec1-4105-963d-9ba7aaf8a494", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17665,15 +7921,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "aee0a7c2-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17681,7 +7935,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:29 GMT", + "Date": "Thu, 09 Jun 2022 08:52:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17689,10 +7943,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85308c3e-3e78-476c-a72f-f5bd97d6d3ed", - "x-ms-ratelimit-remaining-subscription-reads": "11719", - "x-ms-request-id": "eaca0bdc-fdd9-4cbb-9774-dd8156dc8512", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100930Z:85308c3e-3e78-476c-a72f-f5bd97d6d3ed", + "x-ms-correlation-request-id": "3f8ac1f7-b233-47f0-b480-66619001a676", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085252Z:3f8ac1f7-b233-47f0-b480-66619001a676", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17704,15 +7957,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "afac3d38-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17720,7 +7971,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:31 GMT", + "Date": "Thu, 09 Jun 2022 08:52:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17728,10 +7979,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14995863-c805-4137-91a2-bc64ab57c937", - "x-ms-ratelimit-remaining-subscription-reads": "11718", - "x-ms-request-id": "c7c4434a-f23d-4f4b-a130-2a9e9fc411f0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100931Z:14995863-c805-4137-91a2-bc64ab57c937", + "x-ms-correlation-request-id": "8553f734-a381-4b04-8e36-75ec900beb21", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085254Z:8553f734-a381-4b04-8e36-75ec900beb21", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17743,15 +7993,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b074a87c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17759,7 +8007,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:32 GMT", + "Date": "Thu, 09 Jun 2022 08:52:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17767,10 +8015,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d066c5d-b262-4464-905f-0e0803495b87", - "x-ms-ratelimit-remaining-subscription-reads": "11717", - "x-ms-request-id": "483285b4-d0ef-4ef0-b6af-f84ba7bd2d0f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100932Z:2d066c5d-b262-4464-905f-0e0803495b87", + "x-ms-correlation-request-id": "0be41d11-0d0d-4bc8-adbe-cb0ad16cd808", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085255Z:0be41d11-0d0d-4bc8-adbe-cb0ad16cd808", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17782,15 +8029,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b13fc0ca-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17798,7 +8043,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:33 GMT", + "Date": "Thu, 09 Jun 2022 08:52:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17806,10 +8051,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ada2a225-bb97-4de1-810f-f7e6731aafeb", - "x-ms-ratelimit-remaining-subscription-reads": "11716", - "x-ms-request-id": "0b69377b-3191-4f34-8b5e-0f77986dac17", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100934Z:ada2a225-bb97-4de1-810f-f7e6731aafeb", + "x-ms-correlation-request-id": "fe7eeac5-e68e-44c0-ae1a-6229cff5a868", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085256Z:fe7eeac5-e68e-44c0-ae1a-6229cff5a868", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17821,15 +8065,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b209ef62-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17837,7 +8079,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:34 GMT", + "Date": "Thu, 09 Jun 2022 08:52:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17845,10 +8087,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36d03ca3-99a9-46ec-ac88-5493efe9ee18", - "x-ms-ratelimit-remaining-subscription-reads": "11715", - "x-ms-request-id": "45bfcce7-c56e-4e2e-b1e5-0020e14fb56a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100935Z:36d03ca3-99a9-46ec-ac88-5493efe9ee18", + "x-ms-correlation-request-id": "f37712b6-2225-48c0-8fa0-e61ab8c65410", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085258Z:f37712b6-2225-48c0-8fa0-e61ab8c65410", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17860,15 +8101,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b2d429f8-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17876,7 +8115,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:36 GMT", + "Date": "Thu, 09 Jun 2022 08:52:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17884,10 +8123,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88902738-e85c-46c8-bd91-5e16476c3282", - "x-ms-ratelimit-remaining-subscription-reads": "11714", - "x-ms-request-id": "0fbf19a0-13d5-43e3-bfaa-2c79697dbc13", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100936Z:88902738-e85c-46c8-bd91-5e16476c3282", + "x-ms-correlation-request-id": "2838cbde-3c89-4e16-91c1-2763c7c384a8", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085259Z:2838cbde-3c89-4e16-91c1-2763c7c384a8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17899,15 +8137,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b39da7b0-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17915,7 +8151,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:37 GMT", + "Date": "Thu, 09 Jun 2022 08:53:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17923,10 +8159,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c41c4b1e-ffb3-4ee2-beb6-9d872536c83f", - "x-ms-ratelimit-remaining-subscription-reads": "11713", - "x-ms-request-id": "4fc373ae-89b2-4a79-85a6-9b4933b925b5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100937Z:c41c4b1e-ffb3-4ee2-beb6-9d872536c83f", + "x-ms-correlation-request-id": "76a8acb1-c078-4302-8605-6867ec926030", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085301Z:76a8acb1-c078-4302-8605-6867ec926030", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17938,15 +8173,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b467705e-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17954,7 +8187,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:38 GMT", + "Date": "Thu, 09 Jun 2022 08:53:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -17962,10 +8195,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a502dd28-bfe0-443e-9d1d-2e13e1fa6b2a", - "x-ms-ratelimit-remaining-subscription-reads": "11712", - "x-ms-request-id": "6eca8756-6659-493b-8da0-1dd5f9562c31", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100939Z:a502dd28-bfe0-443e-9d1d-2e13e1fa6b2a", + "x-ms-correlation-request-id": "19521801-1219-4082-9084-e679164a1abf", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085302Z:19521801-1219-4082-9084-e679164a1abf", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -17977,15 +8209,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b5320486-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -17993,7 +8223,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:40 GMT", + "Date": "Thu, 09 Jun 2022 08:53:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18001,10 +8231,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dec38c9-df2e-4e7e-b93e-5c1e348511c8", - "x-ms-ratelimit-remaining-subscription-reads": "11711", - "x-ms-request-id": "fb929d8e-2db9-4c8a-8da1-5936554ca007", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100940Z:7dec38c9-df2e-4e7e-b93e-5c1e348511c8", + "x-ms-correlation-request-id": "901f5c99-0051-4c23-8930-23311f38f03b", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085304Z:901f5c99-0051-4c23-8930-23311f38f03b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18016,15 +8245,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b5fb1ec0-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18032,7 +8259,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:41 GMT", + "Date": "Thu, 09 Jun 2022 08:53:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18040,10 +8267,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccabe588-4fc9-4642-a688-3489236909a2", - "x-ms-ratelimit-remaining-subscription-reads": "11710", - "x-ms-request-id": "adb0de13-6b49-4097-907f-0799c682da77", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100941Z:ccabe588-4fc9-4642-a688-3489236909a2", + "x-ms-correlation-request-id": "0eece11e-6c12-494e-8d05-e1e7c27ccaba", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085305Z:0eece11e-6c12-494e-8d05-e1e7c27ccaba", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18055,15 +8281,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b6c6c5d4-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18071,7 +8295,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:42 GMT", + "Date": "Thu, 09 Jun 2022 08:53:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18079,10 +8303,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8ea7d7c-4cd9-4316-aff3-953b1b1dab6a", - "x-ms-ratelimit-remaining-subscription-reads": "11709", - "x-ms-request-id": "4c3e196c-1120-4bc3-b07d-0aa59ae9a01c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100943Z:a8ea7d7c-4cd9-4316-aff3-953b1b1dab6a", + "x-ms-correlation-request-id": "9aef6b52-c50f-48e1-9665-56772c020406", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085307Z:9aef6b52-c50f-48e1-9665-56772c020406", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18094,15 +8317,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b790ff52-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18110,7 +8331,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:43 GMT", + "Date": "Thu, 09 Jun 2022 08:53:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18118,10 +8339,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d664e56b-7b12-47e9-84cf-6c5d7541cce4", - "x-ms-ratelimit-remaining-subscription-reads": "11708", - "x-ms-request-id": "4de756b1-3741-4d96-ad6c-1efd128e772b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100944Z:d664e56b-7b12-47e9-84cf-6c5d7541cce4", + "x-ms-correlation-request-id": "4d17e7f3-5bc8-429c-be75-8a978aad8cec", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085308Z:4d17e7f3-5bc8-429c-be75-8a978aad8cec", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18133,15 +8353,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b85901fa-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18149,7 +8367,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:45 GMT", + "Date": "Thu, 09 Jun 2022 08:53:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18157,10 +8375,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f6fd3fc-6c3b-40f6-b0b0-bef11b121d9b", - "x-ms-ratelimit-remaining-subscription-reads": "11707", - "x-ms-request-id": "e2aa9594-7424-47a7-9586-2f5ed37ba6cd", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100945Z:5f6fd3fc-6c3b-40f6-b0b0-bef11b121d9b", + "x-ms-correlation-request-id": "3d43109c-b9f0-48cf-85c9-d1323324b95a", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085310Z:3d43109c-b9f0-48cf-85c9-d1323324b95a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18172,15 +8389,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b924c812-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18188,7 +8403,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:46 GMT", + "Date": "Thu, 09 Jun 2022 08:53:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18196,10 +8411,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fb52c41-fe02-438e-ac8e-b09a8240c752", - "x-ms-ratelimit-remaining-subscription-reads": "11706", - "x-ms-request-id": "8b1d9c38-9ffa-4492-a4ff-3402fd54d72e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100947Z:1fb52c41-fe02-438e-ac8e-b09a8240c752", + "x-ms-correlation-request-id": "48de9627-4db6-4af7-a37e-f496ecd876fd", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085311Z:48de9627-4db6-4af7-a37e-f496ecd876fd", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18211,15 +8425,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "b9f2c1ea-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18227,7 +8439,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:47 GMT", + "Date": "Thu, 09 Jun 2022 08:53:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18235,10 +8447,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b89363a-3906-4e5a-9859-429d6ca59f51", - "x-ms-ratelimit-remaining-subscription-reads": "11705", - "x-ms-request-id": "e7345347-a2c9-42af-9bec-c947fce8dcdd", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100948Z:2b89363a-3906-4e5a-9859-429d6ca59f51", + "x-ms-correlation-request-id": "39371299-f498-4c6c-b409-f495c8df6894", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085313Z:39371299-f498-4c6c-b409-f495c8df6894", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18250,15 +8461,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "baba764a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18266,7 +8475,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:49 GMT", + "Date": "Thu, 09 Jun 2022 08:53:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18274,10 +8483,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57772c12-e431-4638-9160-6ec44a19803c", - "x-ms-ratelimit-remaining-subscription-reads": "11704", - "x-ms-request-id": "0979027f-eec5-4f59-bff1-f97b5bbe3ba7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100949Z:57772c12-e431-4638-9160-6ec44a19803c", + "x-ms-correlation-request-id": "c471ad47-5ffb-457b-87e3-7df85cb24ee0", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085314Z:c471ad47-5ffb-457b-87e3-7df85cb24ee0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18289,15 +8497,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bb854c80-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18305,7 +8511,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:50 GMT", + "Date": "Thu, 09 Jun 2022 08:53:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18313,10 +8519,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d7b3e74-d081-4289-bb4e-23257cd0dc08", - "x-ms-ratelimit-remaining-subscription-reads": "11703", - "x-ms-request-id": "974ae94b-5951-463b-a216-9da281d27a54", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100951Z:5d7b3e74-d081-4289-bb4e-23257cd0dc08", + "x-ms-correlation-request-id": "b0532475-8407-41f3-8ba5-edda67ee4833", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085316Z:b0532475-8407-41f3-8ba5-edda67ee4833", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18328,15 +8533,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bc4e5148-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18344,7 +8547,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:51 GMT", + "Date": "Thu, 09 Jun 2022 08:53:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18352,10 +8555,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "893bbed5-60e8-4090-a7e3-6d8bf5b50e2d", - "x-ms-ratelimit-remaining-subscription-reads": "11702", - "x-ms-request-id": "b6a9e72d-6e25-4acb-9dab-7f9936ef088a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100952Z:893bbed5-60e8-4090-a7e3-6d8bf5b50e2d", + "x-ms-correlation-request-id": "2dc762f3-7d13-4657-adc8-9fc713bbe8b8", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085317Z:2dc762f3-7d13-4657-adc8-9fc713bbe8b8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18367,15 +8569,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bd1757e6-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18383,7 +8583,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:53 GMT", + "Date": "Thu, 09 Jun 2022 08:53:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18391,30 +8591,28 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71eea268-2325-46c5-9524-86dbe75e6922", - "x-ms-ratelimit-remaining-subscription-reads": "11701", - "x-ms-request-id": "97c5ae16-21a6-4ca3-a555-41fbcbd239d2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100953Z:71eea268-2325-46c5-9524-86dbe75e6922", + "x-ms-correlation-request-id": "74e36f42-1aac-4714-9067-93f59842caca", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085319Z:74e36f42-1aac-4714-9067-93f59842caca", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Uninitialized", - "totalProgress": "", + "mirrorState": "Mirrored", + "totalProgress": "17624", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/listReplications?api-version=2022-01-01", + "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bde325b0-9947-11ec-ace2-faffc24ca865" + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18422,7 +8620,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:54 GMT", + "Date": "Thu, 09 Jun 2022 08:53:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18430,181 +8628,62 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "61ede77b-7b3d-4d4f-8a4b-011b6d04802f", - "x-ms-ratelimit-remaining-subscription-reads": "11700", - "x-ms-request-id": "9e1669e6-019b-4fdb-8016-08570ad80d0e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100955Z:61ede77b-7b3d-4d4f-8a4b-011b6d04802f", + "x-ms-correlation-request-id": "6535cd59-7b99-42ad-8409-7e827745d7c7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085321Z:6535cd59-7b99-42ad-8409-7e827745d7c7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "17624", - "errorMessage": "" + "value": [ + { + "replicationId": "2c0db38c-2bfb-8609-ec8b-073775e91403", + "endPointType": "Src", + "replicationSchedule": "", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", + "remoteVolumeRegion": "westus" + } + ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/breakReplication?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/breakReplication?api-version=2022-01-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "be210114-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/de88a544-5cb6-40e5-a3c4-2256797c32f4?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/07c99dd7-0a9e-4f85-b076-a87b8044de40?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:09:54 GMT", + "Date": "Thu, 09 Jun 2022 08:53:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/de88a544-5cb6-40e5-a3c4-2256797c32f4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/07c99dd7-0a9e-4f85-b076-a87b8044de40?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "712b9b17-c964-43bb-9114-d7552e719120", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "712b9b17-c964-43bb-9114-d7552e719120", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100955Z:712b9b17-c964-43bb-9114-d7552e719120", + "x-ms-correlation-request-id": "1fdbdccc-2be8-4ff8-82be-43d6a0a70c74", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085321Z:1fdbdccc-2be8-4ff8-82be-43d6a0a70c74", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "be5733ec-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63ce6f1e-2285-40e0-9fbd-63d48a7dd9c3", - "x-ms-ratelimit-remaining-subscription-reads": "11699", - "x-ms-request-id": "2ae399e3-9516-4428-93b7-d2d054484625", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100955Z:63ce6f1e-2285-40e0-9fbd-63d48a7dd9c3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "17624", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bf1e16d8-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03ec7fe3-82d9-4570-abc0-9072f1c3695d", - "x-ms-ratelimit-remaining-subscription-reads": "11698", - "x-ms-request-id": "e6dabe65-1e34-49b2-b7df-b0067294e16e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100957Z:03ec7fe3-82d9-4570-abc0-9072f1c3695d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "17624", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "bfe98b42-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "413030c5-2eda-47bd-b997-055c50df7281", - "x-ms-ratelimit-remaining-subscription-reads": "11697", - "x-ms-request-id": "b4210233-259c-44e5-abb2-8e44e595155f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100958Z:413030c5-2eda-47bd-b997-055c50df7281", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "17624", - "errorMessage": "" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c0b36b74-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18612,7 +8691,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:09:59 GMT", + "Date": "Thu, 09 Jun 2022 08:53:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18620,10 +8699,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec2b0b88-73e9-40d0-914b-5a0cbd28ee41", - "x-ms-ratelimit-remaining-subscription-reads": "11696", - "x-ms-request-id": "661c1f29-00d4-40dd-a64a-a2d2f267b94a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T100959Z:ec2b0b88-73e9-40d0-914b-5a0cbd28ee41", + "x-ms-correlation-request-id": "b7245a77-38d9-41ef-a32d-8e852712c7cb", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085322Z:b7245a77-38d9-41ef-a32d-8e852712c7cb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18635,15 +8713,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c1814a62-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18651,7 +8727,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:00 GMT", + "Date": "Thu, 09 Jun 2022 08:53:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18659,10 +8735,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc27a444-e157-44db-a6f2-33d5a8aba7a2", - "x-ms-ratelimit-remaining-subscription-reads": "11695", - "x-ms-request-id": "32bd4606-1fe2-40f7-933a-e99a78781a0b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101001Z:dc27a444-e157-44db-a6f2-33d5a8aba7a2", + "x-ms-correlation-request-id": "85ddd798-2185-4aad-a87d-0add9aa2b657", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085323Z:85ddd798-2185-4aad-a87d-0add9aa2b657", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18674,15 +8749,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c24c48a2-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18690,7 +8763,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:01 GMT", + "Date": "Thu, 09 Jun 2022 08:53:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18698,10 +8771,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4f8c602-db0d-452e-9d49-838b5b9198e3", - "x-ms-ratelimit-remaining-subscription-reads": "11694", - "x-ms-request-id": "cc4026ee-341d-4591-a15f-74c3d07f9e2d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101002Z:e4f8c602-db0d-452e-9d49-838b5b9198e3", + "x-ms-correlation-request-id": "b2a3e664-8684-4f2b-b7a4-51a6cace8dea", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085325Z:b2a3e664-8684-4f2b-b7a4-51a6cace8dea", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18713,15 +8785,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c3165bf6-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18729,7 +8799,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:02 GMT", + "Date": "Thu, 09 Jun 2022 08:53:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18737,10 +8807,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f5281cd-5d22-4429-9f0c-b7eda5586056", - "x-ms-ratelimit-remaining-subscription-reads": "11693", - "x-ms-request-id": "067fb902-4fd7-4576-8836-fc33c4c5d0c9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101003Z:1f5281cd-5d22-4429-9f0c-b7eda5586056", + "x-ms-correlation-request-id": "54c25653-52eb-40b3-8fca-dce56b8a2a07", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085326Z:54c25653-52eb-40b3-8fca-dce56b8a2a07", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18752,15 +8821,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c3de6f74-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18768,7 +8835,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:04 GMT", + "Date": "Thu, 09 Jun 2022 08:53:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18776,10 +8843,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dce39b27-2c7f-4f69-b8e5-5f21699b6df7", - "x-ms-ratelimit-remaining-subscription-reads": "11692", - "x-ms-request-id": "0d4e79bb-fbfa-4ff1-b86d-8aa624531afa", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101005Z:dce39b27-2c7f-4f69-b8e5-5f21699b6df7", + "x-ms-correlation-request-id": "220b8014-56b6-4ccb-a326-ca78cc7c6e2a", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085328Z:220b8014-56b6-4ccb-a326-ca78cc7c6e2a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -18791,15 +8857,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/de88a544-5cb6-40e5-a3c4-2256797c32f4?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/07c99dd7-0a9e-4f85-b076-a87b8044de40?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "be210114-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18807,7 +8871,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:25 GMT", + "Date": "Thu, 09 Jun 2022 08:53:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18815,18 +8879,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b3a77bd-74f9-4dff-b2ab-34b92ca2e400", - "x-ms-ratelimit-remaining-subscription-reads": "11691", - "x-ms-request-id": "a26eac69-592a-4e17-a912-7de652e1d559", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101025Z:8b3a77bd-74f9-4dff-b2ab-34b92ca2e400", + "x-ms-correlation-request-id": "ea21c1bd-a3a9-4670-9922-6fca27537f84", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085352Z:ea21c1bd-a3a9-4670-9922-6fca27537f84", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/de88a544-5cb6-40e5-a3c4-2256797c32f4", - "name": "de88a544-5cb6-40e5-a3c4-2256797c32f4", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/07c99dd7-0a9e-4f85-b076-a87b8044de40", + "name": "07c99dd7-0a9e-4f85-b076-a87b8044de40", "status": "Succeeded", - "startTime": "2022-03-01T10:09:55.5379647Z", - "endTime": "2022-03-01T10:10:11.3432814Z", + "startTime": "2022-06-09T08:53:21.6458569Z", + "endTime": "2022-06-09T08:53:29.4297268Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" @@ -18834,15 +8897,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/de88a544-5cb6-40e5-a3c4-2256797c32f4?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/07c99dd7-0a9e-4f85-b076-a87b8044de40?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "be210114-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18850,7 +8911,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:25 GMT", + "Date": "Thu, 09 Jun 2022 08:53:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18858,43 +8919,42 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c0338a0-e550-490e-aa75-69a13d8bb013", - "x-ms-ratelimit-remaining-subscription-reads": "11690", - "x-ms-request-id": "3a194c9a-bade-4b41-9913-2cf0ca01d32b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101026Z:2c0338a0-e550-490e-aa75-69a13d8bb013", + "x-ms-correlation-request-id": "377dc26a-fd9d-4a9f-a92a-afde421a57cc", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085352Z:377dc26a-fd9d-4a9f-a92a-afde421a57cc", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A10%3A11.3355643Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A53%3A29.4311909Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "", "dataProtection": { "replication": { - "replicationId": "db417fd9-402e-938f-8af7-9d733251b1a0", + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", "replicationPolicy": "MirrorAllSnapshots", "replicationStatus": "Mirrored", "remotePath": { - "externalHostName": "az-sat11-f01c03-jl325-sto", - "serverName": "svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "volumeName": "vol_sdk_py_tests_vol_2_a908cb" + "externalHostName": "az-sjc21-f04c01-bu417-sto", + "serverName": "svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", + "volumeName": "vol_sdk_py_tests_vol_21_45bb57" }, "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "remoteVolumeRegion": "southcentralusstage" + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", - "ownerId": "f78e3b96-807a-11e9-adbb-3283d4934d27", + "ownerId": "ff7711ad-cdb3-11ea-9944-ba3bf91f31b5", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -18922,17 +8982,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "poolId": "8daffd47-e542-8d4d-faae-4ed776b858c5", + "poolId": "83a8e743-45f2-80c6-14d9-132fff6e1fb5", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "startIp": "", "endIp": "", "gateway": "", @@ -18955,15 +9015,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d5f48d74-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -18971,8 +9029,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:35 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:53:58 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A53%3A20.8664174Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -18980,30 +9038,29 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b514f44-a36d-45cc-8bbd-3b3957301c02", - "x-ms-ratelimit-remaining-subscription-reads": "11689", - "x-ms-request-id": "4a7f8948-434d-4b15-81cd-449ed9f7ef6a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101036Z:8b514f44-a36d-45cc-8bbd-3b3957301c02", + "x-ms-correlation-request-id": "3a981432-4b6e-4ebd-855e-773c897f9604", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085358Z:3a981432-4b6e-4ebd-855e-773c897f9604", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A04%3A58.3834796Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A53%3A20.8664174Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { "dataProtection": { "replication": { "endPointType": "Src", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "remoteVolumeRegion": "eastus2euap" + "remoteVolumeRegion": "westus" } }, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -19031,10 +9088,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -19046,8 +9103,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -19065,15 +9122,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d662e544-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19081,8 +9136,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:35 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A10%3A11.3355643Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:53:58 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A53%3A29.4311909Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19090,33 +9145,32 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b58df0b1-b5fd-4911-9e0b-4e131268e379", - "x-ms-ratelimit-remaining-subscription-reads": "11688", - "x-ms-request-id": "1836390b-304c-4e6b-a73d-b8252b34936a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101036Z:b58df0b1-b5fd-4911-9e0b-4e131268e379", + "x-ms-correlation-request-id": "878d9d82-edaf-41fa-9f36-7fde3fe901b1", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085358Z:878d9d82-edaf-41fa-9f36-7fde3fe901b1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A10%3A11.3355643Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A53%3A29.4311909Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "", "dataProtection": { "replication": { - "replicationId": "db417fd9-402e-938f-8af7-9d733251b1a0", + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "remoteVolumeRegion": "southcentralusstage" + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -19144,7 +9198,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -19156,8 +9210,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -19170,48 +9224,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/resyncReplication?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/resyncReplication?api-version=2022-01-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d688f3ce-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a3b06ba2-1c53-4a9a-bcc0-2bc29280a6e5?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/6356ef01-5f0a-4136-88e0-50c289964046?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:10:35 GMT", + "Date": "Thu, 09 Jun 2022 08:53:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a3b06ba2-1c53-4a9a-bcc0-2bc29280a6e5?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/6356ef01-5f0a-4136-88e0-50c289964046?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf1c270a-9506-4202-b7bd-98c55245236d", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "cf1c270a-9506-4202-b7bd-98c55245236d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101036Z:cf1c270a-9506-4202-b7bd-98c55245236d", + "x-ms-correlation-request-id": "4547c0d6-481f-4b28-a4dc-ea25a9ca461d", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085359Z:4547c0d6-481f-4b28-a4dc-ea25a9ca461d", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d6c587ee-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19219,7 +9268,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:36 GMT", + "Date": "Thu, 09 Jun 2022 08:53:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19227,10 +9276,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c08463b-8d88-4516-ae3e-c362041bbe44", - "x-ms-ratelimit-remaining-subscription-reads": "11687", - "x-ms-request-id": "a97a5219-2853-434d-ae8a-4fb1f215e5d6", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101036Z:2c08463b-8d88-4516-ae3e-c362041bbe44", + "x-ms-correlation-request-id": "34c3bc93-0b8e-4356-a0e4-fdfb302b1065", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085400Z:34c3bc93-0b8e-4356-a0e4-fdfb302b1065", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19242,15 +9290,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d78d3992-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19258,7 +9304,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:37 GMT", + "Date": "Thu, 09 Jun 2022 08:54:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19266,10 +9312,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf9355e9-e30d-4363-af08-9137bcd96d82", - "x-ms-ratelimit-remaining-subscription-reads": "11686", - "x-ms-request-id": "bba67432-5574-48b9-8c39-4e281c113137", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101038Z:bf9355e9-e30d-4363-af08-9137bcd96d82", + "x-ms-correlation-request-id": "fa5c5dfe-acaf-4b93-b365-c3f98abcd1c5", + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085401Z:fa5c5dfe-acaf-4b93-b365-c3f98abcd1c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19281,15 +9326,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d85716ae-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19297,7 +9340,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:38 GMT", + "Date": "Thu, 09 Jun 2022 08:54:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19305,10 +9348,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33254f82-d67f-4423-816a-4243c3ee1103", - "x-ms-ratelimit-remaining-subscription-reads": "11685", - "x-ms-request-id": "4314fbf9-6d24-40f2-baaf-8f6d2f81a789", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101039Z:33254f82-d67f-4423-816a-4243c3ee1103", + "x-ms-correlation-request-id": "a1bd1e03-aa1c-4853-8d42-80f0208ebf27", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085403Z:a1bd1e03-aa1c-4853-8d42-80f0208ebf27", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19320,15 +9362,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d91ddcee-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19336,7 +9376,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:40 GMT", + "Date": "Thu, 09 Jun 2022 08:54:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19344,10 +9384,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3591f1de-df87-4c6e-a365-029bbb72336f", - "x-ms-ratelimit-remaining-subscription-reads": "11684", - "x-ms-request-id": "3487b374-d2d7-453d-b4dd-e93ec00bf298", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101040Z:3591f1de-df87-4c6e-a365-029bbb72336f", + "x-ms-correlation-request-id": "4abdf1d3-3626-4cf0-9f56-197e6150f248", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085404Z:4abdf1d3-3626-4cf0-9f56-197e6150f248", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19359,15 +9398,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d9e5b4f8-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19375,7 +9412,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:41 GMT", + "Date": "Thu, 09 Jun 2022 08:54:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19383,10 +9420,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c158ace-cdcf-4521-9ad7-57d8212b6515", - "x-ms-ratelimit-remaining-subscription-reads": "11683", - "x-ms-request-id": "6fb1f528-13fe-42b4-b73c-928cc2e38518", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101042Z:9c158ace-cdcf-4521-9ad7-57d8212b6515", + "x-ms-correlation-request-id": "7784efbb-f892-4fda-b263-932fe2816cbb", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085406Z:7784efbb-f892-4fda-b263-932fe2816cbb", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19398,15 +9434,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dab10414-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19414,7 +9448,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:42 GMT", + "Date": "Thu, 09 Jun 2022 08:54:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19422,10 +9456,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a79249fd-0be9-402d-9d1f-5014f797bfc7", - "x-ms-ratelimit-remaining-subscription-reads": "11682", - "x-ms-request-id": "176a8c12-3c21-46af-99f8-3512d4cd5f09", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101043Z:a79249fd-0be9-402d-9d1f-5014f797bfc7", + "x-ms-correlation-request-id": "77625866-f4a7-4a2c-bf41-f0ff659c4f7a", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085407Z:77625866-f4a7-4a2c-bf41-f0ff659c4f7a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19437,15 +9470,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "db78ff8c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19453,7 +9484,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:44 GMT", + "Date": "Thu, 09 Jun 2022 08:54:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19461,10 +9492,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e505f0a5-f08a-46cd-8afe-c7583f634097", - "x-ms-ratelimit-remaining-subscription-reads": "11681", - "x-ms-request-id": "d0595bd9-7a99-442c-a902-e6686399ad37", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101044Z:e505f0a5-f08a-46cd-8afe-c7583f634097", + "x-ms-correlation-request-id": "d75ec6e3-73ec-482c-8331-242959f72590", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085409Z:d75ec6e3-73ec-482c-8331-242959f72590", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19476,15 +9506,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dc450834-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19492,7 +9520,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:45 GMT", + "Date": "Thu, 09 Jun 2022 08:54:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19500,10 +9528,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d489f1a-b68e-473a-8566-7033c20ba63c", - "x-ms-ratelimit-remaining-subscription-reads": "11680", - "x-ms-request-id": "52fff682-8f69-4660-890d-485be8512d92", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101046Z:2d489f1a-b68e-473a-8566-7033c20ba63c", + "x-ms-correlation-request-id": "c4d181f8-a129-4707-9bfb-40d06b6c5c4c", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085410Z:c4d181f8-a129-4707-9bfb-40d06b6c5c4c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19515,15 +9542,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dd182b06-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19531,7 +9556,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:46 GMT", + "Date": "Thu, 09 Jun 2022 08:54:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19539,10 +9564,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31e048f8-6677-4af3-9a1b-445dec993c9d", - "x-ms-ratelimit-remaining-subscription-reads": "11679", - "x-ms-request-id": "59d1a3f6-c048-4dbf-be60-c2c7ab63b733", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101047Z:31e048f8-6677-4af3-9a1b-445dec993c9d", + "x-ms-correlation-request-id": "d5f5b8d7-642e-4f38-b1ba-a8733b5c9e01", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085412Z:d5f5b8d7-642e-4f38-b1ba-a8733b5c9e01", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19554,15 +9578,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "dde0cac0-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19570,7 +9592,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:48 GMT", + "Date": "Thu, 09 Jun 2022 08:54:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19578,10 +9600,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6bc2de4c-7d6f-4f49-9500-5a69fec4c21c", - "x-ms-ratelimit-remaining-subscription-reads": "11678", - "x-ms-request-id": "2457920c-f5db-4a0c-aa51-3d006b3748c0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101048Z:6bc2de4c-7d6f-4f49-9500-5a69fec4c21c", + "x-ms-correlation-request-id": "92ba814f-64db-456d-9256-bd4568f90a9d", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085413Z:92ba814f-64db-456d-9256-bd4568f90a9d", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19593,15 +9614,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "deb6373c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19609,7 +9628,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:50 GMT", + "Date": "Thu, 09 Jun 2022 08:54:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19617,10 +9636,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9c6e904-4e4a-4035-8867-4925de0c7381", - "x-ms-ratelimit-remaining-subscription-reads": "11677", - "x-ms-request-id": "c9693378-d5cf-4e6a-beb4-cdc4cec8948d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101050Z:e9c6e904-4e4a-4035-8867-4925de0c7381", + "x-ms-correlation-request-id": "4b834137-7f3a-461a-9eae-2bdf9920334c", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085415Z:4b834137-7f3a-461a-9eae-2bdf9920334c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19632,15 +9650,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "df7d20c2-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19648,7 +9664,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:51 GMT", + "Date": "Thu, 09 Jun 2022 08:54:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19656,10 +9672,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a326e08-9167-4e2f-a7c8-8f81c3befae2", - "x-ms-ratelimit-remaining-subscription-reads": "11676", - "x-ms-request-id": "29c70fa3-f344-44a1-a8d3-5ea850cf26d2", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101051Z:2a326e08-9167-4e2f-a7c8-8f81c3befae2", + "x-ms-correlation-request-id": "5ca715aa-363b-46f4-839d-d0a0a855e984", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085416Z:5ca715aa-363b-46f4-839d-d0a0a855e984", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19671,15 +9686,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e0452392-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19687,7 +9700,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:52 GMT", + "Date": "Thu, 09 Jun 2022 08:54:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19695,10 +9708,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf38bda2-f58e-4cf1-ab09-be34e115b501", - "x-ms-ratelimit-remaining-subscription-reads": "11675", - "x-ms-request-id": "b14f2dd8-ffb7-463c-95db-3459adf83f16", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101052Z:cf38bda2-f58e-4cf1-ab09-be34e115b501", + "x-ms-correlation-request-id": "a0dc6b7a-585e-4688-a36f-1384d8c3f337", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085418Z:a0dc6b7a-585e-4688-a36f-1384d8c3f337", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19710,15 +9722,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e113dc46-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19726,7 +9736,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:54 GMT", + "Date": "Thu, 09 Jun 2022 08:54:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19734,10 +9744,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df1be4b3-4f96-4e50-9c7c-07c7ecd5d677", - "x-ms-ratelimit-remaining-subscription-reads": "11674", - "x-ms-request-id": "0ed48c8b-16bf-43ec-8529-f84ef3f1e6ac", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101054Z:df1be4b3-4f96-4e50-9c7c-07c7ecd5d677", + "x-ms-correlation-request-id": "9020dd7c-6226-4984-9330-e7a9c35e9b2e", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085419Z:9020dd7c-6226-4984-9330-e7a9c35e9b2e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19749,15 +9758,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e1dc87ae-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19765,7 +9772,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:55 GMT", + "Date": "Thu, 09 Jun 2022 08:54:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19773,10 +9780,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cd39cdd-65ee-4855-930f-1cf1ec027ba1", - "x-ms-ratelimit-remaining-subscription-reads": "11673", - "x-ms-request-id": "860754b6-8ebc-4bbc-9f55-c87ced5da6e5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101055Z:6cd39cdd-65ee-4855-930f-1cf1ec027ba1", + "x-ms-correlation-request-id": "0a36130b-efdd-45a3-bb3b-897248de3392", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085421Z:0a36130b-efdd-45a3-bb3b-897248de3392", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19788,15 +9794,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e2a8b75c-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19804,7 +9808,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:56 GMT", + "Date": "Thu, 09 Jun 2022 08:54:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19812,10 +9816,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "912cb1cd-7f84-4026-92c2-f014d8471f17", - "x-ms-ratelimit-remaining-subscription-reads": "11672", - "x-ms-request-id": "99e833f8-9dda-4630-af70-6efa28b75690", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101056Z:912cb1cd-7f84-4026-92c2-f014d8471f17", + "x-ms-correlation-request-id": "5db71a96-903f-4ae6-8570-ef08e0b9eaac", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085422Z:5db71a96-903f-4ae6-8570-ef08e0b9eaac", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19827,15 +9830,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e372d294-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19843,7 +9844,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:58 GMT", + "Date": "Thu, 09 Jun 2022 08:54:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19851,10 +9852,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55834d09-55e8-43fd-9532-ec49bbfcdb4b", - "x-ms-ratelimit-remaining-subscription-reads": "11671", - "x-ms-request-id": "5fe1d040-2a8a-47d7-8dae-62e7506dc7dd", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101058Z:55834d09-55e8-43fd-9532-ec49bbfcdb4b", + "x-ms-correlation-request-id": "7ea92b22-0625-403d-ab42-1bda69d2ed71", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085424Z:7ea92b22-0625-403d-ab42-1bda69d2ed71", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -19866,15 +9866,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e43d4c18-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19882,7 +9880,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:10:59 GMT", + "Date": "Thu, 09 Jun 2022 08:54:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19890,30 +9888,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "746978e7-0021-4cf5-b84d-a3b43b128e31", - "x-ms-ratelimit-remaining-subscription-reads": "11670", - "x-ms-request-id": "33b0ba84-b293-46d6-a531-795456dda486", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101059Z:746978e7-0021-4cf5-b84d-a3b43b128e31", + "x-ms-correlation-request-id": "19d298a7-82d4-4648-ad72-4b5fdcaa981e", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085425Z:19d298a7-82d4-4648-ad72-4b5fdcaa981e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "20768", + "mirrorState": "Broken", + "totalProgress": "17624", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a3b06ba2-1c53-4a9a-bcc0-2bc29280a6e5?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d688f3ce-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19921,7 +9916,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:11:06 GMT", + "Date": "Thu, 09 Jun 2022 08:54:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -19929,68 +9924,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0370f8b-a72e-40ea-b028-f726810e35ba", - "x-ms-ratelimit-remaining-subscription-reads": "11669", - "x-ms-request-id": "5206d6f8-5181-4cd7-ae8d-d44507a972e1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101106Z:c0370f8b-a72e-40ea-b028-f726810e35ba", + "x-ms-correlation-request-id": "d14313f9-49cf-43e3-bf99-c3affc8aaf83", + "x-ms-ratelimit-remaining-subscription-reads": "11853", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085427Z:d14313f9-49cf-43e3-bf99-c3affc8aaf83", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a3b06ba2-1c53-4a9a-bcc0-2bc29280a6e5", - "name": "a3b06ba2-1c53-4a9a-bcc0-2bc29280a6e5", - "status": "ResyncReplication", - "startTime": "2022-03-01T10:10:36.4965903Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "17624", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/breakReplication?api-version=2021-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "0", - "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f64f509a-9947-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/48c97623-5a2d-4b71-939f-dfe4b61a5642?api-version=2021-10-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:11:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/48c97623-5a2d-4b71-939f-dfe4b61a5642?api-version=2021-10-01\u0026operationResultResponseType=Location", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b913fc40-b36b-4460-bcdb-734441935300", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "b913fc40-b36b-4460-bcdb-734441935300", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101129Z:b913fc40-b36b-4460-bcdb-734441935300", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f68919e2-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -19998,7 +9952,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:11:30 GMT", + "Date": "Thu, 09 Jun 2022 08:54:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20006,30 +9960,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f86ba993-f036-48ef-b72b-b94549360b38", - "x-ms-ratelimit-remaining-subscription-reads": "11668", - "x-ms-request-id": "5a8e8629-bd30-437d-8f28-26d12b669c18", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101131Z:f86ba993-f036-48ef-b72b-b94549360b38", + "x-ms-correlation-request-id": "25c43b2b-1ab8-446d-94ff-0e413b8661a0", + "x-ms-ratelimit-remaining-subscription-reads": "11852", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085428Z:25c43b2b-1ab8-446d-94ff-0e413b8661a0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "healthy": true, "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "20768", + "mirrorState": "Broken", + "totalProgress": "17624", "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/6356ef01-5f0a-4136-88e0-50c289964046?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f7c47392-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20037,7 +9988,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:11:31 GMT", + "Date": "Thu, 09 Jun 2022 08:54:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20045,30 +9996,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5572d77e-9813-434f-8197-3fbed17d4c69", - "x-ms-ratelimit-remaining-subscription-reads": "11667", - "x-ms-request-id": "083b75aa-a92f-4749-98e8-af001f7b3ca8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101132Z:5572d77e-9813-434f-8197-3fbed17d4c69", + "x-ms-correlation-request-id": "090c73c3-457c-4385-b0d0-36084572571e", + "x-ms-ratelimit-remaining-subscription-reads": "11851", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085429Z:090c73c3-457c-4385-b0d0-36084572571e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Mirrored", - "totalProgress": "20768", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/6356ef01-5f0a-4136-88e0-50c289964046", + "name": "6356ef01-5f0a-4136-88e0-50c289964046", + "status": "ResyncReplication", + "startTime": "2022-06-09T08:53:59.5138986Z", + "endTime": "0001-01-01T00:00:00Z", + "percentComplete": 0.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f88e7278-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20076,7 +10028,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:11:32 GMT", + "Date": "Thu, 09 Jun 2022 08:54:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20084,10 +10036,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15408dc4-31cc-475e-98ec-9a7790e1b807", - "x-ms-ratelimit-remaining-subscription-reads": "11666", - "x-ms-request-id": "580589ab-d8d9-4998-918a-d75ebd46f2dc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101133Z:15408dc4-31cc-475e-98ec-9a7790e1b807", + "x-ms-correlation-request-id": "3005294c-6525-4181-b79b-c457e2944164", + "x-ms-ratelimit-remaining-subscription-reads": "11850", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085430Z:3005294c-6525-4181-b79b-c457e2944164", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -20099,15 +10050,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/6356ef01-5f0a-4136-88e0-50c289964046?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f95bcc5a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20115,7 +10064,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:11:34 GMT", + "Date": "Thu, 09 Jun 2022 08:55:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20123,73 +10072,62 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f004bf15-2300-4962-b956-81842d6130b6", - "x-ms-ratelimit-remaining-subscription-reads": "11665", - "x-ms-request-id": "0ce9fec1-30b0-422b-b008-7d3a9c0beb2c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101134Z:f004bf15-2300-4962-b956-81842d6130b6", + "x-ms-correlation-request-id": "bf0d9acf-bbbb-4d2f-b1d6-742a3c4979a4", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085501Z:bf0d9acf-bbbb-4d2f-b1d6-742a3c4979a4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "20768", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/6356ef01-5f0a-4136-88e0-50c289964046", + "name": "6356ef01-5f0a-4136-88e0-50c289964046", + "status": "Succeeded", + "startTime": "2022-06-09T08:53:59.5138986Z", + "endTime": "2022-06-09T08:54:35.1095555Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a3b06ba2-1c53-4a9a-bcc0-2bc29280a6e5?api-version=2021-10-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/breakReplication?api-version=2022-01-01", + "RequestMethod": "POST", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d688f3ce-9947-11ec-ace2-faffc24ca865" + "Content-Length": "0", + "Content-Type": "application/json", + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/b28bbdda-b452-4fbb-8f46-03f197a060d1?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:11:37 GMT", + "Content-Length": "0", + "Date": "Thu, 09 Jun 2022 08:55:00 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/b28bbdda-b452-4fbb-8f46-03f197a060d1?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c329bf7-41ac-4f06-a6a1-76afc2146f56", - "x-ms-ratelimit-remaining-subscription-reads": "11664", - "x-ms-request-id": "5837d4bb-6f93-4552-ac02-81f930a2e76c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101137Z:1c329bf7-41ac-4f06-a6a1-76afc2146f56", + "x-ms-correlation-request-id": "008b200d-e7ea-4968-a451-165596ca1014", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085501Z:008b200d-e7ea-4968-a451-165596ca1014", "X-Powered-By": "ASP.NET" }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a3b06ba2-1c53-4a9a-bcc0-2bc29280a6e5", - "name": "a3b06ba2-1c53-4a9a-bcc0-2bc29280a6e5", - "status": "Succeeded", - "startTime": "2022-03-01T10:10:36.4965903Z", - "endTime": "2022-03-01T10:11:07.9776183Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a3b06ba2-1c53-4a9a-bcc0-2bc29280a6e5?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/6356ef01-5f0a-4136-88e0-50c289964046?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d688f3ce-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20197,7 +10135,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:11:37 GMT", + "Date": "Thu, 09 Jun 2022 08:55:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20205,43 +10143,42 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1376460e-38bd-456e-8baf-fc43b0aadc9f", - "x-ms-ratelimit-remaining-subscription-reads": "11663", - "x-ms-request-id": "303b47fb-614f-4d0f-93b2-39da1d102eda", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101137Z:1376460e-38bd-456e-8baf-fc43b0aadc9f", + "x-ms-correlation-request-id": "8b7d492c-3770-473d-b1e1-291cc99c72d0", + "x-ms-ratelimit-remaining-subscription-reads": "11849", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085501Z:8b7d492c-3770-473d-b1e1-291cc99c72d0", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A11%3A07.9718034Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A54%3A35.0998711Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "DataProtection", "dataProtection": { "replication": { - "replicationId": "db417fd9-402e-938f-8af7-9d733251b1a0", + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", "endPointType": "Dst", "replicationSchedule": "_10minutely", "replicationPolicy": "MirrorAllSnapshots", - "replicationStatus": "Broken", + "replicationStatus": "Mirrored", "remotePath": { - "externalHostName": "az-sat11-f01c03-jl325-sto", - "serverName": "svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "volumeName": "vol_sdk_py_tests_vol_2_a908cb" + "externalHostName": "az-sjc21-f04c01-bu417-sto", + "serverName": "svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", + "volumeName": "vol_sdk_py_tests_vol_21_45bb57" }, "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "remoteVolumeRegion": "southcentralusstage" + "remoteVolumeRegion": "eastus" } }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", - "ownerId": "f78e3b96-807a-11e9-adbb-3283d4934d27", + "ownerId": "ff7711ad-cdb3-11ea-9944-ba3bf91f31b5", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -20269,17 +10206,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "poolId": "8daffd47-e542-8d4d-faae-4ed776b858c5", + "poolId": "83a8e743-45f2-80c6-14d9-132fff6e1fb5", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "startIp": "", "endIp": "", "gateway": "", @@ -20302,15 +10239,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/48c97623-5a2d-4b71-939f-dfe4b61a5642?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f64f509a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20318,7 +10253,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:11:59 GMT", + "Date": "Thu, 09 Jun 2022 08:55:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20326,34 +10261,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6df5129-3cea-418e-8ce9-4790fddf8035", - "x-ms-ratelimit-remaining-subscription-reads": "11662", - "x-ms-request-id": "2a564c1b-4148-4e27-afa3-c225e9be2d65", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101200Z:e6df5129-3cea-418e-8ce9-4790fddf8035", + "x-ms-correlation-request-id": "5e835d9c-593b-4190-aa9f-6acd6f19351a", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085502Z:5e835d9c-593b-4190-aa9f-6acd6f19351a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/48c97623-5a2d-4b71-939f-dfe4b61a5642", - "name": "48c97623-5a2d-4b71-939f-dfe4b61a5642", - "status": "Succeeded", - "startTime": "2022-03-01T10:11:29.8051519Z", - "endTime": "2022-03-01T10:11:37.241555Z", - "percentComplete": 100.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "20768", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/48c97623-5a2d-4b71-939f-dfe4b61a5642?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f64f509a-9947-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20361,7 +10289,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:11:59 GMT", + "Date": "Thu, 09 Jun 2022 08:55:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20369,145 +10297,63 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f967c8b2-ed6e-48d7-8673-75e47e75c9d9", - "x-ms-ratelimit-remaining-subscription-reads": "11661", - "x-ms-request-id": "6a76a72b-7064-41c2-bd2f-62f4f19bec54", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101200Z:f967c8b2-ed6e-48d7-8673-75e47e75c9d9", + "x-ms-correlation-request-id": "2f3d6bb3-bd8d-4a40-9336-3eec25fadc53", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085504Z:2f3d6bb3-bd8d-4a40-9336-3eec25fadc53", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", - "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A11%3A37.2343668Z\u0027\u0022", - "location": "eastus2euap", - "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" - }, - "properties": { - "volumeType": "", - "dataProtection": { - "replication": { - "replicationId": "db417fd9-402e-938f-8af7-9d733251b1a0", - "endPointType": "Dst", - "replicationSchedule": "_10minutely", - "replicationPolicy": "MirrorAllSnapshots", - "replicationStatus": "Mirrored", - "remotePath": { - "externalHostName": "az-sat11-f01c03-jl325-sto", - "serverName": "svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "volumeName": "vol_sdk_py_tests_vol_2_a908cb" - }, - "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "remoteVolumeRegion": "southcentralusstage" - } - }, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "serviceLevel": "Premium", - "creationToken": "sdk-py-tests-vol-2", - "ownerId": "f78e3b96-807a-11e9-adbb-3283d4934d27", - "usageThreshold": 107374182400, - "usedBytes": 0, - "exportPolicy": { - "rules": [ - { - "ruleIndex": 1, - "unixReadOnly": false, - "unixReadWrite": true, - "cifs": false, - "nfsv3": true, - "nfsv4": false, - "nfsv41": false, - "allowedClients": "0.0.0.0/0", - "kerberos5ReadOnly": false, - "kerberos5ReadWrite": false, - "kerberos5iReadOnly": false, - "kerberos5iReadWrite": false, - "kerberos5pReadOnly": false, - "kerberos5pReadWrite": false, - "hasRootAccess": true, - "chownMode": "Restricted" - } - ] - }, - "protocolTypes": [ - "NFSv3" - ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", - "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", - "networkFeatures": "Basic", - "storageToNetworkProximity": "Default", - "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "poolId": "8daffd47-e542-8d4d-faae-4ed776b858c5", - "mountTargets": [ - { - "provisioningState": "", - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "startIp": "", - "endIp": "", - "gateway": "", - "netmask": "", - "subnet": "", - "ipAddress": "10.7.0.4" - } - ], - "throughputMibps": 6.4, - "kerberosEnabled": false, - "securityStyle": "Unix", - "smbEncryption": false, - "smbContinuouslyAvailable": false, - "ldapEnabled": false, - "unixPermissions": "0770", - "coolAccess": false, - "avsDataStore": "Disabled", - "provisioningState": "Succeeded" - } + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "20768", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/deleteReplication?api-version=2021-10-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "*/*", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0b6dcfc4-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a93b6276-666d-4920-bcc5-6108d91dcaab?api-version=2021-10-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:12:04 GMT", + "Content-Encoding": "gzip", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 09 Jun 2022 08:55:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a93b6276-666d-4920-bcc5-6108d91dcaab?api-version=2021-10-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a11975af-b5e8-48e0-b494-ac683fb42bfc", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "a11975af-b5e8-48e0-b494-ac683fb42bfc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101205Z:a11975af-b5e8-48e0-b494-ac683fb42bfc", + "x-ms-correlation-request-id": "5454c550-fefc-42c5-b6c8-d135014fd71a", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085505Z:5454c550-fefc-42c5-b6c8-d135014fd71a", "X-Powered-By": "ASP.NET" }, - "ResponseBody": null + "ResponseBody": { + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Mirrored", + "totalProgress": "20768", + "errorMessage": "" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0ba2b658-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20515,7 +10361,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:04 GMT", + "Date": "Thu, 09 Jun 2022 08:55:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20523,10 +10369,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f58e6ce-2102-4cbc-ba15-e0029a5a314d", - "x-ms-ratelimit-remaining-subscription-reads": "11660", - "x-ms-request-id": "d018e551-8848-44ab-980b-381cf64da823", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101205Z:9f58e6ce-2102-4cbc-ba15-e0029a5a314d", + "x-ms-correlation-request-id": "1b73e653-4be1-45c5-92e6-f49e2ce6fae6", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085507Z:1b73e653-4be1-45c5-92e6-f49e2ce6fae6", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -20538,15 +10383,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/b28bbdda-b452-4fbb-8f46-03f197a060d1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0c6a8d18-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20554,7 +10397,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:06 GMT", + "Date": "Thu, 09 Jun 2022 08:55:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20562,30 +10405,31 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78e6f68e-75cb-4eb8-b3c6-44cbedf13d41", - "x-ms-ratelimit-remaining-subscription-reads": "11659", - "x-ms-request-id": "a2837662-fce7-4ac3-a65b-18b290ec4b17", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101206Z:78e6f68e-75cb-4eb8-b3c6-44cbedf13d41", + "x-ms-correlation-request-id": "505cd658-1aa8-4cfc-ba0c-576f8dd70abe", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085531Z:505cd658-1aa8-4cfc-ba0c-576f8dd70abe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": true, - "relationshipStatus": "Idle", - "mirrorState": "Broken", - "totalProgress": "20768", - "errorMessage": "" + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/b28bbdda-b452-4fbb-8f46-03f197a060d1", + "name": "b28bbdda-b452-4fbb-8f46-03f197a060d1", + "status": "Succeeded", + "startTime": "2022-06-09T08:55:00.9137726Z", + "endTime": "2022-06-09T08:55:09.0766618Z", + "percentComplete": 100.0, + "properties": { + "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/b28bbdda-b452-4fbb-8f46-03f197a060d1?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0d33573e-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20593,7 +10437,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:07 GMT", + "Date": "Thu, 09 Jun 2022 08:55:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20601,69 +10445,139 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e61fa2e-b7c2-4846-9e57-d8a22f9f1d67", - "x-ms-ratelimit-remaining-subscription-reads": "11658", - "x-ms-request-id": "e8b8df18-afaa-4856-9019-ee1358c9c8ab", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101208Z:1e61fa2e-b7c2-4846-9e57-d8a22f9f1d67", + "x-ms-correlation-request-id": "cc81a097-635a-4e68-b07b-4345e4bd5a8b", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085531Z:cc81a097-635a-4e68-b07b-4345e4bd5a8b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-2 is currently being deleted." + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", + "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A55%3A09.0765614Z\u0027\u0022", + "location": "westus", + "tags": { + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" + }, + "properties": { + "volumeType": "", + "dataProtection": { + "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", + "endPointType": "Dst", + "replicationSchedule": "_10minutely", + "replicationPolicy": "MirrorAllSnapshots", + "replicationStatus": "Mirrored", + "remotePath": { + "externalHostName": "az-sjc21-f04c01-bu417-sto", + "serverName": "svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", + "volumeName": "vol_sdk_py_tests_vol_21_45bb57" + }, + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" + } + }, + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-2", + "ownerId": "ff7711ad-cdb3-11ea-9944-ba3bf91f31b5", + "usageThreshold": 107374182400, + "usedBytes": 0, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv4": false, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", + "poolId": "83a8e743-45f2-80c6-14d9-132fff6e1fb5", + "mountTargets": [ + { + "provisioningState": "", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "startIp": "", + "endIp": "", + "gateway": "", + "netmask": "", + "subnet": "", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.4, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "coolAccess": false, + "avsDataStore": "Disabled", + "provisioningState": "Succeeded" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/deleteReplication?api-version=2022-01-01", + "RequestMethod": "POST", "RequestHeaders": { - "Accept": "application/json", + "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0dfe4b74-9948-11ec-ace2-faffc24ca865" + "Content-Length": "0", + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/cc9dbebe-5464-4276-8abb-b78e07dac6dd?api-version=2022-01-01", "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:08 GMT", + "Content-Length": "0", + "Date": "Thu, 09 Jun 2022 08:55:38 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/cc9dbebe-5464-4276-8abb-b78e07dac6dd?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9facaae-56b9-4a68-9f8f-37e691b90e27", - "x-ms-ratelimit-remaining-subscription-reads": "11657", - "x-ms-request-id": "1cdd9018-4b10-468b-a139-0f920f773c2e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101209Z:b9facaae-56b9-4a68-9f8f-37e691b90e27", + "x-ms-correlation-request-id": "a9b423a4-ee90-4552-b808-8a1f8f177d45", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085538Z:a9b423a4-ee90-4552-b808-8a1f8f177d45", "X-Powered-By": "ASP.NET" }, - "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-2 is currently being deleted." - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0ec717fc-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20671,7 +10585,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:10 GMT", + "Date": "Thu, 09 Jun 2022 08:55:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20679,30 +10593,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdd70cfb-4f06-4d64-8db3-89b435667327", - "x-ms-ratelimit-remaining-subscription-reads": "11656", - "x-ms-request-id": "0fa92f7b-6129-40c5-a9c2-16a29b1ec5e7", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101210Z:fdd70cfb-4f06-4d64-8db3-89b435667327", + "x-ms-correlation-request-id": "3949aa34-4940-4ee2-9d1f-9f522a1409f4", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085538Z:3949aa34-4940-4ee2-9d1f-9f522a1409f4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-2 is currently being deleted." + "healthy": true, + "relationshipStatus": "Idle", + "mirrorState": "Broken", + "totalProgress": "20768", + "errorMessage": "" } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0f918050-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20710,7 +10621,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:11 GMT", + "Date": "Thu, 09 Jun 2022 08:55:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20718,10 +10629,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4e4975a-be85-427b-8322-b5ba1054cca7", - "x-ms-ratelimit-remaining-subscription-reads": "11655", - "x-ms-request-id": "8450bc41-99ec-445d-b617-c61e2e1f6039", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101212Z:d4e4975a-be85-427b-8322-b5ba1054cca7", + "x-ms-correlation-request-id": "a64c871f-24ae-431b-adb2-beb769a07ec7", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085540Z:a64c871f-24ae-431b-adb2-beb769a07ec7", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -20733,15 +10643,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "105982e4-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20749,7 +10657,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:12 GMT", + "Date": "Thu, 09 Jun 2022 08:55:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20757,10 +10665,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9d35c59-4fa6-4af8-9ed1-61454037c9d3", - "x-ms-ratelimit-remaining-subscription-reads": "11654", - "x-ms-request-id": "90a2eb42-1d32-4502-9922-396fe417ae04", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101213Z:a9d35c59-4fa6-4af8-9ed1-61454037c9d3", + "x-ms-correlation-request-id": "7d0e0cb4-20e8-41a3-8dd2-ca1ff152746c", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085542Z:7d0e0cb4-20e8-41a3-8dd2-ca1ff152746c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -20772,15 +10679,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "11234d7c-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20788,7 +10693,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:14 GMT", + "Date": "Thu, 09 Jun 2022 08:55:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20796,10 +10701,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e4d907f-ed6a-4d22-87a7-eaf8cf66077b", - "x-ms-ratelimit-remaining-subscription-reads": "11653", - "x-ms-request-id": "9340565b-2bfe-4b49-a74f-8368f473f4da", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101214Z:3e4d907f-ed6a-4d22-87a7-eaf8cf66077b", + "x-ms-correlation-request-id": "c8d99af8-7a05-4592-bb3f-aaeeecc5fac2", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085543Z:c8d99af8-7a05-4592-bb3f-aaeeecc5fac2", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -20811,15 +10715,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "11ef52d2-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20827,7 +10729,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:15 GMT", + "Date": "Thu, 09 Jun 2022 08:55:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20835,10 +10737,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de871e90-09d4-48ed-8c67-7965fa4522ad", - "x-ms-ratelimit-remaining-subscription-reads": "11652", - "x-ms-request-id": "77ed1a79-a8ef-4b6f-9e97-e08dbc6b1468", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101216Z:de871e90-09d4-48ed-8c67-7965fa4522ad", + "x-ms-correlation-request-id": "a0861291-5a94-46f4-8c5f-ec5fa63b1f29", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085545Z:a0861291-5a94-46f4-8c5f-ec5fa63b1f29", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -20850,15 +10751,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "12bc4f30-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20866,7 +10765,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:16 GMT", + "Date": "Thu, 09 Jun 2022 08:55:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20874,10 +10773,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58c72f26-beb2-4dfc-b968-a8d0f71a74c4", - "x-ms-ratelimit-remaining-subscription-reads": "11651", - "x-ms-request-id": "bb0d1742-93d9-4dc0-aff1-3dc76af3867f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101217Z:58c72f26-beb2-4dfc-b968-a8d0f71a74c4", + "x-ms-correlation-request-id": "6b4bc8a7-c2f5-4aa4-a317-a82a7652037a", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085546Z:6b4bc8a7-c2f5-4aa4-a317-a82a7652037a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -20889,15 +10787,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1388e0fe-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20905,7 +10801,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:17 GMT", + "Date": "Thu, 09 Jun 2022 08:55:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20913,10 +10809,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af1e175d-20df-49fc-bf08-4ac7d57dfb77", - "x-ms-ratelimit-remaining-subscription-reads": "11650", - "x-ms-request-id": "a3c96444-1b58-4559-8a74-dd67571338f3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101218Z:af1e175d-20df-49fc-bf08-4ac7d57dfb77", + "x-ms-correlation-request-id": "d682b692-ebf3-47fd-921c-39303450d9c5", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085548Z:d682b692-ebf3-47fd-921c-39303450d9c5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -20928,15 +10823,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "14524ca0-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20944,7 +10837,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:19 GMT", + "Date": "Thu, 09 Jun 2022 08:55:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20952,10 +10845,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0378ad2-ccc1-4611-95e0-aeb0c3d29aa8", - "x-ms-ratelimit-remaining-subscription-reads": "11649", - "x-ms-request-id": "79cdd1de-864b-44fe-af98-7a619d371c06", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101220Z:d0378ad2-ccc1-4611-95e0-aeb0c3d29aa8", + "x-ms-correlation-request-id": "3b34caff-e14d-4a8c-b3b8-e26ca031869c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085549Z:3b34caff-e14d-4a8c-b3b8-e26ca031869c", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -20967,15 +10859,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "151b4894-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -20983,7 +10873,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:20 GMT", + "Date": "Thu, 09 Jun 2022 08:55:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -20991,10 +10881,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c09e0d9c-1fdc-4d5e-974c-384f90b94620", - "x-ms-ratelimit-remaining-subscription-reads": "11648", - "x-ms-request-id": "ee8ccb48-407b-4103-ba02-702384dec95a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101221Z:c09e0d9c-1fdc-4d5e-974c-384f90b94620", + "x-ms-correlation-request-id": "fa99e526-0b59-4e0e-8767-e61f80ad349a", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085551Z:fa99e526-0b59-4e0e-8767-e61f80ad349a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -21006,15 +10895,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "15e4735e-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21022,7 +10909,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:22 GMT", + "Date": "Thu, 09 Jun 2022 08:55:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21030,10 +10917,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5bedb46-f1b1-433f-a944-0ac8f38e0c5b", - "x-ms-ratelimit-remaining-subscription-reads": "11647", - "x-ms-request-id": "8fa3ef68-e0d4-4874-a17a-66d1c5746ed3", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101222Z:b5bedb46-f1b1-433f-a944-0ac8f38e0c5b", + "x-ms-correlation-request-id": "2e40a4de-b452-48c2-ad5e-e9ee697b9419", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085552Z:2e40a4de-b452-48c2-ad5e-e9ee697b9419", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -21045,15 +10931,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "16ad1a66-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21061,7 +10945,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:24 GMT", + "Date": "Thu, 09 Jun 2022 08:55:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21069,10 +10953,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc335491-482d-4976-855a-00f243a698ef", - "x-ms-ratelimit-remaining-subscription-reads": "11646", - "x-ms-request-id": "e021e36e-0695-493c-99cf-ee385f6be698", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101224Z:cc335491-482d-4976-855a-00f243a698ef", + "x-ms-correlation-request-id": "b393b1ea-a421-4b78-828e-5450afac4613", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085554Z:b393b1ea-a421-4b78-828e-5450afac4613", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -21084,15 +10967,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "17793f42-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21100,7 +10981,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:25 GMT", + "Date": "Thu, 09 Jun 2022 08:55:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21108,10 +10989,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1bc34af6-7c03-4897-badc-65b395eeab3c", - "x-ms-ratelimit-remaining-subscription-reads": "11645", - "x-ms-request-id": "421bc678-7719-4939-bd6e-5a337f70b51f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101225Z:1bc34af6-7c03-4897-badc-65b395eeab3c", + "x-ms-correlation-request-id": "26d72bfe-2be7-4405-8bac-1f90d81cfbc1", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085555Z:26d72bfe-2be7-4405-8bac-1f90d81cfbc1", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -21123,15 +11003,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "184535f2-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21139,7 +11017,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:26 GMT", + "Date": "Thu, 09 Jun 2022 08:55:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21147,10 +11025,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a3f28b2-20f1-471e-a622-920b6995f0db", - "x-ms-ratelimit-remaining-subscription-reads": "11644", - "x-ms-request-id": "8ba4ed78-6d98-424d-ae3b-70e1e53f5835", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101226Z:2a3f28b2-20f1-471e-a622-920b6995f0db", + "x-ms-correlation-request-id": "b1aa157d-fbbe-4c70-901f-9144816f9981", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085557Z:b1aa157d-fbbe-4c70-901f-9144816f9981", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -21162,15 +11039,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "190f2740-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21178,7 +11053,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:28 GMT", + "Date": "Thu, 09 Jun 2022 08:55:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21186,10 +11061,9 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b751b17f-cbdf-4ca3-8c71-e9f92d0af87b", - "x-ms-ratelimit-remaining-subscription-reads": "11643", - "x-ms-request-id": "4941c743-4181-49e6-8a16-bb9d624f9be1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101228Z:b751b17f-cbdf-4ca3-8c71-e9f92d0af87b", + "x-ms-correlation-request-id": "58407257-a948-4e94-ae1e-492529bcaff4", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085558Z:58407257-a948-4e94-ae1e-492529bcaff4", "X-Powered-By": "ASP.NET" }, "ResponseBody": { @@ -21201,54 +11075,46 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "19d8654c-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 400, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Encoding": "gzip", + "Content-Length": "105", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:29 GMT", + "Date": "Thu, 09 Jun 2022 08:56:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e467c97d-ff91-4f3e-81c1-f8f496aa63ba", - "x-ms-ratelimit-remaining-subscription-reads": "11642", - "x-ms-request-id": "89927559-b36d-4b15-926e-120aa3d33d9a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101229Z:e467c97d-ff91-4f3e-81c1-f8f496aa63ba", + "x-ms-correlation-request-id": "e45775a6-3ef6-434d-bfbe-2cf23b10a846", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085600Z:e45775a6-3ef6-434d-bfbe-2cf23b10a846", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-2 is currently being deleted." + "error": { + "code": "VolumeReplicationGetStatusFailure", + "message": "Volume replication missing or deleted." + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1aa3282c-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21256,7 +11122,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:30 GMT", + "Date": "Thu, 09 Jun 2022 08:56:02 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A55%3A45.4563843Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21264,66 +11131,194 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cb2c528-1519-4f12-816d-e1778a7e503d", - "x-ms-ratelimit-remaining-subscription-reads": "11641", - "x-ms-request-id": "a2627a08-dffe-47d0-92b3-9302cebcecc4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101230Z:8cb2c528-1519-4f12-816d-e1778a7e503d", + "x-ms-correlation-request-id": "4161ceba-a5e3-42f9-8680-254f6dd9c861", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085602Z:4161ceba-a5e3-42f9-8680-254f6dd9c861", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "healthy": false, - "relationshipStatus": "", - "mirrorState": "", - "totalProgress": "", - "errorMessage": "The replication for volume: sdk-py-tests-vol-2 is currently being deleted." + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A55%3A45.4563843Z\u0027\u0022", + "location": "eastus", + "tags": { + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" + }, + "properties": { + "volumeType": "", + "dataProtection": {}, + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-1", + "usageThreshold": 107374182400, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", + "networkFeatures": "Basic", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", + "storageToNetworkProximity": "Default", + "snapshotDirectoryVisible": true, + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "encryptionKeySource": "Microsoft.NetApp", + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.4, + "volumeSpecName": "generic", + "coolAccess": false, + "avsDataStore": "Disabled", + "isDefaultQuotaEnabled": false, + "defaultUserQuotaInKiBs": 0, + "defaultGroupQuotaInKiBs": 0, + "enableSubvolumes": "Disabled", + "maximumNumberOfFiles": 100000000, + "provisioningState": "Succeeded" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2/replicationStatus?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1b6cef40-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, - "StatusCode": 400, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "105", + "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:32 GMT", + "Date": "Thu, 09 Jun 2022 08:56:03 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A55%3A38.2509816Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "Transfer-Encoding": "chunked", + "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92e6f3c4-9aa6-4003-aa20-7cba5b8f5be6", - "x-ms-ratelimit-remaining-subscription-reads": "11640", - "x-ms-request-id": "fa1c3a6d-7f24-4fa9-a866-3606eded98c1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101232Z:92e6f3c4-9aa6-4003-aa20-7cba5b8f5be6", + "x-ms-correlation-request-id": "6de95ae9-7866-4331-a1be-59f80987a434", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085603Z:6de95ae9-7866-4331-a1be-59f80987a434", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "error": { - "code": "VolumeReplicationGetStatusFailure", - "message": "Volume replication missing or deleted." + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", + "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", + "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A55%3A38.2509816Z\u0027\u0022", + "location": "westus", + "tags": { + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" + }, + "properties": { + "volumeType": "", + "dataProtection": { + "replication": { + "replicationId": "daa072fe-2d41-0248-d609-26def5a3c335", + "endPointType": "Dst", + "replicationSchedule": "_10minutely", + "remoteVolumeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", + "remoteVolumeRegion": "eastus" + } + }, + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "serviceLevel": "Premium", + "creationToken": "sdk-py-tests-vol-2", + "usageThreshold": 107374182400, + "exportPolicy": { + "rules": [ + { + "ruleIndex": 1, + "unixReadOnly": false, + "unixReadWrite": true, + "cifs": false, + "nfsv3": true, + "nfsv41": false, + "allowedClients": "0.0.0.0/0", + "kerberos5ReadOnly": false, + "kerberos5ReadWrite": false, + "kerberos5iReadOnly": false, + "kerberos5iReadWrite": false, + "kerberos5pReadOnly": false, + "kerberos5pReadWrite": false, + "hasRootAccess": true, + "chownMode": "Restricted" + } + ] + }, + "protocolTypes": [ + "NFSv3" + ], + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", + "networkFeatures": "Basic", + "storageToNetworkProximity": "Default", + "kerberosEnabled": false, + "securityStyle": "Unix", + "smbEncryption": false, + "smbContinuouslyAvailable": false, + "ldapEnabled": false, + "unixPermissions": "0770", + "mountTargets": [ + { + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "ipAddress": "10.7.0.4" + } + ], + "throughputMibps": 6.4, + "coolAccess": false, + "avsDataStore": "Disabled", + "maximumNumberOfFiles": 100000000, + "provisioningState": "DeleteReplication" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1c39e52c-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21331,8 +11326,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:33 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A12%3A14.8054711Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:56:04 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A55%3A45.4563843Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21340,25 +11335,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "835c9cf7-3e0b-4abc-a6b9-fb52a2a39eb5", - "x-ms-ratelimit-remaining-subscription-reads": "11639", - "x-ms-request-id": "fd3e513c-f13e-48c3-9480-5dcc65549715", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101233Z:835c9cf7-3e0b-4abc-a6b9-fb52a2a39eb5", + "x-ms-correlation-request-id": "765161dd-efe5-4924-b3e3-742a0adbae4f", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085605Z:765161dd-efe5-4924-b3e3-742a0adbae4f", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A12%3A14.8054711Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A55%3A45.4563843Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "usageThreshold": 107374182400, @@ -21386,10 +11380,10 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "kerberosEnabled": false, @@ -21401,8 +11395,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "ipAddress": "10.7.0.4" } ], @@ -21420,15 +11414,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1ca94c6e-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21436,8 +11428,8 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:33 GMT", - "ETag": "W/\u0022datetime\u00272022-03-01T10%3A12%3A33.8415275Z\u0027\u0022", + "Date": "Thu, 09 Jun 2022 08:56:05 GMT", + "ETag": "W/\u0022datetime\u00272022-06-09T08%3A56%3A03.310741Z\u0027\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21445,25 +11437,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd798c33-bd53-47cd-b9d7-aee96d9f2497", - "x-ms-ratelimit-remaining-subscription-reads": "11638", - "x-ms-request-id": "8673dc25-a4b9-4579-9171-69d5f930b0c4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101234Z:fd798c33-bd53-47cd-b9d7-aee96d9f2497", + "x-ms-correlation-request-id": "3b1da55c-b843-4d18-b765-cfe91ef42508", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085605Z:3b1da55c-b843-4d18-b765-cfe91ef42508", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A12%3A33.8415275Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A56%3A03.310741Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", "usageThreshold": 107374182400, @@ -21491,7 +11482,7 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", @@ -21503,8 +11494,8 @@ "unixPermissions": "0770", "mountTargets": [ { - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "ipAddress": "10.7.0.4" } ], @@ -21517,48 +11508,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1ccfb7d2-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/14af7f89-2320-42c7-b421-26734da762ec?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/53b39d32-c001-4076-a472-4298afb9901e?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:12:34 GMT", + "Date": "Thu, 09 Jun 2022 08:56:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/14af7f89-2320-42c7-b421-26734da762ec?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/53b39d32-c001-4076-a472-4298afb9901e?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c583c88-3af9-450d-b041-9bcb6701fa9b", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-request-id": "6c583c88-3af9-450d-b041-9bcb6701fa9b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101234Z:6c583c88-3af9-450d-b041-9bcb6701fa9b", + "x-ms-correlation-request-id": "f9cd31c5-6984-4f98-b2ac-79157ad4809a", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085607Z:f9cd31c5-6984-4f98-b2ac-79157ad4809a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a93b6276-666d-4920-bcc5-6108d91dcaab?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/cc9dbebe-5464-4276-8abb-b78e07dac6dd?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0b6dcfc4-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21566,7 +11552,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:35 GMT", + "Date": "Thu, 09 Jun 2022 08:56:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21574,18 +11560,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd21aa58-2dcf-406b-bb7a-ed122d522af7", - "x-ms-ratelimit-remaining-subscription-reads": "11637", - "x-ms-request-id": "47264486-fa7d-4345-85bd-8f7f3b5b5b6d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101235Z:dd21aa58-2dcf-406b-bb7a-ed122d522af7", + "x-ms-correlation-request-id": "7b7247b3-0ef7-45e7-be57-c4bc404e4dfe", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085608Z:7b7247b3-0ef7-45e7-be57-c4bc404e4dfe", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a93b6276-666d-4920-bcc5-6108d91dcaab", - "name": "a93b6276-666d-4920-bcc5-6108d91dcaab", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/cc9dbebe-5464-4276-8abb-b78e07dac6dd", + "name": "cc9dbebe-5464-4276-8abb-b78e07dac6dd", "status": "Succeeded", - "startTime": "2022-03-01T10:12:05.2480314Z", - "endTime": "2022-03-01T10:12:33.8500189Z", + "startTime": "2022-06-09T08:55:38.2508032Z", + "endTime": "2022-06-09T08:56:03.3103985Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" @@ -21593,15 +11578,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/a93b6276-666d-4920-bcc5-6108d91dcaab?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/cc9dbebe-5464-4276-8abb-b78e07dac6dd?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "0b6dcfc4-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21609,7 +11592,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:12:35 GMT", + "Date": "Thu, 09 Jun 2022 08:56:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21617,28 +11600,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13241238-c067-48c3-a0f5-be280021c16c", - "x-ms-ratelimit-remaining-subscription-reads": "11636", - "x-ms-request-id": "b1531f70-e7f1-4c11-9c94-17593b9e8114", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101235Z:13241238-c067-48c3-a0f5-be280021c16c", + "x-ms-correlation-request-id": "ad1afe93-4f1f-49e3-99d1-902c9bc89d2e", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085609Z:ad1afe93-4f1f-49e3-99d1-902c9bc89d2e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A12%3A33.8415275Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A56%3A03.310741Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", - "ownerId": "f78e3b96-807a-11e9-adbb-3283d4934d27", + "ownerId": "ff7711ad-cdb3-11ea-9944-ba3bf91f31b5", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -21666,17 +11648,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "poolId": "8daffd47-e542-8d4d-faae-4ed776b858c5", + "poolId": "83a8e743-45f2-80c6-14d9-132fff6e1fb5", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "startIp": "", "endIp": "", "gateway": "", @@ -21699,58 +11681,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/14af7f89-2320-42c7-b421-26734da762ec?api-version=2021-10-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1ccfb7d2-9948-11ec-ace2-faffc24ca865" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Encoding": "gzip", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:13:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "Transfer-Encoding": "chunked", - "Vary": "Accept-Encoding", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad81a7e1-191a-4a8a-b08a-b13ebeac8687", - "x-ms-ratelimit-remaining-subscription-reads": "11635", - "x-ms-request-id": "8d5c5324-a8ce-48dc-a522-ec49dd46b225", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101305Z:ad81a7e1-191a-4a8a-b08a-b13ebeac8687", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/14af7f89-2320-42c7-b421-26734da762ec", - "name": "14af7f89-2320-42c7-b421-26734da762ec", - "status": "Deleting", - "startTime": "2022-03-01T10:12:34.7963437Z", - "endTime": "0001-01-01T00:00:00Z", - "percentComplete": 0.0, - "properties": { - "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/14af7f89-2320-42c7-b421-26734da762ec?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/53b39d32-c001-4076-a472-4298afb9901e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1ccfb7d2-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21758,7 +11695,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:13:34 GMT", + "Date": "Thu, 09 Jun 2022 08:56:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21766,17 +11703,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68599dd4-5858-4920-a520-dfd11f73b8eb", - "x-ms-ratelimit-remaining-subscription-reads": "11634", - "x-ms-request-id": "0d1b343b-1442-4e39-989f-52174634c02e", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101335Z:68599dd4-5858-4920-a520-dfd11f73b8eb", + "x-ms-correlation-request-id": "8dfe0881-f4b1-4618-a43f-56fd9d07487a", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085637Z:8dfe0881-f4b1-4618-a43f-56fd9d07487a", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/14af7f89-2320-42c7-b421-26734da762ec", - "name": "14af7f89-2320-42c7-b421-26734da762ec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/53b39d32-c001-4076-a472-4298afb9901e", + "name": "53b39d32-c001-4076-a472-4298afb9901e", "status": "Deleting", - "startTime": "2022-03-01T10:12:34.7963437Z", + "startTime": "2022-06-09T08:56:06.9519314Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -21785,15 +11721,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/14af7f89-2320-42c7-b421-26734da762ec?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/53b39d32-c001-4076-a472-4298afb9901e?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1ccfb7d2-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21801,7 +11735,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:14:04 GMT", + "Date": "Thu, 09 Jun 2022 08:57:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21809,18 +11743,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c9baa1a-0be6-43d2-bba3-d5b3e57a7ce0", - "x-ms-ratelimit-remaining-subscription-reads": "11633", - "x-ms-request-id": "0a970514-25a5-4379-85a0-0ccba015422b", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101405Z:4c9baa1a-0be6-43d2-bba3-d5b3e57a7ce0", + "x-ms-correlation-request-id": "1bf0f005-2774-4469-be5a-3bab7e7c9893", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085707Z:1bf0f005-2774-4469-be5a-3bab7e7c9893", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/14af7f89-2320-42c7-b421-26734da762ec", - "name": "14af7f89-2320-42c7-b421-26734da762ec", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/53b39d32-c001-4076-a472-4298afb9901e", + "name": "53b39d32-c001-4076-a472-4298afb9901e", "status": "Succeeded", - "startTime": "2022-03-01T10:12:34.7963437Z", - "endTime": "2022-03-01T10:13:41.179339Z", + "startTime": "2022-06-09T08:56:06.9519314Z", + "endTime": "2022-06-09T08:56:51.2129562Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2" @@ -21828,15 +11761,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/14af7f89-2320-42c7-b421-26734da762ec?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/53b39d32-c001-4076-a472-4298afb9901e?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1ccfb7d2-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -21844,7 +11775,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:14:04 GMT", + "Date": "Thu, 09 Jun 2022 08:57:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -21852,28 +11783,27 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d1ea0f7-9c3b-4903-b3c5-d077c1ed7f6c", - "x-ms-ratelimit-remaining-subscription-reads": "11632", - "x-ms-request-id": "de7bf268-f501-4199-be2b-973995121171", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101405Z:2d1ea0f7-9c3b-4903-b3c5-d077c1ed7f6c", + "x-ms-correlation-request-id": "71557f2a-0d7c-443d-bafb-baf4a3c4d650", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-routing-request-id": "WESTEUROPE:20220609T085707Z:71557f2a-0d7c-443d-bafb-baf4a3c4d650", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2/sdk-py-tests-vol-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A12%3A34.784996Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T08%3A56%3A06.9406775Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T10:00:02.6040416Z" + "CreatedOnDate": "2022-06-09T08:46:31.3951756Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2", - "ownerId": "f78e3b96-807a-11e9-adbb-3283d4934d27", + "ownerId": "ff7711ad-cdb3-11ea-9944-ba3bf91f31b5", "usageThreshold": 107374182400, "usedBytes": 0, "exportPolicy": { @@ -21901,17 +11831,17 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_f78e3b96807a11e9adbb3283d4934d27_8686d4ac", + "baremetalTenantId": "baremetalTenant_svm_ff7711adcdb311ea9944ba3bf91f31b5_da14d0b7", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet-R/subnets/default", "networkFeatures": "Basic", "storageToNetworkProximity": "Default", "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2", - "poolId": "8daffd47-e542-8d4d-faae-4ed776b858c5", + "poolId": "83a8e743-45f2-80c6-14d9-132fff6e1fb5", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", - "fileSystemId": "d105ab97-7acc-eb69-d092-ce25a4c5488e", + "mountTargetId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", + "fileSystemId": "25b4a165-c86c-b497-d78c-c3c3aecf3286", "startIp": "", "endIp": "", "gateway": "", @@ -21934,31 +11864,28 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2/volumes/sdk-py-tests-vol-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "caab9e98-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "304", + "Content-Length": "307", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:17:29 GMT", + "Date": "Thu, 09 Jun 2022 09:00:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5f1fae2-fe85-4b2e-a082-7fa083ace881", + "x-ms-correlation-request-id": "e1158341-d0aa-4e0c-a0cd-06264672333f", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "d5f1fae2-fe85-4b2e-a082-7fa083ace881", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101729Z:d5f1fae2-fe85-4b2e-a082-7fa083ace881" + "x-ms-routing-request-id": "WESTEUROPE:20220609T090029Z:e1158341-d0aa-4e0c-a0cd-06264672333f" }, "ResponseBody": { "error": { @@ -21968,48 +11895,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d319361c-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/9292878e-ce0c-4da3-bbc7-760d34f86ece?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/0ae9bcde-eaea-4426-b49f-10fdce7ab5c5?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:17:41 GMT", + "Date": "Thu, 09 Jun 2022 09:00:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/9292878e-ce0c-4da3-bbc7-760d34f86ece?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/0ae9bcde-eaea-4426-b49f-10fdce7ab5c5?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46794762-68cf-46fa-830f-df8122a88a97", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "46794762-68cf-46fa-830f-df8122a88a97", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101742Z:46794762-68cf-46fa-830f-df8122a88a97", + "x-ms-correlation-request-id": "f5c3706a-66e5-4939-a6d6-4bd99754f088", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090043Z:f5c3706a-66e5-4939-a6d6-4bd99754f088", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/9292878e-ce0c-4da3-bbc7-760d34f86ece?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/0ae9bcde-eaea-4426-b49f-10fdce7ab5c5?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d319361c-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -22017,7 +11939,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:18:12 GMT", + "Date": "Thu, 09 Jun 2022 09:01:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -22025,18 +11947,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f72e20a0-564f-4da6-afcb-4c8965300d14", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "e9ff8d26-1fd9-448b-ab1a-e2136dd447ab", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101812Z:f72e20a0-564f-4da6-afcb-4c8965300d14", + "x-ms-correlation-request-id": "0817f49c-9881-443e-af9f-1e417ce51c22", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090113Z:0817f49c-9881-443e-af9f-1e417ce51c22", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/9292878e-ce0c-4da3-bbc7-760d34f86ece", - "name": "9292878e-ce0c-4da3-bbc7-760d34f86ece", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/0ae9bcde-eaea-4426-b49f-10fdce7ab5c5", + "name": "0ae9bcde-eaea-4426-b49f-10fdce7ab5c5", "status": "Succeeded", - "startTime": "2022-03-01T10:17:41.9201403Z", - "endTime": "2022-03-01T10:17:42.2545352Z", + "startTime": "2022-06-09T09:00:43.2053573Z", + "endTime": "2022-06-09T09:00:43.4866829Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2" @@ -22044,15 +11965,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/9292878e-ce0c-4da3-bbc7-760d34f86ece?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/0ae9bcde-eaea-4426-b49f-10fdce7ab5c5?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "d319361c-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -22060,7 +11979,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:18:12 GMT", + "Date": "Thu, 09 Jun 2022 09:01:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -22068,23 +11987,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25e9e36e-9641-4606-960b-0edd0da30774", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "9178f4ed-0a0a-4e06-b9bd-31d5d3816044", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101812Z:25e9e36e-9641-4606-960b-0edd0da30774", + "x-ms-correlation-request-id": "61204cb1-d3f1-45e9-b3a9-bbdc57879e8e", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090114Z:61204cb1-d3f1-45e9-b3a9-bbdc57879e8e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2", "name": "sdk-py-tests-acc-2/sdk-py-tests-pool-2", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A17%3A41.9016334Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T09%3A00%3A43.199678Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T09:59:19.1710819Z" + "CreatedOnDate": "2022-06-09T08:45:46.4570107Z" }, "properties": { - "poolId": "8daffd47-e542-8d4d-faae-4ed776b858c5", + "poolId": "83a8e743-45f2-80c6-14d9-132fff6e1fb5", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2", @@ -22097,143 +12015,128 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ec6cd4ac-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 10:18:22 GMT", + "Date": "Thu, 09 Jun 2022 09:01:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c120bbb-da4c-448c-98b7-c5cdafbc0e63", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "3c120bbb-da4c-448c-98b7-c5cdafbc0e63", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101822Z:3c120bbb-da4c-448c-98b7-c5cdafbc0e63" + "x-ms-correlation-request-id": "e9431c4e-9306-461e-9f8e-8c21f41c85e0", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090124Z:e9431c4e-9306-461e-9f8e-8c21f41c85e0" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f289ed52-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 10:18:32 GMT", + "Date": "Thu, 09 Jun 2022 09:01:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d919b030-adc1-4fb5-9b7e-b94ac3e1893c", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "d919b030-adc1-4fb5-9b7e-b94ac3e1893c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101832Z:d919b030-adc1-4fb5-9b7e-b94ac3e1893c" + "x-ms-correlation-request-id": "a82d9b52-e008-43bd-9aa9-ca5df0130ff3", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090134Z:a82d9b52-e008-43bd-9aa9-ca5df0130ff3" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f8a7a68e-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 10:18:42 GMT", + "Date": "Thu, 09 Jun 2022 09:01:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ea60caa-7864-415a-816d-90e260fec0dc", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "9ea60caa-7864-415a-816d-90e260fec0dc", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101843Z:9ea60caa-7864-415a-816d-90e260fec0dc" + "x-ms-correlation-request-id": "e439ac42-bfd3-4a57-91d0-471b8d9a5894", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090145Z:e439ac42-bfd3-4a57-91d0-471b8d9a5894" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fec42c9a-9948-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 10:18:53 GMT", + "Date": "Thu, 09 Jun 2022 09:01:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af152c46-4fa7-4112-b3bd-f7f43d7fec47", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "af152c46-4fa7-4112-b3bd-f7f43d7fec47", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101853Z:af152c46-4fa7-4112-b3bd-f7f43d7fec47" + "x-ms-correlation-request-id": "f960e7e8-9b2b-46d1-b108-6fba9479efd2", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090155Z:f960e7e8-9b2b-46d1-b108-6fba9479efd2" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2/capacityPools/sdk-py-tests-pool-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "04e0b97c-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "277", + "Content-Length": "279", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:19:03 GMT", + "Date": "Thu, 09 Jun 2022 09:02:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "618c2dbe-7cb6-417f-a26a-c74df15fd878", + "x-ms-correlation-request-id": "bb67d475-8153-4cdf-b4e2-9173f30cc368", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "618c2dbe-7cb6-417f-a26a-c74df15fd878", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101903Z:618c2dbe-7cb6-417f-a26a-c74df15fd878" + "x-ms-routing-request-id": "WESTEUROPE:20220609T090205Z:bb67d475-8153-4cdf-b4e2-9173f30cc368" }, "ResponseBody": { "error": { @@ -22243,48 +12146,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "05040030-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/d9527652-b422-45c1-a971-b9fff3a6744b?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/12b331c8-53c5-4d99-b62e-b6dee5c9314f?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:19:04 GMT", + "Date": "Thu, 09 Jun 2022 09:02:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/d9527652-b422-45c1-a971-b9fff3a6744b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/12b331c8-53c5-4d99-b62e-b6dee5c9314f?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc85d372-0622-49d3-8e14-695889c93d2a", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "bc85d372-0622-49d3-8e14-695889c93d2a", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101905Z:bc85d372-0622-49d3-8e14-695889c93d2a", + "x-ms-correlation-request-id": "7e500fcf-e095-4b64-987b-e1a317029949", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090207Z:7e500fcf-e095-4b64-987b-e1a317029949", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/d9527652-b422-45c1-a971-b9fff3a6744b?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/12b331c8-53c5-4d99-b62e-b6dee5c9314f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "05040030-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -22292,7 +12190,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:19:35 GMT", + "Date": "Thu, 09 Jun 2022 09:02:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -22300,18 +12198,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fb2a2a6-6570-4615-b5f0-811334565f28", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "961b68d0-f0c3-4bd6-83f0-ec1f5f915bae", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101935Z:9fb2a2a6-6570-4615-b5f0-811334565f28", + "x-ms-correlation-request-id": "fbaaa8b5-5f4f-4877-9f5f-e91ba9391e09", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090238Z:fbaaa8b5-5f4f-4877-9f5f-e91ba9391e09", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/d9527652-b422-45c1-a971-b9fff3a6744b", - "name": "d9527652-b422-45c1-a971-b9fff3a6744b", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/12b331c8-53c5-4d99-b62e-b6dee5c9314f", + "name": "12b331c8-53c5-4d99-b62e-b6dee5c9314f", "status": "Succeeded", - "startTime": "2022-03-01T10:19:04.8929775Z", - "endTime": "2022-03-01T10:19:04.9452262Z", + "startTime": "2022-06-09T09:02:07.5790198Z", + "endTime": "2022-06-09T09:02:07.6258694Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2" @@ -22319,15 +12216,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2euap/operationResults/d9527652-b422-45c1-a971-b9fff3a6744b?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus/operationResults/12b331c8-53c5-4d99-b62e-b6dee5c9314f?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "05040030-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -22335,7 +12230,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:19:35 GMT", + "Date": "Thu, 09 Jun 2022 09:02:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -22343,55 +12238,59 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a68e89b-c35b-4290-b423-0d6962a397bc", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "657e6ea6-b617-4bf5-96d7-f995df26389f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101935Z:8a68e89b-c35b-4290-b423-0d6962a397bc", + "x-ms-correlation-request-id": "37c8219e-f9cd-4725-8502-0d7482833b37", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090238Z:37c8219e-f9cd-4725-8502-0d7482833b37", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2", "name": "sdk-py-tests-acc-2", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A19%3A04.8816911Z\u0027\u0022", - "location": "eastus2euap", + "etag": "W/\u0022datetime\u00272022-06-09T09%3A02%3A07.5807192Z\u0027\u0022", + "location": "westus", "tags": { - "CreatedOnDate": "2022-03-01T09:58:42.3276230Z" + "CreatedOnDate": "2022-06-09T08:45:08.6784363Z" }, "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-06-09T08:45:13.3380366Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-06-09T08:45:13.3380366Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg-R/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "191e0b74-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "243", + "Content-Length": "244", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:19:37 GMT", + "Date": "Thu, 09 Jun 2022 09:02:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58ea233d-f59c-49f2-8372-2d57f42f7d68", + "x-ms-correlation-request-id": "2b27d36e-c3e3-4362-a850-f7cbe387eea2", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "58ea233d-f59c-49f2-8372-2d57f42f7d68", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101937Z:58ea233d-f59c-49f2-8372-2d57f42f7d68" + "x-ms-routing-request-id": "WESTEUROPE:20220609T090240Z:2b27d36e-c3e3-4362-a850-f7cbe387eea2" }, "ResponseBody": { "error": { @@ -22401,48 +12300,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1942ed2c-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0157850-3ef5-4091-b838-71bd35e62a39?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba0020bb-1dbe-47d6-ba15-cd8a15ee315f?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:19:40 GMT", + "Date": "Thu, 09 Jun 2022 09:02:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0157850-3ef5-4091-b838-71bd35e62a39?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba0020bb-1dbe-47d6-ba15-cd8a15ee315f?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08b1ff6d-f763-4bbb-9456-70f31c28f696", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "08b1ff6d-f763-4bbb-9456-70f31c28f696", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T101940Z:08b1ff6d-f763-4bbb-9456-70f31c28f696", + "x-ms-correlation-request-id": "36a15088-67a2-4d9c-ad7e-a3bcfda98c9a", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090242Z:36a15088-67a2-4d9c-ad7e-a3bcfda98c9a", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0157850-3ef5-4091-b838-71bd35e62a39?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba0020bb-1dbe-47d6-ba15-cd8a15ee315f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1942ed2c-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -22450,7 +12344,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:20:10 GMT", + "Date": "Thu, 09 Jun 2022 09:03:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -22458,17 +12352,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97b87145-a56b-46fd-b6d9-3139bb98cdbe", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "eeb1f05f-8580-4327-87ae-365efb3b0fd4", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102010Z:97b87145-a56b-46fd-b6d9-3139bb98cdbe", + "x-ms-correlation-request-id": "59eb89ff-fcc4-4004-b949-3eb63c1e0f57", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090312Z:59eb89ff-fcc4-4004-b949-3eb63c1e0f57", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0157850-3ef5-4091-b838-71bd35e62a39", - "name": "a0157850-3ef5-4091-b838-71bd35e62a39", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba0020bb-1dbe-47d6-ba15-cd8a15ee315f", + "name": "ba0020bb-1dbe-47d6-ba15-cd8a15ee315f", "status": "Deleting", - "startTime": "2022-03-01T10:19:40.3463567Z", + "startTime": "2022-06-09T09:02:41.9998729Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -22477,15 +12370,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0157850-3ef5-4091-b838-71bd35e62a39?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba0020bb-1dbe-47d6-ba15-cd8a15ee315f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1942ed2c-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -22493,7 +12384,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:20:39 GMT", + "Date": "Thu, 09 Jun 2022 09:03:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -22501,17 +12392,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "974a913a-221c-4840-a217-4ae40e90329d", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "af8f8d0a-4b78-4c89-8850-ff5dc2eb9875", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102040Z:974a913a-221c-4840-a217-4ae40e90329d", + "x-ms-correlation-request-id": "34d959eb-903e-4b54-b856-9c5ca117b591", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090342Z:34d959eb-903e-4b54-b856-9c5ca117b591", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0157850-3ef5-4091-b838-71bd35e62a39", - "name": "a0157850-3ef5-4091-b838-71bd35e62a39", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba0020bb-1dbe-47d6-ba15-cd8a15ee315f", + "name": "ba0020bb-1dbe-47d6-ba15-cd8a15ee315f", "status": "Deleting", - "startTime": "2022-03-01T10:19:40.3463567Z", + "startTime": "2022-06-09T09:02:41.9998729Z", "endTime": "0001-01-01T00:00:00Z", "percentComplete": 0.0, "properties": { @@ -22520,15 +12410,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0157850-3ef5-4091-b838-71bd35e62a39?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba0020bb-1dbe-47d6-ba15-cd8a15ee315f?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1942ed2c-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -22536,7 +12424,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:21:10 GMT", + "Date": "Thu, 09 Jun 2022 09:04:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -22544,18 +12432,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45ed8aea-caf6-4867-9b64-81f00ce4d06e", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "256b636a-a36d-468f-be7c-6bc4e5ecb533", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102111Z:45ed8aea-caf6-4867-9b64-81f00ce4d06e", + "x-ms-correlation-request-id": "4e20741b-3bd4-4633-bd2e-b18f67b7e683", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090412Z:4e20741b-3bd4-4633-bd2e-b18f67b7e683", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0157850-3ef5-4091-b838-71bd35e62a39", - "name": "a0157850-3ef5-4091-b838-71bd35e62a39", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba0020bb-1dbe-47d6-ba15-cd8a15ee315f", + "name": "ba0020bb-1dbe-47d6-ba15-cd8a15ee315f", "status": "Succeeded", - "startTime": "2022-03-01T10:19:40.3463567Z", - "endTime": "2022-03-01T10:21:01.6382503Z", + "startTime": "2022-06-09T09:02:41.9998729Z", + "endTime": "2022-06-09T09:03:49.1567776Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1" @@ -22563,15 +12450,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/a0157850-3ef5-4091-b838-71bd35e62a39?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/ba0020bb-1dbe-47d6-ba15-cd8a15ee315f?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "1942ed2c-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -22579,7 +12464,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:21:10 GMT", + "Date": "Thu, 09 Jun 2022 09:04:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -22587,25 +12472,24 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f908d60f-b313-4ec3-a974-0e9a85b72398", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "884a663f-3cc8-4737-88fd-4514a2c8d344", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102111Z:f908d60f-b313-4ec3-a974-0e9a85b72398", + "x-ms-correlation-request-id": "aae4af8f-16f5-4f59-bc77-9e932b48b255", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090412Z:aae4af8f-16f5-4f59-bc77-9e932b48b255", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A19%3A40.3344073Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T09%3A02%3A41.9888715Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:54:06.1598777Z" + "CreatedOnDate": "2022-06-09T08:41:03.4480040Z" }, "properties": { "volumeType": "", "dataProtection": {}, - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1", "ownerId": "e6db99ca-cbc5-4bf6-b9f6-acb8edf404c5", @@ -22636,19 +12520,19 @@ "protocolTypes": [ "NFSv3" ], - "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_be1c1eb5", + "baremetalTenantId": "baremetalTenant_svm_e6db99cacbc54bf6b9f6acb8edf404c5_aa22bfa9", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-python-tests-vnet/subnets/default", "networkFeatures": "Basic", - "networkSiblingSetId": "b763a303-a854-1816-1020-21aa3d695a32", + "networkSiblingSetId": "bccf78af-ad69-4bc2-5aeb-b4a6a9f70250", "storageToNetworkProximity": "Default", "snapshotDirectoryVisible": true, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1", - "poolId": "cf780f84-0d48-fe05-8987-fa41a886452a", + "poolId": "34b26013-f1c9-a827-2cf1-f37459591c16", "mountTargets": [ { "provisioningState": "", - "mountTargetId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", - "fileSystemId": "72fd61bf-bc2b-2b3e-41c9-b3165b03ae57", + "mountTargetId": "3d2652de-8eab-49e3-bd97-c1205bdab870", + "fileSystemId": "3d2652de-8eab-49e3-bd97-c1205bdab870", "startIp": "", "endIp": "", "gateway": "", @@ -22677,31 +12561,28 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "c83d2856-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "302", + "Content-Length": "306", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:24:32 GMT", + "Date": "Thu, 09 Jun 2022 09:07:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a24ce42a-b293-4a6a-a4f7-86b334e9ea63", + "x-ms-correlation-request-id": "76e2dbc0-fec7-4166-ab74-07cf70db6d95", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "a24ce42a-b293-4a6a-a4f7-86b334e9ea63", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102433Z:a24ce42a-b293-4a6a-a4f7-86b334e9ea63" + "x-ms-routing-request-id": "WESTEUROPE:20220609T090735Z:76e2dbc0-fec7-4166-ab74-07cf70db6d95" }, "ResponseBody": { "error": { @@ -22711,48 +12592,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cf94df86-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1876da4-4cdb-488d-8228-d9902f75c530?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d423e9ff-602a-4e63-9ac8-5c60cabbfee4?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:24:45 GMT", + "Date": "Thu, 09 Jun 2022 09:07:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1876da4-4cdb-488d-8228-d9902f75c530?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d423e9ff-602a-4e63-9ac8-5c60cabbfee4?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8043c84-7d7a-4af4-a7ba-db6581d353a0", + "x-ms-correlation-request-id": "6da0fe99-cc28-4759-9e91-3b085edbdc4c", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "c8043c84-7d7a-4af4-a7ba-db6581d353a0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102445Z:c8043c84-7d7a-4af4-a7ba-db6581d353a0", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090747Z:6da0fe99-cc28-4759-9e91-3b085edbdc4c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1876da4-4cdb-488d-8228-d9902f75c530?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d423e9ff-602a-4e63-9ac8-5c60cabbfee4?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cf94df86-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -22760,7 +12636,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:25:15 GMT", + "Date": "Thu, 09 Jun 2022 09:08:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -22768,18 +12644,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fcc8e0d5-bbd2-465d-8bb4-16ff8d6bdd9b", + "x-ms-correlation-request-id": "88a20b18-fa40-4639-a8f6-8cb59674b144", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "4fe8d882-d8c0-4531-9719-81d853d74bd1", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102516Z:fcc8e0d5-bbd2-465d-8bb4-16ff8d6bdd9b", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090821Z:88a20b18-fa40-4639-a8f6-8cb59674b144", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1876da4-4cdb-488d-8228-d9902f75c530", - "name": "c1876da4-4cdb-488d-8228-d9902f75c530", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d423e9ff-602a-4e63-9ac8-5c60cabbfee4", + "name": "d423e9ff-602a-4e63-9ac8-5c60cabbfee4", "status": "Succeeded", - "startTime": "2022-03-01T10:24:45.7201641Z", - "endTime": "2022-03-01T10:24:46.3780174Z", + "startTime": "2022-06-09T09:07:47.3692921Z", + "endTime": "2022-06-09T09:07:47.8068083Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1" @@ -22787,15 +12662,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/c1876da4-4cdb-488d-8228-d9902f75c530?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/d423e9ff-602a-4e63-9ac8-5c60cabbfee4?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "cf94df86-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -22803,7 +12676,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:25:15 GMT", + "Date": "Thu, 09 Jun 2022 09:08:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -22811,23 +12684,22 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bb595b4-27d3-4a23-a1d8-025d68b396fb", + "x-ms-correlation-request-id": "8d9abc79-7f4a-45e4-b51b-a1974d9a6391", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "06628c63-ec06-4849-b79f-e39d1dd15dc5", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102516Z:8bb595b4-27d3-4a23-a1d8-025d68b396fb", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090821Z:8d9abc79-7f4a-45e4-b51b-a1974d9a6391", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", "name": "sdk-py-tests-acc-1/sdk-py-tests-pool-1", "type": "Microsoft.NetApp/netAppAccounts/capacityPools", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A24%3A45.6968511Z\u0027\u0022", - "location": "southcentralusstage", + "etag": "W/\u0022datetime\u00272022-06-09T09%3A07%3A47.3628364Z\u0027\u0022", + "location": "eastus", "tags": { - "CreatedOnDate": "2022-03-01T09:53:22.5695815Z" + "CreatedOnDate": "2022-06-09T08:40:20.7622365Z" }, "properties": { - "poolId": "cf780f84-0d48-fe05-8987-fa41a886452a", + "poolId": "34b26013-f1c9-a827-2cf1-f37459591c16", "serviceLevel": "Premium", "size": 4398046511104, "vendorID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1", @@ -22840,143 +12712,128 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "e8fdff0c-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 10:25:25 GMT", + "Date": "Thu, 09 Jun 2022 09:08:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d6776d87-188d-4367-9558-701b424a5a3f", + "x-ms-correlation-request-id": "c8f5dc0a-6d14-4a5b-a0af-8ddd5936235c", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "d6776d87-188d-4367-9558-701b424a5a3f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102526Z:d6776d87-188d-4367-9558-701b424a5a3f" + "x-ms-routing-request-id": "WESTEUROPE:20220609T090832Z:c8f5dc0a-6d14-4a5b-a0af-8ddd5936235c" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "ef175604-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 10:25:36 GMT", + "Date": "Thu, 09 Jun 2022 09:08:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d4a2b4c-2924-4f22-8a82-98ec3a25a6a0", + "x-ms-correlation-request-id": "8bbcd5ec-fb10-4432-ba63-6be169b1aa0a", "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "6d4a2b4c-2924-4f22-8a82-98ec3a25a6a0", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102536Z:6d4a2b4c-2924-4f22-8a82-98ec3a25a6a0" + "x-ms-routing-request-id": "WESTEUROPE:20220609T090842Z:8bbcd5ec-fb10-4432-ba63-6be169b1aa0a" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "f551cfe0-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 10:25:46 GMT", + "Date": "Thu, 09 Jun 2022 09:08:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee9a0f64-c2a6-4daa-9c64-425139c69179", + "x-ms-correlation-request-id": "769d4006-70ef-41b8-b36c-f613d40ed50e", "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "ee9a0f64-c2a6-4daa-9c64-425139c69179", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102547Z:ee9a0f64-c2a6-4daa-9c64-425139c69179" + "x-ms-routing-request-id": "WESTEUROPE:20220609T090852Z:769d4006-70ef-41b8-b36c-f613d40ed50e" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "fb696ee2-9949-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 01 Mar 2022 10:25:56 GMT", + "Date": "Thu, 09 Jun 2022 09:09:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "226ecc25-afdd-4fa8-97fe-6bef231d8a9f", + "x-ms-correlation-request-id": "6c1539ea-5c65-4852-8ed9-29ffe2e36bb5", "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "226ecc25-afdd-4fa8-97fe-6bef231d8a9f", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102557Z:226ecc25-afdd-4fa8-97fe-6bef231d8a9f" + "x-ms-routing-request-id": "WESTEUROPE:20220609T090903Z:6c1539ea-5c65-4852-8ed9-29ffe2e36bb5" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "01c70b78-994a-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "275", + "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:26:07 GMT", + "Date": "Thu, 09 Jun 2022 09:09:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba74d559-9e9f-406c-9eb2-cc1ea23a584d", + "x-ms-correlation-request-id": "a82c91cf-8c2c-419f-92fc-a47efa18a20b", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "ba74d559-9e9f-406c-9eb2-cc1ea23a584d", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102608Z:ba74d559-9e9f-406c-9eb2-cc1ea23a584d" + "x-ms-routing-request-id": "WESTEUROPE:20220609T090913Z:a82c91cf-8c2c-419f-92fc-a47efa18a20b" }, "ResponseBody": { "error": { @@ -22986,48 +12843,43 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "01e59d9a-994a-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/83a65dc0-95ca-4adb-bc77-bb9fe0944d44?api-version=2021-10-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9c44e7a0-42b8-4290-92eb-c2a61702510a?api-version=2022-01-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 01 Mar 2022 10:26:08 GMT", + "Date": "Thu, 09 Jun 2022 09:09:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/83a65dc0-95ca-4adb-bc77-bb9fe0944d44?api-version=2021-10-01\u0026operationResultResponseType=Location", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9c44e7a0-42b8-4290-92eb-c2a61702510a?api-version=2022-01-01\u0026operationResultResponseType=Location", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51635882-bc74-4be7-98f4-ada279431395", + "x-ms-correlation-request-id": "5be6b919-bd68-4b12-81bb-2757f9bddba0", "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "51635882-bc74-4be7-98f4-ada279431395", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102609Z:51635882-bc74-4be7-98f4-ada279431395", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090914Z:5be6b919-bd68-4b12-81bb-2757f9bddba0", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/83a65dc0-95ca-4adb-bc77-bb9fe0944d44?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9c44e7a0-42b8-4290-92eb-c2a61702510a?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "01e59d9a-994a-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -23035,7 +12887,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:26:38 GMT", + "Date": "Thu, 09 Jun 2022 09:09:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -23043,18 +12895,17 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d72e6f4e-cb8a-4791-b9be-7b7983115fb2", + "x-ms-correlation-request-id": "bdb31181-7ad1-4537-a0c6-075830cc4b25", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "94812f36-e6ca-4420-9ad8-ccbc193ea5b8", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102639Z:d72e6f4e-cb8a-4791-b9be-7b7983115fb2", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090944Z:bdb31181-7ad1-4537-a0c6-075830cc4b25", "X-Powered-By": "ASP.NET" }, "ResponseBody": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/83a65dc0-95ca-4adb-bc77-bb9fe0944d44", - "name": "83a65dc0-95ca-4adb-bc77-bb9fe0944d44", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9c44e7a0-42b8-4290-92eb-c2a61702510a", + "name": "9c44e7a0-42b8-4290-92eb-c2a61702510a", "status": "Succeeded", - "startTime": "2022-03-01T10:26:08.9004394Z", - "endTime": "2022-03-01T10:26:09.1325521Z", + "startTime": "2022-06-09T09:09:14.2216588Z", + "endTime": "2022-06-09T09:09:14.2841602Z", "percentComplete": 100.0, "properties": { "resourceName": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1" @@ -23062,15 +12913,13 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/southcentralusstage/operationResults/83a65dc0-95ca-4adb-bc77-bb9fe0944d44?api-version=2021-10-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/9c44e7a0-42b8-4290-92eb-c2a61702510a?api-version=2022-01-01\u0026operationResultResponseType=Location", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "01e59d9a-994a-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 200, @@ -23078,7 +12927,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:26:38 GMT", + "Date": "Thu, 09 Jun 2022 09:09:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-IIS/10.0", @@ -23086,55 +12935,56 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ea3ab1c-b2c8-41d8-8f65-a4efd679be5e", + "x-ms-correlation-request-id": "6ab6979d-c7bd-4f1a-af8e-be614cae4dc8", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "a184db7c-d673-4b85-8b07-e0f4da8bb32c", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102639Z:0ea3ab1c-b2c8-41d8-8f65-a4efd679be5e", + "x-ms-routing-request-id": "WESTEUROPE:20220609T090944Z:6ab6979d-c7bd-4f1a-af8e-be614cae4dc8", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1", "name": "sdk-py-tests-acc-1", "type": "Microsoft.NetApp/netAppAccounts", - "etag": "W/\u0022datetime\u00272022-03-01T10%3A26%3A08.8895904Z\u0027\u0022", - "location": "southcentralusstage", - "tags": { - "CreatedOnDate": "2022-03-01T09:52:48.0347842Z" - }, + "etag": "W/\u0022datetime\u00272022-06-09T09%3A09%3A14.2103146Z\u0027\u0022", + "location": "eastus", "properties": { "encryption": { "keySource": "Microsoft.NetApp" }, "provisioningState": "Deleting" + }, + "systemData": { + "createdBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "createdAt": "2022-06-08T13:30:57.4753284Z", + "createdByType": "Application", + "lastModifiedBy": "c6c4faba-2b22-44d9-80a4-71ff5b71f811", + "lastModifiedAt": "2022-06-09T08:39:47.4919499Z", + "lastModifiedByType": "Application" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2021-10-01", + "RequestUri": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-python-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2022-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-netapp/7.0.0 Python/3.8.10 (macOS-12.2-x86_64-i386-64bit)", - "x-ms-client-request-id": "15cd49fc-994a-11ec-ace2-faffc24ca865" + "User-Agent": "azsdk-python-mgmt-netapp/8.0.0 Python/3.8.10 (macOS-12.4-x86_64-i386-64bit)" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "243", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 01 Mar 2022 10:26:40 GMT", + "Date": "Thu, 09 Jun 2022 09:09:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "400f346f-d43f-4fe5-8882-d891ff77dae9", + "x-ms-correlation-request-id": "ce6d428e-32d3-44f8-ba20-8e6e56be4daf", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "400f346f-d43f-4fe5-8882-d891ff77dae9", - "x-ms-routing-request-id": "FRANCESOUTH:20220301T102641Z:400f346f-d43f-4fe5-8882-d891ff77dae9" + "x-ms-routing-request-id": "WESTEUROPE:20220609T090946Z:ce6d428e-32d3-44f8-ba20-8e6e56be4daf" }, "ResponseBody": { "error": { diff --git a/sdk/netapp/azure-mgmt-netapp/tests/setup.py b/sdk/netapp/azure-mgmt-netapp/tests/setup.py index 048e43156191..5e9283e4289d 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/setup.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/setup.py @@ -16,6 +16,8 @@ TEST_VOL_2 = 'sdk-py-tests-vol-2' TEST_BACKUP_1 = 'sdk-py-tests-backup-1' TEST_BACKUP_2 = 'sdk-py-tests-backup-2' +TEST_SUBVOLUME_1 = 'sdk-py-tests-subvolume-1' +TEST_SUBVOLUME_2 = 'sdk-py-tests-subvolume-2' SERVICE_LEVEL = 'Premium' VNET = 'sdk-python-tests-vnet' REMOTE_VNET = 'sdk-python-tests-vnet-R' diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_account_backup.py b/sdk/netapp/azure-mgmt-netapp/tests/test_account_backup.py index c24600f14fa4..20321f7e9360 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_account_backup.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_account_backup.py @@ -1,6 +1,5 @@ -import pytest from azure.mgmt.resource import ResourceManagementClient -from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_custom_default_matcher +from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_bodiless_matcher from azure.mgmt.netapp.models import Backup from test_account import delete_account from test_volume import delete_volume, delete_pool @@ -18,10 +17,7 @@ def setup_method(self, method): # Note that when tests are run in live mode it is best to run one test at a time. @recorded_by_proxy def test_list_account_backups(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_backup(self.client, backup_name=TEST_BACKUP_1, live=self.is_live) create_backup(self.client, backup_name=TEST_BACKUP_2, backup_only=True, live=self.is_live) @@ -50,10 +46,7 @@ def test_list_account_backups(self): @recorded_by_proxy def test_get_account_backups(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_backup(self.client, backup_name=TEST_BACKUP_1, live=self.is_live) account_backup = self.client.account_backups.get(TEST_RG, TEST_ACC_1, TEST_BACKUP_1) @@ -66,10 +59,7 @@ def test_get_account_backups(self): @recorded_by_proxy def test_delete_account_backups(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_backup(self.client, backup_name=TEST_BACKUP_1, live=self.is_live) account_backup_list = self.client.account_backups.list(TEST_RG, TEST_ACC_1) diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_backup.py b/sdk/netapp/azure-mgmt-netapp/tests/test_backup.py index fada43699f67..0a2aa498a5f6 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_backup.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_backup.py @@ -1,7 +1,6 @@ import time -import pytest from azure.mgmt.resource import ResourceManagementClient -from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_custom_default_matcher +from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_bodiless_matcher from azure.mgmt.netapp.models import Backup, BackupPatch, VolumePatch from test_account import delete_account from test_volume import create_volume, wait_for_volume, delete_volume, delete_pool @@ -102,10 +101,7 @@ def setup_method(self, method): # Note that when tests are run in live mode it is best to run one test at a time. @recorded_by_proxy def test_create_delete_backup(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() # Create 2 backups since delete backups can only be used when volume has multiple backups create_backup(self.client, live=self.is_live) create_backup(self.client, backup_name=TEST_BACKUP_2, backup_only=True, live=self.is_live) @@ -126,10 +122,7 @@ def test_create_delete_backup(self): @recorded_by_proxy def test_list_backup(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_backup(self.client, live=self.is_live) create_backup(self.client, backup_name=TEST_BACKUP_2, backup_only=True, live=self.is_live) backup_list = get_backup_list(self.client) @@ -149,10 +142,7 @@ def test_list_backup(self): @recorded_by_proxy def test_get_backup_by_name(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_backup(self.client, live=self.is_live) backup = get_backup(self.client, TEST_BACKUP_1) @@ -162,10 +152,7 @@ def test_get_backup_by_name(self): @recorded_by_proxy def test_update_backup(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_backup(self.client, live=self.is_live) backup_body = BackupPatch(location=LOCATION, label="label1") self.client.backups.begin_update(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_BACKUP_1, backup_body).wait() @@ -177,10 +164,7 @@ def test_update_backup(self): @recorded_by_proxy def test_get_backup_status(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_backup(self.client, live=self.is_live) if self.is_live: @@ -191,4 +175,3 @@ def test_get_backup_status(self): assert backup_status.mirror_state == "Mirrored" clean_up(self.client, live=self.is_live) - diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_backup_policies.py b/sdk/netapp/azure-mgmt-netapp/tests/test_backup_policies.py index 88b8ab05075c..a233b0b08785 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_backup_policies.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_backup_policies.py @@ -17,7 +17,7 @@ def create_backup_policy(client, backup_policy_name, rg=TEST_RG, account_name=TE backup_policy_body = BackupPolicy( location=location, - daily_backups_to_keep=1, + daily_backups_to_keep=2, weekly_backups_to_keep=0, monthly_backups_to_keep=0, enabled=True diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_snapshot.py b/sdk/netapp/azure-mgmt-netapp/tests/test_snapshot.py index 504326b45346..d374b8dc168c 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_snapshot.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_snapshot.py @@ -1,7 +1,6 @@ import time -import pytest from azure.mgmt.resource import ResourceManagementClient -from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_custom_default_matcher +from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_bodiless_matcher from azure.mgmt.netapp.models import Volume, Snapshot from test_volume import create_volume, wait_for_volume, delete_volume from test_pool import delete_pool @@ -53,10 +52,7 @@ def setup_method(self, method): # Note that when tests are run in live mode it is best to run one test at a time. @recorded_by_proxy def test_create_delete_snapshot(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_snapshot(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SNAPSHOT_1, LOCATION) snapshot_list = self.client.snapshots.list(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1) @@ -72,10 +68,7 @@ def test_create_delete_snapshot(self): @recorded_by_proxy def test_list_snapshots(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_snapshot(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SNAPSHOT_1, LOCATION) create_snapshot(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SNAPSHOT_2, LOCATION, snapshot_only=True) snapshots = [TEST_SNAPSHOT_1, TEST_SNAPSHOT_2] @@ -95,10 +88,7 @@ def test_list_snapshots(self): @recorded_by_proxy def test_get_snapshot_by_name(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_snapshot(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SNAPSHOT_1, LOCATION) snapshot = self.client.snapshots.get(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SNAPSHOT_1) diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_snapshot_policies.py b/sdk/netapp/azure-mgmt-netapp/tests/test_snapshot_policies.py index b28d291d4eb1..0d1e0e44c75c 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_snapshot_policies.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_snapshot_policies.py @@ -1,7 +1,6 @@ import time -import pytest from azure.mgmt.resource import ResourceManagementClient -from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_custom_default_matcher +from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_bodiless_matcher from azure.mgmt.netapp.models import SnapshotPolicy, SnapshotPolicyPatch, HourlySchedule, DailySchedule, VolumeSnapshotProperties, VolumePatchPropertiesDataProtection, VolumePatch from test_account import create_account, delete_account from test_pool import delete_pool @@ -125,10 +124,7 @@ def test_update_snapshot_policies(self): @recorded_by_proxy def test_assign_snapshot_policy_to_volume(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() # create volume and snapshot policy create_volume(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1) snapshot_policy = create_snapshot_policy(self.client, TEST_SNAPSHOT_POLICY_1) diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_subvolume.py b/sdk/netapp/azure-mgmt-netapp/tests/test_subvolume.py new file mode 100644 index 000000000000..2fc63c82836b --- /dev/null +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_subvolume.py @@ -0,0 +1,140 @@ +from azure.mgmt.netapp.models import SubvolumeInfo, SubvolumePatchRequest +from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_bodiless_matcher +from test_volume import create_volume, delete_volume, delete_pool, delete_account +from setup import * +import azure.mgmt.netapp.models +import time + +def wait_for_subvolume_created(client, rg, account_name, pool_name, volume_name, subvolume_name, live=False): + co = 0 + while co < 40: + co += 1 + if live: + time.sleep(5) + subvolume = client.subvolumes.get(rg, account_name, pool_name, volume_name, subvolume_name) + if subvolume.provisioning_state == "Succeeded": + break + + +class TestNetAppSubvolume(AzureMgmtRecordedTestCase): + + def setup_method(self, method): + self.client = self.create_mgmt_client(azure.mgmt.netapp.NetAppManagementClient) + + # Before tests are run live a resource group needs to be created along with vnet and subnet + # Note that when tests are run in live mode it is best to run one test at a time. + @recorded_by_proxy + def test_crud_subvolumes(self): + set_bodiless_matcher() + create_volume(self.client, enable_subvolumes="Enabled") + + path = "/sub_vol_1.txt" + size = 1000000 + parent_path = "/parent_sub_vol_1.txt" + subvolume_body = SubvolumeInfo( + path=path, + size=size + ) + + # create + subvolume_info = self.client.subvolumes.begin_create( + TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_1, subvolume_body).result() + assert subvolume_info.name == TEST_ACC_1 + "/" + TEST_POOL_1 + "/" + TEST_VOL_1 + "/" + TEST_SUBVOLUME_1 + assert subvolume_info.path == path + + # update + path = "/sub_vol_update.txt" + size = 2000000 + subvolume_patch = SubvolumePatchRequest( + path=path, + size=size, + ) + subvolume_info = self.client.subvolumes.begin_update( + TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_1, subvolume_patch).result() + assert subvolume_info.name == TEST_ACC_1 + "/" + TEST_POOL_1 + "/" + TEST_VOL_1 + "/" + TEST_SUBVOLUME_1 + assert subvolume_info.path, path + + # get + subvolume_info = self.client.subvolumes.get(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_1) + assert subvolume_info.name == TEST_ACC_1 + "/" + TEST_POOL_1 + "/" + TEST_VOL_1 + "/" + TEST_SUBVOLUME_1 + assert subvolume_info.path == path + + # delete + self.client.subvolumes.begin_delete(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_1).wait() + subvolume_list = self.client.subvolumes.list_by_volume(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1) + assert len(list(subvolume_list)) == 0 + + # clean up + delete_volume(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, live=self.is_live) + delete_pool(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, live=self.is_live) + delete_account(self.client, TEST_RG, TEST_ACC_1, live=self.is_live) + + @recorded_by_proxy + def test_list_by_volume(self): + set_bodiless_matcher() + create_volume(self.client, enable_subvolumes="Enabled") + + path1 = "/sub_vol_1.txt" + size1 = 1000000 + subvolume_body1 = SubvolumeInfo( + path=path1, + size=size1 + ) + + path2 = "/sub_vol_2.txt" + size2 = 2000000 + subvolume_body2 = SubvolumeInfo( + path=path2, + size=size2 + ) + + # create + self.client.subvolumes.begin_create(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_1, subvolume_body1) + wait_for_subvolume_created(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_1) + self.client.subvolumes.begin_create(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_2, subvolume_body2) + + # list_by_volume + subvolume_list = self.client.subvolumes.list_by_volume(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1) + assert len(list(subvolume_list)) == 2 + + self.client.subvolumes.begin_delete(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_1).wait() + subvolume_list = self.client.subvolumes.list_by_volume(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1) + assert len(list(subvolume_list)) == 1 + + self.client.subvolumes.begin_delete(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_2).wait() + subvolume_list = self.client.subvolumes.list_by_volume(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1) + assert len(list(subvolume_list)) == 0 + + # clean up + delete_volume(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, live=self.is_live) + delete_pool(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, live=self.is_live) + delete_account(self.client, TEST_RG, TEST_ACC_1, live=self.is_live) + + @recorded_by_proxy + def test_get_metadata(self): + set_bodiless_matcher() + create_volume(self.client, enable_subvolumes="Enabled") + + path = "/sub_vol_1.txt" + size = 123 + subvolume_body = SubvolumeInfo( + path=path, + size=size + ) + + # create + subvolume_info = self.client.subvolumes.begin_create( + TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_1, subvolume_body).result() + assert subvolume_info.name == TEST_ACC_1 + "/" + TEST_POOL_1 + "/" + TEST_VOL_1 + "/" + TEST_SUBVOLUME_1 + assert subvolume_info.path == path + + # get metadata + metadata = self.client.subvolumes.begin_get_metadata( + TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_1).result() + assert metadata is not None + + # clean up + self.client.subvolumes.begin_delete(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, TEST_SUBVOLUME_1).wait() + delete_volume(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, live=self.is_live) + delete_pool(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, live=self.is_live) + delete_account(self.client, TEST_RG, TEST_ACC_1, live=self.is_live) diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_vault.py b/sdk/netapp/azure-mgmt-netapp/tests/test_vault.py index c03b6179a1ad..cbcc596ee62f 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_vault.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_vault.py @@ -1,5 +1,4 @@ -import pytest -from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_custom_default_matcher +from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_bodiless_matcher from test_volume import create_volume, delete_volume, delete_pool, delete_account from setup import * import azure.mgmt.netapp.models @@ -14,10 +13,7 @@ def setup_method(self, method): # Note that when tests are run in live mode it is best to run one test at a time. @recorded_by_proxy def test_get_vault(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_volume(self.client) vaults = self.client.vaults.list(TEST_RG, TEST_ACC_1) assert len(list(vaults)) == 1 diff --git a/sdk/netapp/azure-mgmt-netapp/tests/test_volume.py b/sdk/netapp/azure-mgmt-netapp/tests/test_volume.py index 679d18728e13..536e3831276c 100644 --- a/sdk/netapp/azure-mgmt-netapp/tests/test_volume.py +++ b/sdk/netapp/azure-mgmt-netapp/tests/test_volume.py @@ -1,7 +1,6 @@ import time -import pytest from azure.mgmt.resource import ResourceManagementClient -from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_custom_default_matcher +from devtools_testutils import AzureMgmtRecordedTestCase, recorded_by_proxy, set_bodiless_matcher from azure.mgmt.netapp.models import Volume, VolumePatch, ReplicationObject, VolumePropertiesDataProtection, AuthorizeRequest, PoolChangeRequest from test_pool import create_pool, delete_pool from test_account import delete_account @@ -12,7 +11,7 @@ SUBSID = '69a75bda-882e-44d5-8431-63421204132a' -def create_volume_body(volume_name, location, rg=TEST_RG, vnet=VNET): +def create_volume_body(volume_name, location, rg=TEST_RG, vnet=VNET, enable_subvolumes=None): default_protocol_type = ["NFSv3"] volume_body = Volume( @@ -20,6 +19,7 @@ def create_volume_body(volume_name, location, rg=TEST_RG, vnet=VNET): usage_threshold=100 * GIGABYTE, protocol_types=default_protocol_type, creation_token=volume_name, + enable_subvolumes=enable_subvolumes, service_level=SERVICE_LEVEL, subnet_id="/subscriptions/" + SUBSID + "/resourceGroups/" + rg + "/providers/Microsoft.Network/virtualNetworks/" + vnet + "/subnets/default" @@ -29,7 +29,7 @@ def create_volume_body(volume_name, location, rg=TEST_RG, vnet=VNET): def create_volume(client, rg=TEST_RG, account_name=TEST_ACC_1, pool_name=TEST_POOL_1, volume_name=TEST_VOL_1, - location=LOCATION, vnet=VNET, volume_only=False, live=False): + location=LOCATION, vnet=VNET, volume_only=False, live=False, enable_subvolumes=None): if not volume_only: create_pool( client, @@ -41,7 +41,7 @@ def create_volume(client, rg=TEST_RG, account_name=TEST_ACC_1, pool_name=TEST_PO if live: time.sleep(10) - volume_body = create_volume_body(volume_name, location, rg, vnet) + volume_body = create_volume_body(volume_name, location, rg, vnet, enable_subvolumes) volume = client.volumes.begin_create_or_update( rg, account_name, @@ -172,10 +172,7 @@ def setup_method(self, method): # Note that when tests are run in live mode it is best to run one test at a time. @recorded_by_proxy def test_create_delete_list_volume(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() volume = create_volume( self.client, TEST_RG, @@ -204,10 +201,7 @@ def test_create_delete_list_volume(self): @recorded_by_proxy def test_list_volumes(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_volume(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, LOCATION, live=self.is_live) create_volume(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_2, LOCATION, volume_only=True, live=self.is_live) volumes = [TEST_VOL_1, TEST_VOL_2] @@ -226,10 +220,7 @@ def test_list_volumes(self): @recorded_by_proxy def test_volume_replication(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() source_volume = create_volume( self.client, TEST_RG, @@ -258,6 +249,10 @@ def test_volume_replication(self): time.sleep(30) wait_for_replication_status(self.client, "Mirrored", self.is_live) + # list replications + replications = self.client.volumes.list_replications(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1) + assert len(list(replications)) == 1 + # break replication self.client.volumes.begin_break_replication(TEST_REPL_REMOTE_RG, TEST_ACC_2, TEST_POOL_2, TEST_VOL_2) wait_for_replication_status(self.client, "Broken", self.is_live) @@ -322,10 +317,7 @@ def test_volume_replication(self): @recorded_by_proxy def test_get_volume_by_name(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_volume(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, LOCATION, live=self.is_live) volume = self.client.volumes.get(TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1) @@ -337,10 +329,7 @@ def test_get_volume_by_name(self): @recorded_by_proxy def test_update_volume(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() volume = create_volume(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, live=self.is_live) assert "Premium" == volume.service_level assert 100 * GIGABYTE == volume.usage_threshold @@ -370,10 +359,7 @@ def test_update_volume(self): @recorded_by_proxy def test_patch_volume(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() volume = create_volume(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, live=self.is_live) assert "Premium" == volume.service_level assert 100 * GIGABYTE == volume.usage_threshold @@ -389,10 +375,7 @@ def test_patch_volume(self): @recorded_by_proxy def test_pool_change(self): - # this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers - set_custom_default_matcher( - compare_bodies=False, excluded_headers="Authorization,Content-Length,x-ms-client-request-id,x-ms-request-id" - ) + set_bodiless_matcher() create_volume(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_1, TEST_VOL_1, live=self.is_live) pool2 = create_pool(self.client, TEST_RG, TEST_ACC_1, TEST_POOL_2, LOCATION, True) if self.is_live: diff --git a/shared_requirements.txt b/shared_requirements.txt index 92550d4786d1..b727c3b54031 100644 --- a/shared_requirements.txt +++ b/shared_requirements.txt @@ -369,3 +369,4 @@ opentelemetry-sdk<2.0.0,>=1.5.0,!=1.10a0 #override azure-mgmt-communication azure-mgmt-core>=1.3.0,<2.0.0 #override azure-mgmt-nginx msrest>=0.6.21 #override azure-mgmt-nginx azure-mgmt-core>=1.3.0,<2.0.0 +#override azure-mgmt-netapp azure-mgmt-core>=1.3.0,<2.0.0